Click to See Complete Forum and Search --> : How to solve ORA-00000?


gracetam
08-10-2001, 06:00 AM
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!

tamilselvan
08-10-2001, 12:09 PM
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.

jmodic
08-11-2001, 02:49 PM
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.

gracetam
08-13-2001, 09:36 PM
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?