If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > Ora-00600

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-21-03, 06:06
semo semo is offline
Registered User
 
Join Date: Jan 2003
Posts: 5
Unhappy Ora-00600

We are trying to drop a table in Oracle7.3.3.4.0 but get the following error :

ORA-00600: internal error code, arguments: [16515], [D], [2], [82097], [8], [0], [], []


We have tried dropping the user with the cascade option and the tablespace including contents but get the same error when it reaches this table


Any ideas (apart from rebuilding the instance)?
Reply With Quote
  #2 (permalink)  
Old 01-21-03, 06:23
tal_olier tal_olier is offline
Registered User
 
Join Date: Aug 2002
Location: IL
Posts: 73
Re: Ora-00600

Quote:
Originally posted by semo
We are trying to drop a table in Oracle7.3.3.4.0 but get the following error :

ORA-00600: internal error code, arguments: [16515], [D], [2], [82097], [8], [0], [], []


We have tried dropping the user with the cascade option and the tablespace including contents but get the same error when it reaches this table


Any ideas (apart from rebuilding the instance)?
Did you try rebuilding the table ?
Reply With Quote
  #3 (permalink)  
Old 01-21-03, 06:26
semo semo is offline
Registered User
 
Join Date: Jan 2003
Posts: 5
We have tried everything we can think of. We can rename the table, we can copy the table, we can export the table and re-import it into another schema and another instance. We just cannot drop the original table, nor analyze it.
Reply With Quote
  #4 (permalink)  
Old 01-21-03, 06:55
tal_olier tal_olier is offline
Registered User
 
Join Date: Aug 2002
Location: IL
Posts: 73
Quote:
Originally posted by semo
We have tried everything we can think of. We can rename the table, we can copy the table, we can export the table and re-import it into another schema and another instance. We just cannot drop the original table, nor analyze it.
Your problem is the actual table, you should create a new one, copy all data, drop old, rename new to be as the old one's name. If you can not so that becuae you need this table 24x7, then try rebuilding all indexes of the table (use rebuild online - for the 24x7).

Tal.
Reply With Quote
  #5 (permalink)  
Old 01-21-03, 06:59
semo semo is offline
Registered User
 
Join Date: Jan 2003
Posts: 5
The table is empty and has no indexes. We don't need the table as we have already copied it and the new one is the LIVE version. We are not able to drop the old table as we get ORA-00600 when we try. We want to drop this old table but are unable to
Reply With Quote
  #6 (permalink)  
Old 01-22-03, 02:57
mail2sanjit mail2sanjit is offline
Registered User
 
Join Date: Jan 2003
Location: Kolkata, India
Posts: 4
just
Set SORT_AREA_RETAINED_SIZE to the same value as SORT_AREA_SIZE,
or
Do not set SORT_AREA_RETAINED_SIZE to any value
Reply With Quote
  #7 (permalink)  
Old 01-23-03, 10:42
buckeye234 buckeye234 is offline
Registered User
 
Join Date: Sep 2002
Location: Ohio
Posts: 204
This is going back a few years, but I can recall running into a similar problem in a 7.3.3.4 database. In our case there was a data dictionary corruption that prevented us from dropping the table.

We had to work with Oracle Support to do some 'undocumented, only do at the request of Oracle Support' stuff. If you have support, I'd advise using it. If not, does the mere existance of the table cause any problems? If it is the same problem we had and you can't get support from Oracle, it might be safest to leave it as is.

HTH,
Patrick

Quote:
Originally posted by semo
The table is empty and has no indexes. We don't need the table as we have already copied it and the new one is the LIVE version. We are not able to drop the old table as we get ORA-00600 when we try. We want to drop this old table but are unable to
Reply With Quote
  #8 (permalink)  
Old 01-23-03, 10:47
semo semo is offline
Registered User
 
Join Date: Jan 2003
Posts: 5
Smile

Thank you Patrick
I've fixed the problem by truncating sys.hist_head$ which had a lot of rows for this table
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On