CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: EDatabase error

  1. #1
    Join Date
    Aug 2015
    Posts
    2

    EDatabase error

    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?

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: EDatabase error

    Perhaps, there is no such a field in the DB table you are trying to access?
    Or have a look at https://www.google.ch/search?q=EData..._sm=0&ie=UTF-8
    Victor Nijegorodov

  3. #3
    Join Date
    Aug 2015
    Posts
    1

    Re: EDatabase error

    Quote Originally Posted by UranusJasari View Post
    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?
    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 after applying this fix you can try DBF Fix Toolbox
    https://www.fixtoolbox.com/dbffix.html

  4. #4
    Join Date
    Aug 2015
    Posts
    2

    Re: EDatabase error

    Thanks for replies

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured