php and oracle [message #123742] |
Tue, 14 June 2005 12:03 |
talkstock888
Messages: 1 Registered: June 2005
|
Junior Member |
|
|
after in istall php and oracle
i try to run on test page see php and oracle are work my error message is show fllowing
Warning: Oracle: Connection Failed: ORA-01033: ORACLE initialization or shutdown in progress in /usr/local/apache/htdocs/test_2.php on line 7
Warning: ora_open(): supplied argument is not a valid Oracle-Connection resource in /usr/local/apache/htdocs/test_2.php on line 8
Warning: ora_parse(): supplied argument is not a valid Oracle-Cursor resource in /usr/local/apache/htdocs/test_2.php on line 12
Warning: ora_exec(): supplied argument is not a valid Oracle-Cursor resource in /usr/local/apache/htdocs/test_2.php on line 13
Warning: ora_fetch(): supplied argument is not a valid Oracle-Cursor resource in /usr/local/apache/htdocs/test_2.php on line 14
Warning: ora_getcolumn(): supplied argument is not a valid Oracle-Cursor resource in /usr/local/apache/htdocs/test_2.php on line 15
sysdate:
|
|
|
Re: php and oracle [message #124050 is a reply to message #123742] |
Thu, 16 June 2005 01:19 |
Frank Naude
Messages: 4581 Registered: April 1998
|
Senior Member |
|
|
Hi,
01033, 00000, "ORACLE initialization or shutdown in progress"
// *Cause: An attempt was made to log on while Oracle is being started up
// or shutdown.
// *Action: Wait a few minutes. Then retry the operation
Best regards.
Frank
|
|
|