advertisements
_____________________________________________________________________________________________________________________
Error description: Database SMON crash with ORA-600 [k2vpci_2]
Workaround:
Step 1: open the alert log file for the database.
Step 3: Open the trace file and search for the word “indoubt” and note down the rollback/undo segment name with indoubt transaction. The name would be like _SYSSMU<number>_???
Step 4: Add following entries to the init<dbname>.ora file
vi init<dbname>.ora
_offline_rollback_segments="_SYSSMU<number> _???
event = "10513 trace name context forever, level 2"
Step 5: Connect to sqlplus with sys as sysdba user and startup the database.
Permanent Fix: Apply Patch 10222544 on your Oracle Home
_____________________________________________________________________________________________________________________
0 comments:
Post a Comment