Oracle error
am 14.02.2006 15:10:07 von Carel Smit
Hi,
Can anyone tell me what the possible causes of this error are?
PHP Warning: Unknown: _oci_close_session: OCISessionEnd: ORA-00600:
internal error code, arguments: [%s], [%s], [%s], [%s], [%s], [%s], [%s],
[%s]
in Unknown on line 0
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: Oracle error
am 15.02.2006 17:39:18 von 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 condition. Causes of this message include:
* timeouts
* file corruption
* failed data checks in memory
* hardware, memory, or I/O errors
* incorrectly restored files
The first argument is the internal message number. Other arguments are
various numbers, names, and character strings. The numbers may change
meanings between different versions of Oracle.
Action: Report this error to Oracle Support Services after gathering the
following information:
* events that led up to the error
* the operations that were attempted that led to the error
* the conditions of the operating system and databases at the time
of the error
* any unusual circumstances that occurred before receiving the
ORA-00600 message
* contents of any trace files generated by the error
* the relevant portions of the Alter files
Note: The cause of this message may manifest itself as different errors
at different times. Be aware of the history of errors that occurred before
this internal error.
Neil Morgan
-----Original Message-----
From: Carel Smit [mailto:csmit@stocks.co.za]
Sent: 14 February 2006 14:10
To: php-db@lists.php.net
Subject: [PHP-DB] Oracle error
Hi,
Can anyone tell me what the possible causes of this error are?
PHP Warning: Unknown: _oci_close_session: OCISessionEnd: ORA-00600:
internal error code, arguments: [%s], [%s], [%s], [%s], [%s], [%s], [%s],
[%s] in Unknown on line 0
--
PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:
http://www.php.net/unsub.php
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Oracle error
am 15.02.2006 18:19:29 von roy.a.jones
--=_alternative 005F2B0F85257116_=
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: 7bit
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 where your alert.log
file is located, log into SQL*Plus and do --> show parameter
background_dump_dest <--. Or log into the database via any tool and do
--> SELECT * FROM v$parameter WHERE name = 'background_dump_dest'; <--
"Carel Smit"
14-Feb-2006 09:10
Please respond to "Carel Smit"
To
php-db@lists.php.net
cc
Subject
[PHP-DB] Oracle error
Hi,
Can anyone tell me what the possible causes of this error are?
PHP Warning: Unknown: _oci_close_session: OCISessionEnd: ORA-00600:
internal error code, arguments: [%s], [%s], [%s], [%s], [%s], [%s], [%s],
[%s]
in Unknown on line 0
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--=_alternative 005F2B0F85257116_=--