Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> ORA 600 on Oracle 9.2.0

ORA 600 on Oracle 9.2.0

From: Senthil Ramanujam <vze49hbj_at_verizon.net>
Date: Sun, 09 Feb 2003 21:52:16 GMT
Message-ID: <k4A1a.14641$F25.7064@nwrddc02.gnilink.net>


Hi All,

Environment: Oracle 9.2.0 for Solaris8/WindowsNT

Is it something problem with my downloaded version or am i doing something wrong?

I am trying to execute the following query and getting ORA-600 back. I know i will have to contact Oracle support, but someone can verify this query please. Its failing on my Solaris8, as well as on my WindowsNT box. appreciate your help.

thanks,
senthil

SQL> connect / as sysdba
Connected.
SQL> select * from v$version;

BANNER



Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production PL/SQL Release 9.2.0.1.0 - Production
CORE 9.2.0.1.0 Production
TNS for Solaris: Version 9.2.0.1.0 - Production NLSRTL Version 9.2.0.1.0 - Production

5 rows selected.

SQL> select file_name, phyrds, phywrts from dba_temp_files, v$tempstat where file_id = file#;
ERROR:
ORA-00600: internal error code, arguments: [ktfthcf-1], [1022], [], [], [],
[],
[], []

no rows selected

SQL> Received on Sun Feb 09 2003 - 15:52:16 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US