Database Administration (MOSC)

MOSC Banner

Enterprise manager configuration failed due to the following error - null

edited Oct 19, 2011 6:18AM in Database Administration (MOSC) 2 commentsAnswered
OKayyyy, everything works APART from EMCA:

.

[oracle@<server> templates]$ dbca -silent \
>        -createDatabase \
>        -templateName <sid>_template.dbt \
>        -gdbName <sid> \
>        -sysPassword <pw> \
>        -systemPassword <pw> \
>        -emConfiguration LOCAL \
>               -dbsnmpPassword <pw> \
>               -sysmanPassword <pw> \
>               -smtpServer smtp.<domain> \
>               -emailAddress <email> \
>        -characterset WE8MSWIN1252 \
>        -listeners extproc_lsn,<sid>_lsn . . . I had trouble specifying multiple listeners until I chanced upon comma separation with no spaces, could this be the problem for EMCA ?

.
Creating and starting Oracle instance
...
Creating database files
...
Creating data dictionary views
...
Adding Oracle JVM
...
Adding Oracle XML DB
...
Adding Enterprise Manager Repository
...
Completing Database Creation
...
100% complete
Look at the log file "/u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/dbca/dev02/dev020.log" for further details.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center