Page 1 of 1

OEM for R12?

Posted: Fri Jan 16, 2009 4:06 pm
by jos
Hi,

R12 in NT

I would like to setup OEM.

When i try to use the command EMCA then get error msg:
"The system can not fined the path specified"

Could you tell why?

Also give the steps how to set up OEM in R12.


Thanks and Regards,

Jos,

Posted: Mon Jan 19, 2009 2:40 am
by lukman
Why do you need to use OEM? You can use OAM instead.

You might want to check this if you still want to use OEM:

Note: 330130.1 - Overview Of The EMCA Commands Available for DB Control 10.2 Installations
https://metalink.oracle.com/metalink/pl ... d=330130.1

and this one from Michael Taylor in oracle forums (it's for linux though):

In R12 RDBMS, the DBConsole is not created out of the box. Complete the following steps to create it:

orapwd file=$ORACLE_HOME/dbs/orapw password=manager entries=20

set REMOTE_LOGIN_PASSWORDFILE = EXCLUSIVE in init.ora

emca -config dbcontrol db -repos recreate -SID visr12 -PORT 1527 -ORACLE_HOME /lv04/apps/oracle/visr12/db/tech_st/10.2.0 -DBCONTROL_HTTP_PORT 1158

Substitute your own system password, SID name, ORACLE_HOME and PORT values.

Posted: Mon Jan 19, 2009 12:13 pm
by jos
Hi,

Thank you for the response.

My problem is EMCA is giving error.
$emca ......
"The system can not fined the path specified"

Thanks and Regard,

jos

Posted: Tue Feb 17, 2009 5:46 am
by lukman
I'm sorry it took quite a long time to reply. It's been a very busy day.

Didn't you need to set the environment or whether the path to emca already exist in your PATH?

Posted: Fri Feb 20, 2009 8:31 am
by miananwar
Hi,

Follow the below steps for configurating Oracle Enterprise Manager.

1 - source your apps database user environment file, if you did not set your path in .bash_profie(linux) and .profile(solaris)

2 - write the below command for configuration OEM(Oracle Enterprise Manager) and follow the instruction otherwise simple write "emca" on the unix console it will give you the complete syntax.

emca -config dbcontrol db -repos create

regars,
anwar