October 1, 2015 at 8:30 am
When I try to start a new Database,I've got an error about a field that the Database can't find with the error: EDatabaseError "Field not found" Daysbetween"
What can be wrong?
Any recommendations?
October 1, 2015 at 8:58 am
What do you mean by 'start a new database', please?
Which client are you using? SSDT?
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
October 1, 2015 at 6:31 pm
The new database is useless. Drop it and its associated service.
Copy your files, all the database files (control file, redo logs, data, configuration files...) in the new hardisk, if possible at the same location (directories).
Then use oradim to create the service:oradim -new <sid> -startmode manual
Start the service if it is not already started.
Execute sqlplus "/ as sysdba" and try a startup.
If all files were copied in the same location, this should work
If you are still experiencing the issue try to stop the error online https://onlinefilerepair.com/en/dbf-repair-online.html
October 2, 2015 at 3:34 am
The similiar problem is discussed here https://social.msdn.microsoft.com/Forums/en-US/614c63be-0b75-4620-8aaf-2fda28038bfb/how-to-fix-file-index-corruption?forum=visualfoxprogeneral
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply