[1685065 views]

[]

Odi's astoundingly incomplete notes

New entries | Code

Oracle 10g em

If the Oracle Enterprise Manager breaks, here is how to completely reinstall it:
# if you have changed the hostname, provide the old name here
# and make sure to map its IP to this host via /etc/hosts
export ORACLE_HOSTNAME=myoldname
emca -deconfig dbcontrol db -repos drop
unset ORACLE_HOSTNAME
emca -config dbcontrol db -repos create
emctl upload
emctl start dbconsole
When asked for the SID always enter lower case!

So far so good, but 10.2.0.1 EM is seriously broken on x86_64 Linux. Consider to upgrade to the latest patch level right after installation. Or you will see 100% CPU issues now or in a few months.

And then even 10.2.0.5 contains a certificate that has expired end of 2010. You need to apply another small patch manually after that. See Metalink.


posted on 2011-01-25 21:31 UTC in Code | 1 comments | permalink
thanks man really neat
just used it ;)