DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: How to solve ORA-00000?

  1. #1
    Join Date
    Feb 2001
    Posts
    15

    Angry

    Hi all,

    I tried to run my VB 6.0 program which connects to Oracle 8i. But it displays error message as ORA-00000 and then quit the program. Please help me how to solve it. My platform is Win95.

    Thanks for your attention!

  2. #2
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    ORA-00000 is for violating unique constraint.
    I think you are trying to insert a row which was already inserted in the table.
    Before inserting a new row, check in the table the row is already there or not.

  3. #3
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    ORA-00000 is not about Unique constraint violating. This is actually not an error message, it's more like an "informative message", which says "Everything is OK".

    From Manuals:

    ORA-00000 normal, successful completion
    Cause: An operation has completed normally, having met no exceptions.
    Action: No action required.

    I think you should check your VB code/settings (I know nothing about VB), somehing must be wrong there.
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

  4. #4
    Join Date
    Feb 2001
    Posts
    15

    Question

    Hi all,

    Thanks for your help! But some PC can run it so smoothly and successful. I compared the configure between those PCs that are the same. Why?


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