Getting read to open SR on Metalink..
11.2.0.2 db startup getting this error.
ORA-1092 : opitsk aborting process
4
other databases using same Oracle Home started just fine.. Running on
AIX 5.3, Someone failed cluster over by "accident" ... Anyway.. All
file systems exists, other db's started fine..
Can't even get a sysdba connection..
oramerch@a3dvdb954:/oramerch/app/oracle/diag/rdbms/tsadev/tsadev/trace$ echo $ORACLE_SID
tsadev
oramerch@a3dvdb954:/oramerch/app/oracle/diag/rdbms/tsadev/tsadev/trace$ echo $ORACLE_HOME
/oramerch/app/oracle/product/11.2.0.2/db_1/CPUApr2011
oramerch@a3dvdb954:/oramerch/app/oracle/diag/rdbms/tsadev/tsadev/trace$ sqlplus /nolog
SQL*Plus: Release 11.2.0.2.0 Production on Mon Jul 11 15:24:31 2011
Copyright © 1982, 2010, Oracle. All rights reserved.
SQL> connect / as sysdba
Connected to an idle instance.
SQL> startup
ORA-01012: not logged on
SQL>
早上如上配置的oracle服务器出现下面的问题,一直启动不了:
Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x3BBA19BA] [PC:0x2297740, kgegpa()+40] [flags: 0x0, count: 1]
Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x3BBA19BA] [PC:0x229596B, kgebse()+279] [flags: 0x2, count: 2]
ORA-1092 : opitsk aborting process
解决采纳办法:
Not sure if it's related.. but I did a "STARTUP FORCE" and the database started fine. I turned around and issued "shutdown immediate" the "startup" with no issues at all.
Turns out when the failover occured , the Sysadmins have VCS configured to use "STARTUP FORCE".
I'm wondering if the STARTUP FORCE cause the original issue.