Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-24324: service handle not initialized

822838Dec 17 2010 — edited Dec 20 2010
Hi

I am facing the foll. issue in applying the patch set # 4505133 in infrastructure:

Before applying a patch # 4505133 in Infrastructure tier. i followed these steps :
Shutdown the database
Stop services: by order from top to bottom

OracleCSService
OracleDBConsoleorcl
OracleOra10gINFTNSListener OracleServiceORCL
OracleOra10gINFProcessManager
OracleOra10gINFASControl.

then i installed the patch # 4505133

after installing, i Started foll. the services from bottom to top:

OracleCSService
OracleDBConsoleorcl
OracleOra10gINFTNSListener OracleServiceORCL
OracleOra10gINFProcessManager
OracleOra10gINFASControl.

but my mistake, before running the INFAScontrol service, i ran oracleserviceINFTNSLinstener.

then only i started running the services by order.

after that, i followed the below steps :
Start the database
sqlplus / as sysdba
sql > ALTER SYSTEM SET SHARED_POOL_SIZE='150M' SCOPE=spfile;
sql > ALTER SYSTEM SET JAVA_POOL_SIZE='150M' SCOPE=spfile;
sql> shutdown abort;
sql> startup upgrade
sql> spool patchlog.out
sql> @catpatch

after running the catpatch script, i tried to shut the database by immediate -- > sql> shutdown immediate
but i get the error as :

SQL> shut immediate
ORA-24324: service handle not initialized
ORA-01041: internal error. hostdef extension doesn't exist

what might be the reason?? can i reinstall the patch once again?? if so,there is no option for deinstalling the patch in OUI ie., for Oracle Database 10g Enterprise Edition Release 10.1.0.5.0 - Prod from 10.1.0.4.2

reply me asap.

Regards
vijaya
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 17 2011
Added on Dec 17 2010
2 comments
1,601 views