Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> ORA 600
--------------D972A8C0D849F452F7441364 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit
Hello List,
I'm using ORACLE 7.2.3 under UNIX. I got a problem while trying
connecting SQLPLUS. Could someone help
what exactly the ACTION should be taken other than the message oerr
displayed ? Below is the job excerpt I did:
$ sqlplus system/manager
SQL*Plus: Release 3.2.3.0.0 - Production on Thu Sep 7 15:09:35 2000
Copyright (c) Oracle Corporation 1979, 1994. All rights reserved.
ERROR: ORA-00600: internal error code, arguments: [12803], [], [], [],
[], [], [], []
Enter user-name:
$ oerr ora 00600
00600, 00000, "internal error code, arguments: [%s], [%s], [%s], [%s],
[%s], [%s], [%s], [%s]"
// *Cause: This is the generic internal error number for Oracle program // exceptions. This indicates that a process has encountered an // exceptional condition. // *Action: Report as a bug - the first argument is the internal errornumber
$
Appreciate for the answer.
Henry
--------------D972A8C0D849F452F7441364 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hello List,
<p>I'm using ORACLE 7.2.3 under UNIX. I got a problem while trying connecting
SQLPLUS. Could someone help
<br>what exactly the ACTION should be taken other than the message oerr
displayed ? Below is the job excerpt I did:
<br>-------------------------------------------------------------------------------------------- <br>$ sqlplus system/manager <br>SQL*Plus: Release 3.2.3.0.0 - Production on Thu Sep 7 15:09:35 2000<br>Copyright (c) Oracle Corporation 1979, 1994. All rights reserved. <br>ERROR: ORA-00600: internal error code, arguments: [12803], [], [], [], [], [], [], []
<p>Enter user-name: <p>$ oerr ora 00600 <br>00600, 00000, "internal error code, arguments: [%s], [%s], [%s], [%s],[%s], [%s], [%s], [%s]"
<br>// *Cause: This is the generic internal error number for Oracle program <br>// exceptions. This indicates that a process has encountered an <br>// exceptional condition. <br>// *<b>Action: Report as a bug - the first argument is the internalerror number</b>
<p>$ <p>-------------------------------------------------------------------------------------------- <p>Appreciate for the answer.Received on Thu Sep 07 2000 - 04:39:15 CDT