problem due to Ora-0600 [message #64261] |
Thu, 06 January 2005 19:24 |
Saikat
Messages: 17 Registered: February 2003
|
Junior Member |
|
|
Hi
I am now on a big problem.
The problem is :
sql>select count(*) from MOT_AGREEMENT_DETAILS;
COUNT(*)
---------------
7988
sql>create table block_test as select * from MOT_AGREEMENT_DETAILS
ERROR at line 1:
ORA-00600: internal error code, arguments: [[4147]], [[15]], [[14]], [[]], [[]], [[]], [[]], [[]]
I am sure that there is no corrupt block.
i already tested it by dbms_repair.
I have
Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production on win2000 server.
pls tell me what will the next step.
regards
saikat
|
|
|
Re: problem due to Ora-0600 [message #64262 is a reply to message #64261] |
Thu, 06 January 2005 20:16 |
Frank
Messages: 7901 Registered: March 2000
|
Senior Member |
|
|
Ora-00600 means two things:
1: check your alert log. ORA-00600 messages are logged there too, often with some extra explanation
(1a: search the internet for ora-00600 and the first argument [[4147]])
2: contact support.
hth
|
|
|