Error in creating Enterprise manager repository

Error in Enterprise manager repository
oracle@oracle:~> emca -repos create
STARTED EMCA at Mar 8, 2009 9:14:45 PM
EM Configuration Assistant, Version 10.2.0.1.0 Production
Copyright (c) 2003, 2005, Oracle. All rights reserved.
Enter the following information:
Database SID: ora01
Listener port number: 1521
Password for SYS user:
Password for SYSMAN user:
Do you wish to continue? yes(Y)/no(N): Y
Mar 8, 2009 9:15:08 PM oracle.sysman.emcp.EMConfig perform
INFO: This operation is being logged at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_2009-03-08_09-14-45-PM.log.
Mar 8, 2009 9:15:09 PM oracle.sysman.emcp.EMReposConfig createRepository
INFO: Creating the EM repository (this may take a while) ...
Mar 8, 2009 9:15:09 PM oracle.sysman.emcp.EMReposConfig invoke
SEVERE: Error creating the repository
Mar 8, 2009 9:15:09 PM oracle.sysman.emcp.EMReposConfig invoke
INFO: Refer to the log file at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_repos_create_<date>.log for more details.
Mar 8, 2009 9:15:09 PM oracle.sysman.emcp.EMConfig perform
SEVERE: Error creating the repository
Refer to the log file at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_2009-03-08_09-14-45-PM.log for more details.
Could not complete the configuration. Refer to the log file at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_2009-03-08_09-14-45-PM.log for more details.
emca_repos_create_2009-03-08_09-15-09-PM.log
Check if repos user already exists.
old 6: WHERE username=UPPER('&EM_REPOS_USER');
new 6: WHERE username=UPPER('SYSMAN');
old 8: IF ( '&EM_CHECK_TYPE' = 'EXISTS') THEN
new 8: IF ( 'NOT_EXISTS' = 'EXISTS') THEN
old 11: raise_application_error(-20000, '&EM_REPOS_USER does not exists..');
new 11: raise_application_error(-20000, 'SYSMAN does not exists..');
old 14: ELSIF ( '&EM_CHECK_TYPE' = 'NOT_EXISTS' ) THEN
new 14: ELSIF ( 'NOT_EXISTS' = 'NOT_EXISTS' ) THEN
old 17: raise_application_error(-20001, '&EM_REPOS_USER already exists..');
new 17: raise_application_error(-20001, 'SYSMAN already exists..');
old 21: raise_application_error(-20002, 'Invalid Check type &EM_CHECK_TYPE');
new 21: raise_application_error(-20002, 'Invalid Check type NOT_EXISTS');
DECLARE
ERROR at line 1:
ORA-20001: SYSMAN already exists..
ORA-06512: at line 17
emca_2009-03-08_09-14-45-PM.log
Mar 8, 2009 9:12:13 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag '-repos' set to true
Mar 8, 2009 9:12:13 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'db' set to true
Mar 8, 2009 9:12:13 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'create' set to true
Mar 8, 2009 9:12:13 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: ORACLE_HOME value: /home/oracle/product/10gR2
Mar 8, 2009 9:12:15 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: SID value: ora01
Mar 8, 2009 9:12:18 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: PORT value: 1521
Mar 8, 2009 9:12:20 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter SYS_PWD.
Mar 8, 2009 9:12:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: ora01, oracleHome: /home/oracle/product/10gR2, and user: SYS
Mar 8, 2009 9:12:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
Mar 8, 2009 9:12:23 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: CONFIRMATION ANSWER value:
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: CONFIRMATION ANSWER value: yes
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter LOG_FILE.
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'db' set to true
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: ora01, oracleHome: /home/oracle/product/10gR2, and user: SYS
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
CONFIG: No Database unique name available. Will try to retrieve it from DB itself
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_UNIQUE_NAME value: ora01
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.EMConfig perform
INFO: This operation is being logged at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_2009-03-08_09-12-13-PM.log.
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: EM_HOME value: /home/oracle/product/10gR2
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'db' set to true
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter MODIFY_SID.
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.DatabaseChecks getDbServiceName
CONFIG: No service name available. Will try to set db_unique_name.db_domain
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: ora01, oracleHome: /home/oracle/product/10gR2, and user: SYS
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_UNIQUE_NAME value:
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
CONFIG: No Database unique name available. Will try to retrieve it from DB itself
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_UNIQUE_NAME value: ora01
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter DB_DOMAIN.
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
CONFIG: No db domain available. Will query db for db_domain parameter
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_UNIQUE_NAME value: ora01
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: SERVICE_NAME value: ora01
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter MODIFY_SID.
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter MODIFY_SID.
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter GLOBAL_DB_UNIQUE_NAME.
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.DatabaseChecks getGlobalDbUniqueName
CONFIG: No Global database unique name available. Will try to retrieve it from DB itself
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: ora01, oracleHome: /home/oracle/product/10gR2, and user: SYS
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter DB_DOMAIN.
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
CONFIG: No db domain available. Will query db for db_domain parameter
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: GLOBAL_DB_UNIQUE_NAME value: ora01
Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: ora01, oracleHome: /home/oracle/product/10gR2, and user: SYS
Mar 8, 2009 9:12:26 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
Mar 8, 2009 9:12:26 PM oracle.sysman.emcp.EMReposConfig createRepository
CONFIG: Spooling to /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_repos_create_2009-03-08_09-12-26-PM.log
Mar 8, 2009 9:12:26 PM oracle.sysman.emcp.EMReposConfig createRepository
INFO: Creating the EM repository (this may take a while) ...
Mar 8, 2009 9:12:26 PM oracle.sysman.emcp.EMReposConfig createRepository
CONFIG: ORA-20001: SYSMAN already exists..
ORA-06512: at line 17
oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-20001: SYSMAN already exists..
ORA-06512: at line 17
     at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1467)
     at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeScript(SQLEngine.java:841)
     at oracle.sysman.assistants.util.sqlEngine.SQLPlusEngine.executeScript(SQLPlusEngine.java:265)
     at oracle.sysman.assistants.util.sqlEngine.SQLPlusEngine.executeScript(SQLPlusEngine.java:306)
     at oracle.sysman.emcp.EMReposConfig.createRepository(EMReposConfig.java:360)
     at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:182)
     at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:124)
     at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:142)
     at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:479)
     at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1123)
     at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:463)
     at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:412)
Mar 8, 2009 9:12:26 PM oracle.sysman.emcp.EMReposConfig invoke
SEVERE: Error creating the repository
Mar 8, 2009 9:12:26 PM oracle.sysman.emcp.EMReposConfig invoke
INFO: Refer to the log file at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_repos_create_<date>.log for more details.
Mar 8, 2009 9:12:26 PM oracle.sysman.emcp.EMConfig perform
SEVERE: Error creating the repository
Refer to the log file at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_2009-03-08_09-12-13-PM.log for more details.
Mar 8, 2009 9:12:26 PM oracle.sysman.emcp.EMConfig perform
CONFIG: Stack Trace:
oracle.sysman.emcp.exception.EMConfigException: Error creating the repository
     at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:194)
     at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:124)
     at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:142)
     at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:479)
     at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1123)
     at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:463)
     at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:412)

oracle@oracle:~>  emca -config dbcontrol db -repos create
STARTED EMCA at Mar 8, 2009 9:38:46 PM
EM Configuration Assistant, Version 10.2.0.1.0 Production
Copyright (c) 2003, 2005, Oracle. All rights reserved.
Enter the following information:
Database SID: ora01
Listener port number: 1521
Password for SYS user:
Password for DBSNMP user:
Password for SYSMAN user:
Email address for notifications (optional):
Outgoing Mail (SMTP) server for notifications (optional):
You have specified the following settings
Database ORACLE_HOME ................ /home/oracle/product/10gR2
Database hostname ................ srv603484.adpepper.com
Listener port number ................ 1521
Database SID ................ ora01
Email address for notifications ............... [email protected]
Outgoing Mail (SMTP) server for notifications ............... www.cyabge.com
Do you wish to continue? [yes(Y)/no(N)]: Y
Mar 8, 2009 9:39:23 PM oracle.sysman.emcp.EMConfig perform
INFO: This operation is being logged at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_2009-03-08_09-38-46-PM.log.
Mar 8, 2009 9:39:24 PM oracle.sysman.emcp.EMReposConfig createRepository
INFO: Creating the EM repository (this may take a while) ...
Mar 8, 2009 9:41:39 PM oracle.sysman.emcp.EMReposConfig invoke
INFO: Repository successfully created
Mar 8, 2009 9:41:43 PM oracle.sysman.emcp.util.DBControlUtil startOMS
INFO: Starting Database Control (this may take a while) ...
Mar 8, 2009 9:48:24 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
WARNING: Error executing /home/oracle/product/10gR2/bin/emctl start dbconsole
Mar 8, 2009 9:48:24 PM oracle.sysman.emcp.EMConfig perform
SEVERE: Error starting Database Control
Refer to the log file at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_2009-03-08_09-38-46-PM.log for more details.
Could not complete the configuration. Refer to the log file at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_2009-03-08_09-38-46-PM.log for more details.
oracle@oracle:~> emctl start dbconsole
TZ set to US/Pacific
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
http://**********:5500/em/console/aboutApplication
Timezone mismatch: The agentTZRegion value (US/Pacific) in
/home/oracle/product/10gR2/**********8_ora01/sysman/config/emd.properties
does not match the current environment TZ setting(US/Pacific).
The dbconsole cannot run with this mismatch.
If US/Pacific is the correct timezone, set your timezone environment variable to US/Pacific and repeat the 'emctl start dbconsole' operation.
If US/Pacific is not the correct timezone, make sure that the timezone in your environment is correct, and then run the following command in your local Oracle Home: 'emctl resetTZ agent'
The output of this command will include detailed instructions to follow, to correct the mismatch.
Edited by: user618704 on Mar 9, 2009 2:08 AM

Similar Messages

  • Error while running Enterprise Manager 11gR1 after installation

    Dear All,
    I have just installed Oracle 11gR1 on centOS 5 operating system. During installation I checked the option to create sample schema. During installation the installer displayed some error message regarding Enterprise Manager and told that you can run the script manually after installation is complete with the script location i.e /<oracle_home>/bin/emca
    After installtion i have run the script BUT now when i try to start dbconsole it fails.
    When i run emctl status agent it says agent is not running.
    Following is from emagent.trc file
    2009-03-01 20:44:26 Thread-3047507648 ERROR util.files: ERROR: nmeufis_new: failed in lfiopn on file: /Oracle/app/oracle/product/11.1.0/db_1/78.129.247.153_bssglbuk/sysman/emd/agntstmp.txt. error = 2 (No such file or directory)
    2009-03-01 20:44:26 Thread-3047507648 WARN http: snmehl_connect: connect failed to (78.129.247.153:5500): Connection refused (error = 111)
    2009-03-01 20:44:26 Thread-3047507648 ERROR pingManager: nmepm_pingReposURL: Cannot connect to https://78.129.247.153:5500/em/upload/: retStatus=-32
    2009-03-01 20:44:26 Thread-3047507648 WARN main: clear collection state due to OMS_version difference
    2009-03-01 20:44:26 Thread-3047507648 WARN command: Job Subsystem Timeout set at 600 seconds
    2009-03-01 20:44:26 Thread-3047507648 ERROR fetchlets: Error when initializing C Logging Package for ECID generation.
    2009-03-01 20:44:26 Thread-3047507648 ERROR main: nmefmgr_initialize failed to initialize Fetchlet Manager
    2009-03-01 21:37:17 Thread-3086870208 ERROR util.files: ERROR: nmeufis_new: failed in lfiopn on file: /Oracle/app/oracle/product/11.1.0/db_1/78.129.247.153_bssglbuk/sysman/emd/agntstmp.txt. error = 2 (No such file or directory)
    2009-03-01 21:37:17 Thread-3086870208 WARN http: snmehl_connect: connect failed to (78.129.247.153:5500): Connection refused (error = 111)
    2009-03-01 21:37:17 Thread-3086870208 ERROR pingManager: nmepm_pingReposURL: Cannot connect to https://78.129.247.153:5500/em/upload/: retStatus=-32
    2009-03-01 21:37:17 Thread-3086870208 WARN command: Job Subsystem Timeout set at 600 seconds
    2009-03-01 21:37:17 Thread-3086870208 ERROR fetchlets: Error when initializing C Logging Package for ECID generation.
    2009-03-01 21:37:17 Thread-3086870208 ERROR main: nmefmgr_initialize failed to initialize Fetchlet Manager
    2009-03-01 21:42:09 Thread-3086194368 ERROR util.files: ERROR: nmeufis_new: failed in lfiopn on file: /Oracle/app/oracle/product/11.1.0/db_1/78.129.247.153_bssglbuk/sysman/emd/agntstmp.txt. error = 2 (No such file or directory)
    2009-03-01 21:42:09 Thread-3086194368 WARN http: snmehl_connect: connect failed to (78.129.247.153:5500): Connection refused (error = 111)
    2009-03-01 21:42:09 Thread-3086194368 ERROR pingManager: nmepm_pingReposURL: Cannot connect to https://78.129.247.153:5500/em/upload/: retStatus=-32
    2009-03-01 21:42:09 Thread-3086194368 WARN command: Job Subsystem Timeout set at 600 seconds
    2009-03-01 21:42:09 Thread-3086194368 ERROR fetchlets: Error when initializing C Logging Package for ECID generation.
    2009-03-01 21:42:09 Thread-3086194368 ERROR main: nmefmgr_initialize failed to initialize Fetchlet Manager
    2009-03-01 22:14:44 Thread-3086542528 ERROR util.files: ERROR: nmeufis_new: failed in lfiopn on file: /Oracle/app/oracle/product/11.1.0/db_1/78.129.247.153_bssglbuk/sysman/emd/agntstmp.txt. error = 2 (No such file or directory)
    2009-03-01 22:14:44 Thread-3086542528 WARN http: snmehl_connect: connect failed to (78.129.247.153:5500): Connection refused (error = 111)
    2009-03-01 22:14:44 Thread-3086542528 ERROR pingManager: nmepm_pingReposURL: Cannot connect to https://78.129.247.153:5500/em/upload/: retStatus=-32
    2009-03-01 22:14:44 Thread-3086542528 WARN command: Job Subsystem Timeout set at 600 seconds
    2009-03-01 22:14:44 Thread-3086542528 ERROR fetchlets: Error when initializing C Logging Package for ECID generation.
    2009-03-01 22:14:44 Thread-3086542528 ERROR main: nmefmgr_initialize failed to initialize Fetchlet Manager
    And this is from the emagent.log file
    2009-03-01 20:44:26 Thread-3047507648 Starting Agent 10.2.0.3.0 from /Oracle/app/oracle/product/11.1.0/db_1 (00701)
    2009-03-01 20:44:26 Thread-3047507648 <Agent Startup> : Initialization of FETCHLET MANAGER failure (00721)
    2009-03-01 21:37:17 Thread-3086870208 Starting Agent 10.2.0.3.0 from /Oracle/app/oracle/product/11.1.0/db_1 (00701)
    2009-03-01 21:37:17 Thread-3086870208 <Agent Startup> : Initialization of FETCHLET MANAGER failure (00721)
    2009-03-01 21:42:09 Thread-3086194368 Starting Agent 10.2.0.3.0 from /Oracle/app/oracle/product/11.1.0/db_1 (00701)
    2009-03-01 21:42:09 Thread-3086194368 <Agent Startup> : Initialization of FETCHLET MANAGER failure (00721)
    2009-03-01 22:14:44 Thread-3086542528 Starting Agent 10.2.0.3.0 from /Oracle/app/oracle/product/11.1.0/db_1 (00701)
    2009-03-01 22:14:44 Thread-3086542528 <Agent Startup> : Initialization of FETCHLET MANAGER failure (00721)
    Kindly help me in starting Enterpeise Manager 11gR1.
    Regards, Imran

    Dear All,
    These are the messages/errors when I try to re-create OEM Repository.
    Do you wish to continue? [yes(Y)/no(N)]: Y
    02-Mar-2009 10:23:11 oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /Oracle/app/oracle/cfgtoollogs/emca/bssglbuk/emca_2009_03_02_10_22_08.log.
    02-Mar-2009 10:23:11 oracle.sysman.emcp.EMReposConfig invoke
    INFO: Dropping the EM repository (this may take a while) ...
    02-Mar-2009 10:23:12 oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully dropped
    02-Mar-2009 10:23:12 oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    02-Mar-2009 10:26:04 oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully created
    02-Mar-2009 10:26:05 oracle.sysman.emcp.EMReposConfig uploadConfigDataToRepository
    INFO: Uploading configuration data to EM repository (this may take a while) ...
    02-Mar-2009 10:26:32 oracle.sysman.emcp.EMReposConfig invoke
    INFO: Uploaded configuration data successfully
    02-Mar-2009 10:26:33 oracle.sysman.emcp.util.DBControlUtil configureSoftwareLib
    INFO: Software library configured successfully.
    02-Mar-2009 10:26:33 oracle.sysman.emcp.EMDBPostConfig configureSoftwareLibrary
    INFO: Deploying Provisioning archives ...
    02-Mar-2009 10:26:38 oracle.sysman.emcp.EMDBPostConfig configureSoftwareLibrary
    INFO: Provisioning archives deployed successfully.
    02-Mar-2009 10:26:38 oracle.sysman.emcp.util.DBControlUtil secureDBConsole
    INFO: Securing Database Control (this may take a while) ...
    02-Mar-2009 10:26:48 oracle.sysman.emcp.util.DBControlUtil secureDBConsole
    INFO: Database Control secured successfully.
    02-Mar-2009 10:26:48 oracle.sysman.emcp.util.DBControlUtil startOMS
    INFO: Starting Database Control (this may take a while) ...
    02-Mar-2009 10:29:58 oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing /Oracle/app/oracle/product/11.1.0/db_1/bin/emctl start dbconsole
    02-Mar-2009 10:29:58 oracle.sysman.emcp.EMConfig perform
    SEVERE: Error starting Database Control
    Refer to the log file at /Oracle/app/oracle/cfgtoollogs/emca/bssglbuk/emca_2009_03_02_10_22_08.log for more details.
    Could not complete the configuration. Refer to the log file at /Oracle/app/oracle/cfgtoollogs/emca/bssglbuk/emca_2009_03_02_10_22_08.log for more details.
    Does it give some hint. I have try to publish all the information i could get.
    Regards, Imran

  • Enterprise manager repository creation in Oracle 10g

    Hi
    i was checking out emRepository.sql file that creates the enterprise manager repository in Oracle10g.I calls a particular program/script called emrepocrea that takes as parameter the user name SYSMAN, the passwd for SYSMAN TEMP ON.
    Could someone explain me what language is this program/script is written and what is exactly going on behind the scenes of the DBCA?
    Thanks and Regards
    Prahalad Deshpande

    emRepository.sql is one of the scripts that are normally run when you create a new DB. DBCA puts these scripts, normally, in $ORACLE_BASE/admin/<DB>/scripts.
    emRepository.sql calls emreposcre.sql (another Sql script), passing to it 5 parameters :
    1. Oracle Home
    2. Username
    3. Password
    4. Temporary tablespace name
    5. Verify On/Off

  • Create enterprise management agent failed during IDM 11.1.1.3 installtion

    Hi,
    Create enterprise management agent step in bootstrap configuration of IDM 11.1.1.3 (OID, OVD, ODSM, ODIP and OIF ) is failing. This is on Windows 2003 sp2. I have seen a post similar to this where it is mentioned that a missing DDL may be causing this issue. If this is the case, can i get the DLL please..
    Re: Error during "Create Oracle Internet Directory" Step
    Also i have seen another post similar to this where it is mentioned about SSL configuration issues...please advise.
    EM fails to start with NoClassDefFoundError: HTTPClient/ProtocolNotSuppExce
    Appreciate your help !
    Regards,
    Sudhakar

    During installation of Oracle DB 11gR2, EM did not start, had to make sure all environment variables including ORACLE_UNQNAME are set so that EM is started successfully on Oracle DB installation. this resolved the issue.
    Edited by: Sudhakar on Apr 3, 2011 11:25 AM

  • Error while creating persistence manager

    Folks,
    I have been receiving the following error while trying to invoke a subprocess in a flowN (the subprocess wraps some logic around a stored procedure call). There error is appearing N-1 times consistently (only one of the four transactions I'm testing is going through).
    <remoteFault>
    <part name="code" >
    <code>Server.userException</code>
    </part>
    <part name="summary" >
    <summary>when invoking endpointAddress 'http://crmoasdev.XXXX.com:7778/orabpel/CDH_inbound/XXXX_CDH_in_ProcessRewards/1.0', ORABPEL-05226 Error while creating persistence manager. An error occurred while attempting to instantiate the persistence manager class "org.apache.log4j.helpers.ISO8601DateFormat__CXBD" for type "org.apache.log4j.helpers.ISO8601DateFormat". The exception reported was: </summary>
    </part>
    <part name="detail" >
    <detail>AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: ORABPEL-05226 Error while creating persistence manager. An error occurred while attempting to instantiate the persistence manager class "org.apache.log4j.helpers.ISO8601DateFormat__CXBD" for type "org.apache.log4j.helpers.ISO8601DateFormat". The exception reported was: faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}hostname:crmoasdev.XXXX.com </detail>
    </part>
    </remoteFault>The domain log information is as follows:
    <2006-05-17 15:18:24,666> <WARN> <CDH_inbound.collaxa.cube.engine.deployment> <TypeHelperLoader::getBizdocVersionUID> missing resource: java.util.MissingResourceException: Cant find resource for bundle com.oracle.bpel.client.i18n.resources_client, key LOG_W_BD_out_of_date_class
    <2006-05-17 15:18:24,675> <ERROR> <CDH_inbound.collaxa.cube.engine.deployment> <TypeHelperRegistry::generatePersistenceManager> Error while creating persistence manager.
    An error occurred while attempting to instantiate the persistence manager class "org.apache.log4j.helpers.ISO8601DateFormat__CXBD" for type "org.apache.log4j.helpers.ISO8601DateFormat".  The exception reported was:
    <2006-05-17 15:18:24,675> <ERROR> <CDH_inbound.collaxa.cube> <BaseCubeSessionBean::logError> Error while invoking bean "cube engine": Error while creating persistence manager.
    An error occurred while attempting to instantiate the persistence manager class "org.apache.log4j.helpers.ISO8601DateFormat__CXBD" for type "org.apache.log4j.helpers.ISO8601DateFormat".  The exception reported was:
    ORABPEL-05226
    Error while creating persistence manager.
    An error occurred while attempting to instantiate the persistence manager class "org.apache.log4j.helpers.ISO8601DateFormat__CXBD" for type "org.apache.log4j.helpers.ISO8601DateFormat".  The exception reported was:
         at com.collaxa.cube.engine.deployment.TypeHelperLoader.generatePersistenceManager(TypeHelperLoader.java(Compiled Code))
         at com.collaxa.cube.engine.deployment.TypeHelperLoader.loadPersistenceManager(TypeHelperLoader.java(Compiled Code))
         at com.collaxa.cube.engine.deployment.TypePersistenceRegistry.getPersistenceManager(TypePersistenceRegistry.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.getPersistenceManager(PersistenceService.java(Inlined Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.DefaultPersistenceMgr.prepareToSave(DefaultPersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.DefaultPersistenceMgr.prepareToSave(DefaultPersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.DefaultPersistenceMgr.prepareToSave(DefaultPersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.DefaultPersistenceMgr.prepareToSave(DefaultPersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.List__CXPM.prepareToSave(List__CXPM.java(Compiled Code))
         at com.collaxa.cube.engine.persist.Vector__CXPM.prepareToSave(Vector__CXPM.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.DefaultPersistenceMgr.prepareToSave(DefaultPersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.DefaultPersistenceMgr.prepareToSave(DefaultPersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.Map__CXPM.prepareToSave(Map__CXPM.java(Compiled Code))
         at com.collaxa.cube.engine.persist.Hashtable__CXPM.prepareToSave(Hashtable__CXPM.java:41)
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.DefaultPersistenceMgr.prepareToSave(DefaultPersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.DefaultPersistenceMgr.prepareToSave(DefaultPersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.DefaultPersistenceMgr.prepareToSave(DefaultPersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.DefaultPersistenceMgr.prepareToSave(DefaultPersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.DefaultPersistenceMgr.prepareToSave(DefaultPersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.DefaultPersistenceMgr.prepareToSave(DefaultPersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.DefaultPersistenceMgr.prepareToSave(DefaultPersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.DefaultPersistenceMgr.prepareToSave(DefaultPersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.types.bpel.CXMessageVariable__CXPM.prepareToSave(CXMessageVariable__CXPM.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.BaseScope__CXPM.prepareToSave(BaseScope__CXPM.java(Compiled Code))
         at com.collaxa.cube.engine.persist.Scope__CXPM.prepareToSave(Scope__CXPM.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.enc.ScopeContextSerializer.serializeContext(ScopeContextSerializer.java(Compiled Code))
         at com.collaxa.cube.engine.enc.ScopeContextSerializer.toBin(ScopeContextSerializer.java(Compiled Code))
         at com.collaxa.cube.engine.adaptors.common.BaseCubeInstancePersistenceAdaptor.store(BaseCubeInstancePersistenceAdaptor.java(Compiled Code))
         at com.collaxa.cube.engine.adaptors.oracle.CubeInstancePersistenceAdaptor.store(CubeInstancePersistenceAdaptor.java(Compiled Code))
         at com.collaxa.cube.engine.data.CubeInstancePersistenceMgr.store(CubeInstancePersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.CubeEngine.store(CubeEngine.java(Compiled Code))
         at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java(Compiled Code))
         at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java(Compiled Code))
         at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.createAndInvoke(CubeEngineBean.java(Compiled Code))
         at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.syncCreateAndInvoke(CubeEngineBean.java(Inlined Compiled Code))
         at ICubeEngineLocalBean_StatelessSessionBeanWrapper0.syncCreateAndInvoke(ICubeEngineLocalBean_StatelessSessionBeanWrapper0.java(Compiled Code))
         at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequestAnyType(DeliveryHandler.java(Compiled Code))
         at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequest(DeliveryHandler.java(Inlined Compiled Code))
         at com.collaxa.cube.engine.delivery.DeliveryHandler.request(DeliveryHandler.java(Compiled Code))
         at com.collaxa.cube.ws.soap.providers.CXSOAPProvider.processBPELMessage(CXSOAPProvider.java:632)
         at com.collaxa.cube.ws.soap.providers.CXSOAPProvider.invoke(CXSOAPProvider.java:133)
         at org.collaxa.thirdparty.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
         at org.collaxa.thirdparty.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
         at org.collaxa.thirdparty.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
         at org.collaxa.thirdparty.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:450)
         at org.collaxa.thirdparty.apache.axis.server.AxisServer.invoke(AxisServer.java:285)
         at org.collaxa.thirdparty.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java(Compiled Code))
         at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
         at org.collaxa.thirdparty.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java(Compiled Code))
         at com.collaxa.cube.fe.CollaxaServlet.service(CollaxaServlet.java(Compiled Code))
         at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java(Compiled Code))
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java(Compiled Code))
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java(Compiled Code))
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java(Compiled Code))
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:568)
    <2006-05-17 15:18:24,803> <WARN> <CDH_inbound.collaxa.cube.engine.deployment> <TypeHelperLoader::getBizdocVersionUID> missing resource: java.util.MissingResourceException: Cant find resource for bundle com.oracle.bpel.client.i18n.resources_client, key LOG_W_BD_out_of_date_classThanks for your help,
    Joseph

    hmmm what was the usecase ...
    was it after deployment, or just after new installation? this looks like a defect on loading side .. other axis stuff running around?
    at least it's good to hear that you are up & running now :-)
    /clemens

  • There is an error when create owb runtime repository

    ORACLE 9.0 owb 10.1.0.4
    There is an error when create owb runtime repository,it has been finished 88%.
    INS0022:衍生程序错误。
    The context in the log as follows:
    Tue Feb 24 15:08:55 CST 2009
    oracle.wh.util.DebugUtility: loading : class oracle/bali/rts/tools/RTSProperties
    Tue Feb 24 15:08:55 CST 2009
    oracle.wh.util.DebugUtility: loading : class oracle/bali/rts/tools/RTSProperties$_MutableResult
    Tue Feb 24 15:08:55 CST 2009
    oracle.wh.util.DebugUtility: loading : class oracle/bali/rts/tools/ListRTSWriter
    Tue Feb 24 15:08:55 CST 2009
    oracle.wh.util.DebugUtility: loading : class oracle/bali/rts/tools/XRTSGenerator
    Tue Feb 24 15:08:56 CST 2009
    oracle.wh.util.DebugUtility: loading : class oracle/bali/rts/tools/OrderedDictionary
    Tue Feb 24 15:08:56 CST 2009
    oracle.wh.util.DebugUtility: loading : class oracle/bali/rts/tools/XRTSMakeBundle
    Tue Feb 24 15:08:56 CST 2009
    oracle.wh.util.DebugUtility: loading : class oracle/bali/rts/tools/RTSWriter
    Tue Feb 24 15:08:56 CST 2009
    oracle.wh.util.DebugUtility: loading : class oracle/bali/rts/tools/UnicodeEscapes
    Tue Feb 24 15:08:56 CST 2009
    oracle.wh.util.DebugUtility: loading : class oracle/bali/rts/tools/XRTSParser$1
    Tue Feb 24 15:08:56 CST 2009
    oracle.wh.util.DebugUtility: loading : resource oracle/bali/rts/tools/Config.txt
    Tue Feb 24 15:10:04 CST 2009
    oracle.wh.util.DebugUtility: ORA-00603: ORACLE server session terminated by fatal error
    Tue Feb 24 15:10:04 CST 2009
    oracle.wh.util.DebugUtility: [processSPAWN]: A spawned program error. Exception = java.lang.Exception: Error : ORA-00603: ORACLE server session terminated by fatal error
    Tue Feb 24 15:10:04 CST 2009
    oracle.wh.util.DebugUtility: [processSPAWN]: Get the error, stop processing...
    I don't know how to solve the problem.
    who can help me? Thank you very much.
    Edited by: [email protected] on 2009-2-23 下午11:37

    This quesiton has been solved.
    I don't delete some same roles.
    Thanks.

  • Re-installed 10g Personal - Trying to Create Enterprise Manager

    Windows XP running 10g locally.
    I can login with SQL*Plus.
    Enterprise Manager failed to install. Running EMCA.bat, I get a message that Repository already exists.
    This is the explanation of how to drop and create a new Repository:
    ===========
    9.3.1 Dropping the Management Repository
    To recreate the Management Repository, you first remove the Enterprise Manager schema from your Management Repository database. You accomplish this task using the -action drop argument to the RepManager script, which is described in the following procedure.
    To remove the Management Repository from your database:
    Locate the RepManager script in the following directory of the Oracle Application Server Home where you have installed and deployed the Management Service:
    IAS_HOME/sysman/admin/emdrep/bin
    At the command prompt, enter the following command:
    $PROMPT> RepManager repository_host repository_port repository_SID
    -sys_password password_for_sys_account -action drop
    ============
    Unfortunately, RepManager is not a batch or exe file and does not executve from the command prompt.
    Next, I found an explanation about using SQL*Plus to drop Sysman.
    =========
    SQL> DROP USER SYSMAN CASCADE;
    User dropped.
    ==========
    Now back to EMCA -a (emca.bat with parameter -a).
    This appeared to create the new Repository Parameter file but failed to complete.
    The error message said I needed to set Block Size at 8K or larger and Job Queue at 10 or greater.
    The LOG file said
    ==========
    Create core schema..
    Creating Types
    No errors.
    No errors.
    No errors.
    No errors.
    No errors.
    No errors.
    No errors.
    CREATE ROLE MGMT_USER
    ERROR at line 1:
    ORA-01921: role name 'MGMT_USER' conflicts with another user or role name
    ======
    I don't think I have a problem with block size. I'm not sure how to check the Job Queue parameter. How do I drop the MGMT_USER user or role?

    Hey once again ,
    Please find following steps to remove EM repositry completly
    Step 1: Drop AQ related objects in the SYSMAN schemaLogon SQLPLUS as user SYSMAN
    SQL>exec DBMS_AQADM.DROP_QUEUE_TABLE(queue_table=>'MGMT_NOTIFY_QTABLE',force =>TRUE);
    Step 2: Drop the DB Control
    Repository ObjectsLogon SQLPLUS as user SYS or SYSTEM, and drop the sysman account and management objects:
    SQL> SHUTDOWN IMMEDIATE;
    SQL> STARTUP RESTRICT;
    SQL> EXEC sysman.emd_maintenance.remove_em_dbms_jobs;
    SQL> EXEC sysman.setEMUserContext('',5);
    SQL>REVOKE dba FROM sysman;
    SQL> DECLARECURSOR c1 ISSELECT owner, synonym_name nameFROM dba_synonymsWHERE table_owner
    = 'SYSMAN';BEGINFOR r1 IN c1 LOOPIF r1.owner = 'PUBLIC' THENEXECUTE IMMEDIATE 'DROP PUBLIC SYNONYM '||r1.name;ELSEEXECUTE
    IMMEDIATE 'DROP SYNONYM '||r1.owner||'.'||r1.name;END IF;END LOOP;END;
    SQL> DROP USER mgmt_view CASCADE;
    SQL> DROP ROLE mgmt_user;
    SQL> DROP USER sysman CASCADE;
    SQL> ALTER SYSTEM DISABLE RESTRICTED SESSION;
    :-)

  • Error on installing Enterprise Manager 11grid

    Hello
    I want to monitor the performance of our EBS R12.1
    so I only achieve this goal is to install 11grid in our Linux x86/64bit
    Our OS: Oracle Linux Enterprise 5.4
    DB: 11.1.0
    APPS: R12.1.2
    I run this command
    [oracle@tailinsubic bin]$ emca -config dbcontrol db -repos create
    STARTED EMCA at Jun 21, 2011 2:29:11 PM
    EM Configuration Assistant, Version 11.1.0.7.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: PROD3
    Listener port number: 1523
    Password for SYSMAN user: Email address for notifications (optional):
    Outgoing Mail (SMTP) server for notifications (optional):
    You have specified the following settings
    Database ORACLE_HOME ................ /oracle/PROD4/PROD/db/tech_st/11.1.0
    Local hostname ................ tailinsubic.ebs.com
    Listener port number ................ 1523
    Database SID ................ PROD3
    Email address for notifications ...............
    Outgoing Mail (SMTP) server for notifications ...............
    Do you wish to continue? [yes(Y)/no(N)]: yes
    Jun 21, 2011 2:29:42 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /oracle/PROD4/PROD/db/tech_st/11.1.0/cfgtoollogs/emca/PROD3/emca_2011_06_21_14_29_11.log.
    Jun 21, 2011 2:29:43 PM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Jun 21, 2011 2:29:43 PM oracle.sysman.emcp.EMReposConfig invoke
    SEVERE: Error creating the repository
    Jun 21, 2011 2:29:43 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Refer to the log file at /oracle/PROD4/PROD/db/tech_st/11.1.0/cfgtoollogs/emca/PROD3/emca_repos_create_<date>.log for more details.
    Jun 21, 2011 2:29:43 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error creating the repository
    Refer to the log file at /oracle/PROD4/PROD/db/tech_st/11.1.0/cfgtoollogs/emca/PROD3/emca_2011_06_21_14_29_11.log for more details.
    Could not complete the configuration. Refer to the log file at /oracle/PROD4/PROD/db/tech_st/11.1.0/cfgtoollogs/emca/PROD3/emca_2011_06_21_14_29_11.log for more details.
    [oracle@tailinsubic bin]$
    please help
    thanks

    Thanks for your reply
    I found a site which is
    https://edelivery.oracle.com
    Select a Product Pack: Oracle Enterprise manager
    Platform: linux x86-64
    Description: Oracle Enterprise Manager 11g Grid Control Release 1 (11.1.0.1.0) Media Pack for Linux x86-64
    Release: 11.1.0.1.0
    Part Number: B58756-04
    Updated: MAR-28-2011      
    # Parts / Size: 14 / 13G
    To obtain my goal i have to download 11grid Control?
    may i ask a few questions:
    What does it mean about DBControl repository? and IMHO?
    Thanks

  • Error while configuring Enterprise manager

    Hello,
    I want to configure enterprise manager, while creating a new database using database configuration assistant in oracle 11g i am getting following error message
    *"Configuring database with database control requires a listener to be configured in the current oracle home.
    You need to run Netca to configure a listener before you can procede. Otherwise you may choose o continue with out Database control configuration"*
    My OS is Windows 7
    is there any other way to configure Enterprise manager OR do i need to install any specific package
    Thank you friends.

    Hi, Finally i created a listener "KUMAR"
    *Microsoft Windows [Version 6.1.7600]*
    Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
    C:\Users\praveen kumar gogula>lsnrctl status
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 22-SEP-2011 17:50
    *:44*
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias                     KUMAR
    Version                   TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date                22-SEP-2011 17:44:58
    Uptime                    0 days 0 hr. 5 min. 48 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   C:\oracle\product\11.2.0\dbhome_1\network\admin\listen
    er.ora
    Listener Log File         c:\oracle\diag\tnslsnr\praveenkumarg\kumar\alert\log.x
    ml
    Listening Endpoints Summary...
    *(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=praveenkumarg)(PORT=1521)))*
    *(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))*
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "praveen" has 1 instance(s).
    Instance "praveen", status READY, has 1 handler(s) for this service...
    Service "praveenXDB" has 1 instance(s).
    Instance "praveen", status READY, has 1 handler(s) for this service...
    The command completed successfully
    C:\Users\praveen kumar gogula>
    What to do next?

  • Error While creating Collection Management role

    Hi
    We did a client copy and Iam getting the error "Database error UDM_PR_HEAD UDM_COLL_BUPA 5" whenever I tried to create collection management roles.
    Database error UDM_PR_HEAD UDM_COLL_BUPA 5
    Message no. UDM_WORK_LIST010
    Diagnosis
    Database instruction UDM_PR_HEAD was not successful.
    Procedure
    If you can reproduce the error message, contact SAP Support.
    Anyone knows anything about this error?
    Thanks

    Hi Ram,
    sorry for the inconvenience, can you provide the collections management(ecc6.0) configuration document.
    i am trying to learn that but i could not find any related document .
    Thanks,
    Ravi

  • Error messages from Enterprise Manager Grid control

    Hi,
    Hi,
    I get several messages in my email daily from Enterprise Manager that Services from Application server control are down when all ther services are up and running. Messages like
    EM Alert: Critical: testdev - The OC4J instance is down.
    Any idea why this is happening.
    Thank You

    Here is the error in the "installActions<date>.log" file:
    SEVERE: OUI-25031:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
    2. Fix the errors causing these failures.
    3. Select the failed assistants and click the 'Retry' button to retry them.
    I checked in the details section and it listed this as the issue:
    Configuration assistant "OMS Configuration" failed
    The "D:\oracle\product\10.1.0\agent10g\cfgtoollogs\configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------
    How do I fix this?? When I open up the configToolFailedCommands file, all it lists is "oracle.sysman.emcp.agent.AgentPlugIn".

  • Error executing Introscope Enterprise Manager

    Hello,
    I am configuring the Wily Introscope 7.1 as a step for configure the SMD, and I have a problem starting the Enterprise Manager with the command: <i>nohup ./Introscope_Enterprise_Manager&</i>
    It append an output to 'nohup.out', which display the following error:
    <i>java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.</i>
    I have done every step described in the "Introscope Version 7.1Installation Guide For SAP".
    What could be the problem?
    Regards,
    MY

    Hi Miguel,
    I see  two explanations:
    (1) The DISPLAY environment variable is not correctly defined on the remote server; and / or
    (2) The computer from which the rsh command is executed does not allow the display of a "frame" from another host.
    In the first case, one could try on the remote computer:
    set DISPLAY=localComputer:0
    export DISPLAY.
    (depends on the shell may be
    setenv DISPLAY systemname:0.0
    where systemname is the name of your workstation, or some remote system where you want the display directed to).
    In the second case, one could try on the local computer:
    xhost+
    if it helpful reward points are appreciated

  • Proxy Error in 10g Enterprise Manager

    I have installed 10g Grid Control Enterprise Manager using a new DB instance. When I try to access the Management Agent via the Grid Console, it gives the following error:
    Communication from the Oracle Management Service Host to the Agent host failed.
    Thanks in advance for any help with this issue.

    yes hemal ,
    check all target are up or not might be agent is not up

  • Error connecting 8i Enterprise Manager Console after installation

    Dear all, I am very new to the oralce world and got stuck today the first time I install oracle 8i on my win2k pro.
    After the installation, I was trying to connect the Enterprise Manager Console for the first time, using the default user name sysman and password oem_temp (correct?). The problem is that I don't know exactly what is a management server, and what name it should be called. I named the database/sid name orarem, under D:\Oracle\admin\OraRem, does it have something to do with this issue?
    I only installed the oracle enterprise server edition 8.1.6.0.0, not the Client part, will that matter if I only wanna run oracle on my stand alone desktop as a testing procedure for now?
    Any help would be really appreciated!!

    Dear all, I am very new to the oralce world and got stuck today the first time I install oracle 8i on my win2k pro.
    After the installation, I was trying to connect the Enterprise Manager Console for the first time, using the default user name sysman and password oem_temp (correct?). The problem is that I don't know exactly what is a management server, and what name it should be called. I named the database/sid name orarem, under D:\Oracle\admin\OraRem, does it have something to do with this issue?
    I only installed the oracle enterprise server edition 8.1.6.0.0, not the Client part, will that matter if I only wanna run oracle on my stand alone desktop as a testing procedure for now?
    Any help would be really appreciated!!

  • Getting Error While Creating the Rule Repository File in SOA OrderBooking

    Hi,
    I am creating a SOA OrderBooking Demo Application by following the OrderBooking Tutorial. In Chapter 8.10 Set up Oracle Business Rules when i open the "http://host:port/ruleauthor" link here In the Repository tab:
    ■ Repository Type: select File.
    ■ File Location: enter
    SOADEMO\SOAOrderBooking\bpel\rules\oracle\sample_
    repository. (SOADEMO refers to the directory where you are building the
    SOA Order Booking application.) Rule Author will create the sample_repository file.
    but in my C:\Downloads\jdevhome\jdev\mywork\SOADEMO\SOAOrderBooking\bpel
    I dont have rules\oracle\sample_repository file in it. I created rules and oracle folder there but when i gave the sample_repository path on the ruleauthor page i got the error of "invalid directory path".
    I also tried to give the sample_repository path from (here i unzipped the demo application) my
    " C:\Documents and Settings\usareen\Desktop\BPEL Tutorials\soademo_101310_prod\SOADEMO\SOAOrderBooking\bpel\rules\oracle\sample_repository"
    But it still shows the directory path error.
    Please help me out.
    thanks

    Hi Uds,
    are you running SOA Suite on a Linux server and not on your PC and just running JDeveloper on your PC?
    If so try creating the repository file specifying a directory on the Linux server.
    For example to:
    /tmp/sample_repository
    So Choose 'File' from drop down menu
    Enter /tmp/sample_repository
    Click on create button
    This should create the file called sample_repository in /tmp on the Linux server.
    Can you tell us what your environment is?
    Regards Cel

Maybe you are looking for

  • I have some real odd problems with flash

    Right, I have sort of had two problems with adobe flash player 10, so bare with me, I need to tell you the ‘back story’ before I reach my current issue: Back story; latest version of flash been running normally for a while until it tries to update. W

  • How to insert a link of file in the form and view it at any time i need

    Hi I'm using developer 2000/Form designer form version 4.5 how i can insert a link of any file Word, Excel, PDF, JPG in the form run time and open it from the form at any time i need example i have employ table which contain details of the employ and

  • Issue with employe attributes in SRM

    Hello All, In ECC HR Organization structure, multiple employees are assigned to single position. The organization structure along with employee data is replicated from ECC to SRM as it is with the help of ALE Standard interface and PFAL execution. Is

  • When i get a call on my phone, it rings on my husbands phone.

    Has anybody have this problem?

  • Can I Upgrade Directly From Tiger To Snow Leopard?

    I'm operating OS X 10.4.11 (Tiger) on a pre-2008 Macbook with an Intel processor. I'd like to upgrade to Snow Leopard. After doing a little research, I didn't see anything on the Snow Leopard packaging or on the Apple website which clearly states thi