drop user时报错ORA-00600 [qmxiUnpPacked2]。是由于升级问题造成的。metalink上给出如下解决方法。
Subject: | Drop user fails with ora-600 [qmxiUnpPacked2] | |||
Doc ID: | Note:339070.1 | Type: | PROBLEM | |
Last Revision Date: | 07-DEC-2005 | Status: | PUBLISHED |
In this Document
Symptoms
Cause
Solution
References
Oracle Server - Enterprise Edition - Version: 9.2.0.7
This problem can occur on any platform.
ORA-600 [qmxiUnpPacked2] [121 being reported during a drop user on a new 9.2.0.7 database.
This is generally caused by an invalid upgrade from earlier release.
If a database is created with the DBCA at 9.2.0.7 and one of the "seed" databases are used (not the "New Database" option),
then this seed database is at 9.2.0.1.
Once the create database is complete it needs patching to 9.2.0.7
This error occurs due to XMLType data that has not been successfully upgraded from a previous version.
To implement the solution, please execute the following steps:
1)SQL> shutdown immediate
2)SQL> startup migrate
3)SQL> spool patch.log
4)SQL> @?/rdbms/admin/catpatch
5)SQL> spool off
Note 222876.1 - ORA-600 [qmxiUnpPacked2]
ORA-600[QMXIUNPPACKED2]
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/228190/viewspace-183274/,如需转载,请注明出处,否则将追究法律责任。