Drop Table Fails With ORA-600 [15264]
Drop Table Fails With ORA-600 [15264] [ID 338953.1]
修改時間 10-APR-2012 型別 PROBLEM 狀態 PUBLISHED
In this Document
Symptoms
Changes
Cause
Solution
References
Applies to:
Oracle Server - Enterprise Edition - Version: 10.1.0.2 to 10.2.0.5 - Release: 10.1 to 10.2
Information in this document applies to any platform.
*** Checked for relevance on 10-APR-2012 ***
Symptoms
You tried to drop a table and the DROP TABLE SQL command failed by raising an ORA-600 [15264].
The trace file generated at that time shows:
ORA-00600: internal error code, arguments: [15264], [], [], [], [], [], [], []
Current SQL statement for this session:
drop table ...
And Call Stack contains:
... kkdldidRecycle ...
Trying to drop the indexes may give ORA-01418: specified index does not exist.
Changes
The drop of the table was interrupted and then reattempted.
Cause
The exact cause is not all identified but this has most probably to do with the 10g recyclebin.
Bugs have been logged for similar issues, but closed with a status 'could not reproduce'.
Solution
Although the root cause is unknown, we suggest that you:
-> 1/ Log as sysdba and execute the following SQL command:
SQL> PURGE RECYCLEBIN;
This will purge your recycle bin and should return the following message:
Recyclebin purged.
-> 2/ Being logged as sysdba, execute now the following SQL command:
SQL> PURGE DBA_RECYCLEBIN;
This purges the DBA recycle bin and returns the following message:
DBA Recyclebin purged.
Then, you should be able to remove the table without encountering the ORA-600 [15264]
-> 3/ In other words, re-try the same operation that failed earlier:
SQL> DROP TABLE ... ;
-> 4/ If this still fails, bounce (shutdown & restart) the database and retry again the same drop command.
-> 5/ If the database bounce did not help:
in 10gR1:
set the init.ora parameter "_recyclebin" = false, bounce the database and try again the same drop.
in 10gR2
Run the following command:
SQL> ALTER SESSION SET RECYCLEBIN=OFF;
and try again the same drop.
References
NOTE:265253.1 - 10g Recyclebin Features And How To Disable it( _recyclebin )
NOTE:278623.1 - imdinst.sql=ORA=29809, deinssdo.sql=ORA-2303, drop user MDSYS=ORA-600[15264]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22531473/viewspace-750451/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- drop apply INSTANTIATION for one tableAPP
- create table,show tables,describe table,DROP TABLE,ALTER TABLE ,怎麼使用?
- alter table drop unused columns checkpoint
- 深入解析 oracle drop table內部原理Oracle
- MySQL資料災難挽救之drop tableMySql
- [20181203]drop table後如何獲得表結構.txt
- oracle drop table purge無備份bbed恢復(3/3)Oracle
- oracle drop table purge無備份bbed恢復(1/3)Oracle
- oracle drop table purge無備份bbed恢復(2/3)Oracle
- 大語言模型無法理解連結串列 Large Language Models Fails to Understand Chained Table[up to 202407017]模型AI
- 直接登入資料庫使用drop table tablename;會是什麼情況?資料庫
- Nginx配置max_fails fail_timeoutNginxAI
- ORA-600:[qertbGetPartitionNumber:qesma2],[],[],[]
- hash group by導致ORA-600
- SQL__DROPSQL
- JavaScript drop 事件JavaScript事件
- OGG Connection test fails with: weblogic.transaction.internal.TimedOutException:AIWebException
- MySQL5.7下面,誤操作導致的drop table db1.tb1; 的恢復方法:MySql
- drag &drop 拖拽事件事件
- drag & drop 拖拽事件事件
- torch--drop out
- sourcetree github clone 報錯 hg clone fails with “repository not found“GithubAI
- 【MOS】Creating a PDB ... Fails With ORA-17630 (文件 ID 2090019.1)AI
- DataPump Export (EXPDP) Fails With Error LPX-216 Invalid CharacterExportAIError
- 事務槽引起的 ORA-600 事件事件
- HTML5 : Drag & DropHTML
- Drag & Drop 拖拽詳解
- DROP AND RECREATE ONLINE REDOLOG FILES
- Quality Inspection in drop shipment process
- OracleORA-03113 ORA-600 [4193]故障處理Oracle
- root.sh Fails on the First Node for 11gR2 GI InstallationAI
- Bug 12725963 - New database connection fails with ORA-12541 after vip failoverDatabaseAI
- MySQL Binlogging Fails With Writing One Row To The Row-based Binary Log FailedMySqlAI
- PostgreSQL DBA(164) - pgAdmin(Drop column)SQL
- tarui drop失效,解決配置UI
- 【故障處理】ORA-600:[13013],[5001]故障處理
- table
- RMAN restore fails with ORA-01180: can not create datafile 1 (文件 ID 1265151.1)RESTAI
- sql:delete if exists還是drop if exists?SQLdelete