Re: [PHP-DB] Oracle error

2006-02-15 Thread roy . a . jones
ORA 600 errors are unhandled errors by the DB engine. To find the root cause you need to get the true error message. Check you alert.log file then repost it. It will be something like ora-00600: [ some_code_here ] [ some_number_here ] ... >From that we can identify the root cause. To find w

RE: [PHP-DB] Oracle error

2006-02-15 Thread N . A . Morgan
>From the manual: ORA-00600 internal error code, arguments: [string], [string], [string], [string], [string], [string], [string], [string] Cause: This is the generic internal error number for Oracle program exceptions. It indicates that a process has encountered a low-level, unexpected condit

Re: [PHP-DB] oracle error ORA-12154

2004-07-18 Thread Christopher Jones
Adam Williams wrote: yeah I got it to work, i had to do putenv() with my oracle home dir and then my scripts started working. thanks It would be better to set the variables before starting the web server. See http://otn.oracle.com/tech/opensource/php/php_troubleshooting_faq.html#envvars Chris --

Re: [PHP-DB] oracle error ORA-12154

2004-07-16 Thread Adam Williams
yeah I got it to work, i had to do putenv() with my oracle home dir and then my scripts started working. thanks Peter Beckman wrote: The biggest problem with oci8 is having these four variables set: $ORACLE_SID=SOMESID $ORACLE_HOME=/home/beckman/oracle $ORACLE_BASE=/home/beckman/oracle $TNS_ADMI

Re: [PHP-DB] oracle error ORA-12154

2004-07-16 Thread Peter Beckman
The biggest problem with oci8 is having these four variables set: $ORACLE_SID=SOMESID $ORACLE_HOME=/home/beckman/oracle $ORACLE_BASE=/home/beckman/oracle $TNS_ADMIN=/home/beckman/oracle/network/admin If those aren't set, then things won't work. Please confirm that those environment variables are