Transformatorhuis

May 16, 2008

Oracle 11G install problems

Filed under: Uncategorized — Tags: , , — cyberroadie @ 12:12 pm

100% CPU usage problem: http://forums.oracle.com/forums/thread.jspa?threadID=588715&tstart=0

Solve with:

emctl stop dbconsole (or stop the OracleDBConsoleSID Windows service)

In SQLPlus:
create table mgmt_job_bad as select * from sysman.mgmt_job where job_name = ‘PROVISIONING DAEMON’;
delete from sysman.mgmt_job where job_name = ‘PROVISIONING DAEMON’;
commit;

emctl start dbconsole (or start the service)

Startup database:

Start listener: lsnrctl start

Start web console: emctl start dbconsole

Startup database in web console: https://localhost:1158/em/console/

Usefull tools:

netca (listener configuration)

dbca (database configuration), particulary usefull after changing domain name

No Comments Yet »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

Blog at WordPress.com.