Formatting code for Oracle10gEm
{{parent page="Oracle"}}
Make sure job_queue_processes is greater than 1.
%%
job_queue_processes = 2
%%
To configure EM after 10g is installed, issue the followings:
%%
$ emca -repos create
$ emca -repos recreate
$ emca -repos drop
$ emca -config dbcontrol db
%%
You should get these near the end of the output:
%%
INFO: >>>>>>>>>>> The Database Control URL is http://hostname:1158/em <<<<<<<<<<<
Enterprise Manager configuration completed successfully
%%
Starting / stopping EM
%%
emctl start dbconsole
emctl stop dbconsole
%%
Make sure job_queue_processes is greater than 1.
%%
job_queue_processes = 2
%%
To configure EM after 10g is installed, issue the followings:
%%
$ emca -repos create
$ emca -repos recreate
$ emca -repos drop
$ emca -config dbcontrol db
%%
You should get these near the end of the output:
%%
INFO: >>>>>>>>>>> The Database Control URL is http://hostname:1158/em <<<<<<<<<<<
Enterprise Manager configuration completed successfully
%%
Starting / stopping EM
%%
emctl start dbconsole
emctl stop dbconsole
%%