Wednesday, November 12, 2008

Create new repository to enable dbcontrol in Oracle 10.2

emca -config dbcontrol db -repos create -silent -PORT -SERVICE_NAME -SYS_PWD -SID -DBSNMP_PWD -SYSMAN_PWD -DBCONTROL_HTTP_PORT -AGENT_PORT -RMI_PORT -JMS_PORT

Eg.
emca -config dbcontrol db -repos create -silent -PORT 1521 -SERVICE_NAME MESTEST -SYS_PWD SYS -SID MESTEST -DBSNMP_PWD dbsnmp -SYSMAN_PWD sysman -DBCONTROL_HTTP_PORT 1158 -AGENT_PORT 3938 -RMI_PORT 5521 -JMS_PORT 5541

1 comment:

Amelia said...

You have just shared the command and an example to create a repository. Please do also provide some explanation as it will be more easy to understand how this command actually works and what are the necessary parameters in this command.
sap upgrade