Ora-00000 [message #151172] |
Tue, 13 December 2005 09:36 |
max246
Messages: 1 Registered: December 2005
|
Junior Member |
|
|
I have a problem, using PHP and as database ORACLE V 9.0 my site internet has some problems of connection:
Unable to connect to the database.
ORA-00000: normal, successful completion
PHP and Oracle are installed on windows 2000 servers and IIS is active!.
This problem however he only finds some times, not always!
Can you help me?
[Updated on: Tue, 13 December 2005 09:40] Report message to a moderator
|
|
|
Re: Ora-00000 [message #154253 is a reply to message #151172] |
Fri, 06 January 2006 06:50 |
Frank Naude
Messages: 4587 Registered: April 1998
|
Senior Member |
|
|
Sounds like a logic error in your program.
If you receive an ora-0, it probably means you have successfully connected.
00000, 00000, "normal, successful completion"
// *Cause: Normal exit.
// *Action: None.
|
|
|