SQL> drop index i_col2; drop index i_col2 * ERROR at line 1: ORA-00701: object necessary for warmstarting database cannot be altered
8 metalink回复
1 2 3 4 5 6 7 8 9 10 11
Generic Note ------------ Hi, I am Balaji and I Have reviewed the SR as per your request. Looking intothe SR I understand that , the index I_COL2 which is created onthetableCOL$ iscorrupted. Unfortunately , the object is a bootstrap segment , which cannot be modified usingthe sql scrpts. The best option here is to perform the restore / recovery fromthelast good backup . In case this is not possible thenthe only option way ahead is to perform an export ofthe entire database and import it. You can go for schema level export. Regards Balaji
ORA-00600: internal error code, arguments: [12700], [2], [4206885], [26] Note: For additional ORA-600 related information please read Note:146580.1 PURPOSE: This article discusses the internal error "ORA-600 [12700]", what it means and possible actions. The information here is only applicable tothe versions listed and is provided only for guidance. ERROR: ORA-600 [12700] [a] [b] [c] VERSIONS: versions 6.0to9.2 DESCRIPTION: Oracle is trying to access a row using its ROWID, which has been obtained froman index. A mismatch was found between the index rowid andthe data block it is pointing to. The rowid points toa non-existent row inthe data block. The corruption can be in data and/or index blocks. ORA-600 [12700] can also be reported due toa consistent read (CR) problem. The information dumped tothe trace file varies greatly between releases: - in Oracle 7.3.x it is ORA-600 [12700][a][b] , where Arg [a] dba (Data Block Address) Arg [b] slot number (numberofthe row inthe block pointed bythe dba) - in Oracle 8.x and9.x, it is ORA-600 [12700][a][b][c] , where Arg [a] dataobj# from sys.obj$ Arg [b] relative dba ofthe data block Arg [c] slot numberofthe row inthe data block The arguments ofthe ORA-600 [12700] contains information obtained fromthe index we are using. FUNCTIONALITY: USER/ORACLE INTERFACE LAYER IMPACT: POSSIBLE CORRUPTION SUGGESTIONS: Please refer to Note:155933.1"Resolving an ORA-600 [12700] error" for additional help with diagnosing this problem. If the above note does not help, then please logthe issue with Oracle Support Services. Known Issues: