Drop repository

hi..
oracle 10gR2 on hpux 11.23
i want to create OEM so previously while running emca -config dbcontrol db -config repoes command i was getting error that sysman user allready exiest. so i drop the sysman user and then tried to run the same command to create OEM
so, after that i have create sysman user manual using "cretae user username identified by passwod" and gave dba role to sysman and than imported sysman objects from another db
after that i found that RepManager is this utility used to drop and create repositorey and conf. files
so i ran this utility like this
$ORACLE_HOME/sysman/admin/emdrep/bin/RepManager -connect dbname -action drop
/home/oracleg>/bin/RepManager -connect rcbo10g -action drop <
Enter SYS user's password :
Enter repository user name : sysman
Enter repository user password :
Getting temporary tablespace from database...
Found temporary tablespace: TEMP02
Checking SYS Credentials ... OK.
Dropping the repository..
Quiescing DB ... Done.
Checking for Repos User ... Exists.
Repos User exists..
Clearing EM Contexts ... Failed.
Dropping EM users ...
Done.
Dropping Repos User ... Done.
Dropping Roles/Synonymns/Tablespaces ... Done.
Unquiescing DB ... Done.
ORA-04063: package body "SYSMAN.MGMT_USER" has errors
ORA-06508: PL/SQL: could not find program unit being called: "SYSMAN.MGMT_USER"
ORA-06512: at "SYSMAN.SETEMUSERCONTEXT", line 5
ORA-06512: at line 1
Dropping Repository failed. Please check file /oracle/product/10g/sysman/log/emrepmgr.log.18662 for detailed errors.
but now i m getting above errors.. suggest me

HI jonathan
i did what u asked me to do.. i have granted the required privilege and than tried again but it is giving error,
log file is just below my query plz reply
/home/oracleg>/bin/RepManager -connect rcbo10g -action drop <
Enter SYS user's password :
Enter repository user name : sysman
Enter repository user password :
Getting temporary tablespace from database...
Found temporary tablespace: TEMP02
Checking SYS Credentials ... OK.
Dropping the repository..
Quiescing DB ... Done.
Checking for Repos User ... Exists.
Repos User exists..
Clearing EM Contexts ... Failed.
Dropping EM users ...
Done.
Dropping Repos User ... Done.
Dropping Roles/Synonymns/Tablespaces ... Done.
Unquiescing DB ... Done.
ORA-04063: package body "SYSMAN.MGMT_USER" has errors
ORA-06508: PL/SQL: could not find program unit being called: "SYSMAN.MGMT_USER"
ORA-06512: at "SYSMAN.SETEMUSERCONTEXT", line 5
ORA-06512: at line 1
Dropping Repository failed. Please check file /oracle/product/10g/sysman/log/emrepmgr.log.12945 for detailed errors.
/home/oracleg>vim /oracle/product/10g/sysman/log/emrepmgr.log.12945
[16-04-2008 17:29:22] Checking SYS Credentials ...
[16-04-2008 17:29:23] OK.
[16-04-2008 17:29:23] Dropping the repository..
[16-04-2008 17:29:23] Quiescing DB ...
[16-04-2008 17:29:23] Done.
[16-04-2008 17:29:23] Checking for Repos User ...
[16-04-2008 17:29:24] Exists.
[16-04-2008 17:29:24] Repos User exists..
[16-04-2008 17:29:24] Clearing EM Contexts ...
BEGIN sysman.setEMUserContext('', 5); END;
ERROR at line 1:
ORA-04063: package body "SYSMAN.MGMT_USER" has errors
ORA-06508: PL/SQL: could not find program unit being called: "SYSMAN.MGMT_USER"
ORA-06512: at "SYSMAN.SETEMUSERCONTEXT", line 5
ORA-06512: at line 1
[16-04-2008 17:29:27] Failed.
[16-04-2008 17:29:27] Dropping EM users ...
[16-04-2008 17:29:28] Done.
[16-04-2008 17:29:28] Dropping Repos User ...
[16-04-2008 17:30:21] Done.
[16-04-2008 17:30:21] Dropping Roles/Synonymns/Tablespaces ...
[16-04-2008 17:30:22] Done.
[16-04-2008 17:30:22] Unquiescing DB ...
[16-04-2008 17:30:22] Done.
[16-04-2008 17:30:22] Dropping Repository failed. Please check file /oracle/product/10g/sysman/log/emrepmgr.log.12945 for detailed errors.

Similar Messages

  • Drop repository owner

    I am having one repository owner, and 3 repository users (they are also actting as target schema) connecting to the owner. For some reason, I want to drop the owner, create a new owner, and move all the user schema objects to that new owner. The bad thing here is repository assistant is not working correctly. I have to use SQL*plus.
    2 questions here:
    1. Do I just drop the old owner use cascade function? Or I have to drop the ursers from the old one first, and then drop the old owner?
    2. If I need to drop the users first (with the cascade function), does that mean all the objects in that schema will be gone, so that I have to reploy everything?
    Thanks in advance.

    +1. Do I just drop the old owner use cascade function? Or I have to drop the ursers from the old one first, and then drop the old owner?+
    I usually drop the users and then the owner. But I believe we can drop the owner withoutr dropping the user.
    +2. If I need to drop the users first (with the cascade function), does that mean all the objects in that schema will be gone, so that I have to reploy everything?+
    Yes, you would have to redeploy if you choose to drop the users.

  • Unable to drop repository - where is emca looking at (for hostname) ?

    hi guys,
    on oracle10g / linux system.
    try dropping a repository but having error connecting to the database with error in the log as .. below
    [oracle@DBdev ora1]$ vim emca_repos_drop_2010-03-29_04-02-36-PM.log
    [29-03-2010 16:02:36] Enter SYS user's password :
    [29-03-2010 16:02:36]
    [29-03-2010 16:02:36] Enter repository user password :
    [29-03-2010 16:02:36]
    [29-03-2010 16:02:36] Getting temporary tablespace from database...
    [29-03-2010 16:02:36] Could not connect to SYS/(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=DBdev.localdomain)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=ora1))): ORA-12541: TNS:no listener (DBD ERROR: OCIServerAttach)
    In my tnsnames.ora and listerner.ora, there is no such entry as *(HOST=DBdev.localdomain)*.
    Where is emca taking the information from ?
    Regards,
    Noob

    [oracle@DBdev ~]$ tnsping ora1
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 30-MAR-2010 17:27:02
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    /u01/app/oracle/product/10.2.0/db_1/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.123.224)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = ora1)))
    OK (0 msec)
    [oracle@DBdev ~]$
    so where does dbdev.localdomain come from ?~

  • Emca Drop repository

    Hi, sometimes I have problems initialing the OEM, after a lot of tries a solution that solve my problems is:
    emca -deconfig dbcontrol db -repos drop
    emca -config dbcontrol db -repos create
    And it works... But whats real effect of this commands?
    Which data I lost dropping/recreating the repository?
    Thanks.
    Paulo.

    In short you are not losing anything important just some repository metadata, you can find out the schema and data by checking SYSMAN user's objects because that's pretty much the user got dropped and recreated.
    Most useful functions and charts of OEM are driven from AWR ASH data (DBA_HIST tables)

  • Drop em repository is taking very long in 11.1.0.7

    i am configuring oracle enterprise manager in 11.1.0.7
    i did try to create repository and got some errors.
    now i am dropping repository and it is taking very long.
    please tell me how to speed up this drop repository process .

    Hi,
    Please provide the output of:
    tail -50 /opt/oracle/db/tech_st/11.1.0/cfgtoollogs/emca/TEST1/emca_repos_drop_2013_07_28_15_35_01.log
    If you wish to configure EM, it is mandatory you create a password file. Type "orapwd" to get the complete syntax:
    Typically you create like:
    orapwd file=$ORACLE_HOME/dbs/orapw$ORACLE_SID password=secret entries=5
    If you have created the password file successfully then the following query should give you and output:
    select  * from v$pwfile_users;
    After that please try re-creating the EM.
    Hope this helps!
    Regards

  • 11gR2 dbcontrol recreation fail,SYSMAN & Repository dropped completly

    We are facing this Issue in our production environment, which we have two nodes are running in Windows 2008 Standard. We tried to do everything to recreate EM tool. but dbcontrol recreation fail while SYSMAN & Repository dropped completely
    1. emca -deconfig dbcontrol db -repos drop -cluster
    Dropped Repository Successfully.
    2. >emca -config dbcontrol db -repos create -cluster
    Sep 27, 2013 11:07:13 PM oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    Sep 27, 2013 11:07:13 PM oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: false
    Sep 27, 2013 11:07:13 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: false. Connecting to database instance remotely.
    Sep 27, 2013 11:07:13 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineRemotely
    CONFIG: SQLEngine created successfully and connected
    Sep 27, 2013 11:07:13 PM oracle.sysman.emcp.DatabaseChecks performReposChecks
    SEVERE: Dbcontrol Repository already exists.  Fix the error(s) and run EM Configuration Assistant again in standalone mode.
    Please help me in this regards
    Thanks

    This is an incompleted info , e.x what value you have entered while dropping, I suspect this is because dbcontrol schema hasn't drooped on each nodes.
    Login to each instance of database nodes and check SYSMAN user exist or not
    I suggest open a SR since this is your production environment.

  • Error While Creating Repository Content at the time of  Installation

    Hi Guys,
    When i'm trying to create repository content at the time of informatica installation i'm getting error "Cannot create repository content or restore".
    I'hve attached the log file below
    ONE')
    INSERT INTO REP_CARD_TYPE VALUES (4, 'MANY TO MANY')
    CREATE TABLE REP_TARG_TYPE
    TARGET_TYPE integer,
    TYPE_NAME varchar(20)
    INSERT INTO REP_TARG_TYPE VALUES (0, 'NONE')
    INSERT INTO REP_TARG_TYPE VALUES (1, 'DIMENSION')
    INSERT INTO REP_TARG_TYPE VALUES (2, 'FACT')
    CREATE VIEW REP_DATABASE_DEFS AS SELECT
    DISTINCT
    DBDNAM DATABASE_NAME,
    SRCNAM DEF_SOURCE,
    SUBJ_NAME SUBJECT_AREA,
    NULL VERSION_ID,
    OPB_DBD.VERSION_NUMBER DATABASE_VERSION_NUMBER
    FROM OPB_DBD, OPB_SUBJECT, OPB_SRC
    WHERE OPB_DBD.SUBJ_ID = OPB_SUBJECT.SUBJ_ID AND
    OPB_SRC.DBDID = OPB_DBD.DBDID AND
    OPB_SRC.VERSION_NUMBER = OPB_DBD.VERSION_NUMBER AND
    OPB_SRC.IS_VISIBLE = 1
    ORA-01031: insufficient privileges
    Database driver error...
    Function Name : executeDirect
    SQL Stmt : CREATE VIEW REP_DATABASE_DEFS AS SELECT
    DISTINCT
    DBDNAM DATABASE_NAME,
    SRCNAM DEF_SOURCE,
    SUBJ_NAME SUBJECT_AREA,
    NULL VERSION_ID,
    OPB_DBD.VERSION_NUMBER DATABASE_VERSION_NUMBER
    FROM OPB_DBD, OPB_SUBJECT, OPB_SRC
    WHERE OPB_DBD.SUBJ_ID = OPB_SUBJECT.SUBJ_ID AND
    OPB_SRC.DBDID = OPB_DBD.DBDID AND
    OPB_SRC.VERSION_NUMBER = OPB_DBD.VERSION_NUMBER AND
    OPB_SRC.IS_VISIBLE = 1
    Oracle Fatal Error
    Database driver error...
    Function Name : ExecuteDirect
    Oracle Fatal Error
    Error occurred while creating the repository
    An error has occurred while creating contents. Dropping repository tables...
    Create Contents operation on repository [Oracle_BI_DW_Base] ended at 08/10/2009 11:50:49. Elapsed time is 0:00:10.
    [[REP_57106] Repository operation error. See repository service log for detailed information.]
    Failed to execute create.
    Completed at Mon Aug 10 11:50:49 2009
    Error:
    ExitCode: 1
    Installation Complete
    ======================

    Hi Rama,
    You don't need to give your etl_ram user a dba role.
    Please refer to the Oracle® Business Intelligence Applications - Installation Guide for Informatica PowerCenter Users, especially to chapter +4.4.1 Create Databases for Oracle BI Applications and Informatica PowerCenter Components+
    Quoting:
    Make sure that the Oracle Business Analytics Warehouse instance is granted the SSE_ROLE. For more information, see Section 4.4.1.1, "How to Create the SSE Role."
    This role would typically get more privileges than just CONNECT and RESOURCE.
    Hope it helps,
    Michal

  • Error while adding repository user

    Hi,
    We have a repository and a user associated to that 10.2.0.3, we dropped repository owner (schema) and re created a fresh repository with out un regestering
    the repository_user(target) , after creating new repository we dropped the table (WB_RT_VERSION_FLAG) from target schema and tried to add this as target to the new repository from OWB Client as repository_owner , then we get insufficient privilages( it asks only target password not sys) error.
    I tried to add the target using repository assistant there i don't see this target user in the list of users
    Please help me how can i resolve this
    Error message from OWB CLIENT
    ORA-01031: insufficient privileges
    ORA-01031: insufficient privileges
         at oracle.wh.repos.pdl.security.UserManager.getTgtCtrlCtr(UserManager.java:2131)
         at oracle.wh.repos.pdl.security.SecurityModuleImpl.getTgtCtrlCtr(SecurityModuleImpl.java:1627)
         at oracle.wh.ui.security.UserTargetSchemaPanel.detectTgtUserBelongToAnotherCtrlCenter(UserTargetSchemaPanel.java:258)
         at oracle.wh.ui.security.UserTargetSchemaPanel.onExit(UserTargetSchemaPanel.java:192)
         at oracle.wh.ui.owbcommon.OWBWizard.wizardValidatePage(OWBWizard.java:990)
         at oracle.bali.ewt.wizard.WizardPage.processWizardValidateEvent(Unknown Source)
         at oracle.bali.ewt.wizard.WizardPage.validatePage(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard.validateSelectedPage(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard.doNext(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:141)
         at java.awt.Dialog$1.run(Dialog.java:542)
         at java.awt.Dialog$3.run(Dialog.java:569)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:567)
         at java.awt.Component.show(Component.java:1133)
         at java.awt.Component.setVisible(Component.java:1088)
         at oracle.bali.ewt.wizard.WizardDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.wizard.WizardDialog.runDialog(Unknown Source)
         at oracle.wh.ui.owbcommon.OWBWizard.initialize(OWBWizard.java:815)
         at oracle.wh.ui.owbcommon.OWBWizard.<init>(OWBWizard.java:168)
         at oracle.wh.ui.owbcommon.OWBWizard.<init>(OWBWizard.java:147)
         at oracle.wh.ui.owbcommon.IdeUtils._doLaunchDefinition(IdeUtils.java:1188)
         at oracle.wh.ui.owbcommon.IdeUtils.showWizard(IdeUtils.java:471)
         at oracle.wh.ui.owbcommon.IdeUtils.showWizard(IdeUtils.java:427)
         at oracle.wh.ui.jcommon.tree.WBRepositoryObjectTree.launchWizard(WBRepositoryObjectTree.java:502)
         at oracle.wh.ui.console.commands.CreateByWizardCmd.showUI(CreateByWizardCmd.java:33)
         at oracle.wh.ui.console.commands.CreateCmd.performAction(CreateCmd.java:76)
         at oracle.wh.ui.console.commands.TreeMenuHandler$1.run(TreeMenuHandler.java:188)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:189)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:478)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    Suresh

    Hi Suresh,
    for the target user, you have to drop all his synonyms and revoke all his roles with owb in their names before you can register him to another repository.
    Regards,
    Carsten.

  • Can't remove default repository from EM

    Hi
    Please can someone give an idea on how to permanently delete the default repository from oracle enterprise manager winfow. I am on windows xp with OBIEE 11g.
    I tried commenting out the NQSConfig from Star, but it keeps getting re-created
    Reggards
    Ify

    If you are referring to EM 12c and how to remove the em repository from the databases that houses it then follow the below notes:
    Note 1395423.1: 12c Cloud Control Repository: How to Manually Drop Repository Database Objects in 12c Cloud Control.
    Note 1365820.1: 12c Cloud Control Repository: RepManager Dropall Command Fails To Drop all the Repository Objects

  • Unable to recreate OEM repository

    Hi,
    I have a problem with Oracle Enterprise Manager.
    Environment description: Oracle 10g R2 Standard Edition on Windows Server 2003 R2
    I dropped the OEM repository. After that I was trying to recreate it via
    D:\oracle\product\10.2.0\db_1\BIN>emca -config dbcontrol db -repos recreate
    STARTED EMCA at Feb 23, 2009 3:38:32 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: OSYSTEST
    Database Control is already configured for the database OSYSTEST
    You have chosen to configure Database Control for managing the database OSYSTEST
    This will remove the existing configuration and the default settings and perform
    a fresh configuration
    Do you wish to continue? [yes(Y)/no(N)]: y
    Listener port number: 1521
    Password for SYS user:
    Password for DBSNMP user:
    Password for SYSMAN user:
    Email address for notifications (optional): xxx
    Outgoing Mail (SMTP) server for notifications (optional): xxx
    You have specified the following settings
    Database ORACLE_HOME ................ D:\oracle\product\10.2.0\db_1
    Database hostname ................ uk13appa.area1.xxx.local
    Listener port number ................ 1521
    Database SID ................ OSYSTEST
    Email address for notifications ............... xxx
    Outgoing Mail (SMTP) server for notifications ............... xxx
    Do you wish to continue? [yes(Y)/no(N)]: y
    Feb 23, 2009 3:39:27 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at D:\oracle\product\10.2.0\db_1\cfgtoollog
    s\emca\OSYSTEST\emca_2009-02-23_03-38-32-PM.log.
    Feb 23, 2009 3:39:35 PM oracle.sysman.emcp.util.DBControlUtil stopOMS
    INFO: Stopping Database Control (this may take a while) ...
    Feb 23, 2009 3:39:38 PM oracle.sysman.emcp.EMReposConfig dropRepository
    INFO: Dropping the EM repository (this may take a while) ...
    Feb 23, 2009 3:40:11 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully dropped
    Feb 23, 2009 3:40:12 PM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Feb 23, 2009 3:40:53 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully created
    Feb 23, 2009 3:40:56 PM oracle.sysman.emcp.util.DBControlUtil startOMS
    INFO: Starting Database Control (this may take a while) ...
    Feb 23, 2009 3:45:56 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error starting Database Control
    Refer to the log file at D:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\OSYSTEST
    \emca_2009-02-23_03-38-32-PM.log for more details.
    Could not complete the configuration. Refer to the log file at D:\oracle\product
    \10.2.0\db_1\cfgtoollogs\emca\OSYSTEST\emca_2009-02-23_03-38-32-PM.log for more
    details.
    After 5 min waiting when the process started Database Control I got an error SEVERE: Error starting Database Control. There was details in a log file:
    SEVERE: Error starting Database Control
    Refer to the log file at D:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\OSYSTEST\emca_2009-02-23_02-41-14-PM.log for more details.
    Feb 23, 2009 2:48:40 PM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error starting Database Control
    at oracle.sysman.emcp.EMDBPostConfig.performConfiguration(EMDBPostConfig.java:569)
    at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:181)
    at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:150)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:155)
    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)
    It would be great if you could give me a clue which help me to solve the problem.
    Thanks

    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to D:\oracle\product\10.2.0\db_1\oui
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Homes to scan for used ports: [D:\oracle\product\10.2.0\db_1]
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Searching all DBConsole instances for used ports under ORACLE_HOME D:\oracle\product\10.2.0\db_1
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking JMS port: null from D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking RMI port: null from D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking HTTP port: null from D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking JMS port: 5541 from D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking RMI port: 5521 from D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking HTTP port: 1158 from D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.FileUtil getProperties
    CONFIG: Error reading file D:\oracle\product\10.2.0\db_1\uk13appa.area1.eurofins.local_OSYSTEST\sysman\config\emd.properties
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager getAgentPort
    CONFIG: Cannot parse EMD_URL correctly. No port identified
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking Agent port: null from D:\oracle\product\10.2.0\db_1\uk13appa.area1.eurofins.local_OSYSTEST\sysman\config\emd.properties
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Cannnot parse EMD_URL correctly. No port identified
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager getAgentPort
    CONFIG: Cannot parse EMD_URL correctly. No port identified
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking Agent port: null from D:\oracle\product\10.2.0\db_1\sysman\config\emd.properties
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Cannnot parse EMD_URL correctly. No port identified
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.FileUtil getProperties
    CONFIG: Error reading file D:\oracle\product\10.2.0\db_1\install\staticports.ini
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PortManager getFreePorts
    CONFIG: D:\oracle\product\10.2.0\db_1:uk13appa.area1.eurofins.local:null:OSYSTEST:{}:null:{DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT_OSYSTEST.
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: AGENT_PORT_OSYSTEST value: 3938
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_OSYSTEST.
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBCONTROL_HTTP_PORT_OSYSTEST value: 1158
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT_OSYSTEST.
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: JMS_PORT_OSYSTEST value: 5540
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT_OSYSTEST.
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: RMI_PORT_OSYSTEST value: 5520
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.EMDBPreConfig getFreePorts
    CONFIG: Ports assigned for SID: OSYSTEST : {DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.DBControlUtil stopOMS
    INFO: Stopping Database Control (this may take a while) ...
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: cmdType: 1
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Stopping Windows service...OracleDBConsoleOSYSTEST
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleOSYSTEST' to fully stop
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface isInView
    CONFIG: IN_VIEW marker not instantiated in D:\oracle\product\10.2.0\db_1\sysman\config\emca.properties
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [EMDROOT=D:\oracle\product\10.2.0\db_1, LD_LIBRARY_PATH=D:\oracle\product\10.2.0\db_1\lib32;D:\oracle\product\10.2.0\db_1\lib;D:\oracle\product\10.2.0\db_1\perl\lib;null, PATH=D:\oracle\product\10.2.0\db_1\jdk\jre\bin\server;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Dell\SysMgt\RAC5;C:\Program Files\Dell\SysMgt\oma\bin, PERL5LIB=D:\oracle\product\10.2.0\db_1\sysman\admin\scripts;D:\oracle\product\10.2.0\db_1\bin;, SystemRoot=C:\WINDOWS, WINDIR=C:\WINDOWS]
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: D:/oracle/product/10.2.0/db_1/perl/5.8.3/bin/MSWin32-x86-multi-thread\perl.exe D:\oracle\product\10.2.0\db_1\sysman\admin\scripts\db\sgastop.pl stop OSYSTEST uk13appa.area1.eurofins.local 1521 D:\oracle\product\10.2.0\db_1
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of D:/oracle/product/10.2.0/db_1/perl/5.8.3/bin/MSWin32-x86-multi-thread\perl.exe D:\oracle\product\10.2.0\db_1\sysman\admin\scripts\db\sgastop.pl stop OSYSTEST uk13appa.area1.eurofins.local 1521 D:\oracle\product\10.2.0\db_1 completed successfully
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: nmccollector process does not exist
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.DBControlUtil stopNmccollector
    CONFIG: Successfully stopped nmc-collector process
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: cmdType: 2
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Deleting Windows service...OracleDBConsoleOSYSTEST
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: CMD /C D:\oracle\product\10.2.0\db_1\bin\nmesrvops.exe delete OracleDBConsoleOSYSTEST
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of CMD /C D:\oracle\product\10.2.0\db_1\bin\nmesrvops.exe delete OracleDBConsoleOSYSTEST completed successfully
    Feb 23, 2009 2:42:19 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Service "OracleDBConsoleOSYSTEST" delete SUCCESS
    Feb 23, 2009 2:42:22 PM oracle.sysman.emcp.util.ClusterUtil deleteEmptyRegKeyOnNode
    CONFIG: No Subkeys present under HKEY_LOCAL_MACHINE\SOFTWARE\Oracle\SYSMAN
    Feb 23, 2009 2:42:22 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 23, 2009 2:42:22 PM oracle.sysman.emcp.EMReposConfig dropRepository
    CONFIG: Spooling to D:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\OSYSTEST\emca_repos_drop_2009-02-23_02-42-22-PM.log
    Feb 23, 2009 2:42:22 PM oracle.sysman.emcp.EMReposConfig dropRepository
    INFO: Dropping the EM repository (this may take a while) ...
    Feb 23, 2009 2:42:22 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: OSYSTEST, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYS
    Feb 23, 2009 2:42:23 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Feb 23, 2009 2:42:23 PM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [ORACLE_HOME=D:\oracle\product\10.2.0\db_1, ORACLE_SID=OSYSTEST, PATH=D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Dell\SysMgt\RAC5;C:\Program Files\Dell\SysMgt\oma\bin, SystemRoot=C:\WINDOWS, WINDIR=C:\WINDOWS]
    Feb 23, 2009 2:42:23 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: CMD /C D:\oracle\product\10.2.0\db_1\sysman\admin\emdrep\bin\RepManager.bat -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=uk13appa.area1.eurofins.local)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=OSYSTEST))) -repos_user SYSMAN -action drop -verbose -output_file D:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\OSYSTEST\emca_repos_drop_2009-02-23_02-42-22-PM.log
    Feb 23, 2009 2:42:54 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Feb 23, 2009 2:42:54 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of CMD /C D:\oracle\product\10.2.0\db_1\sysman\admin\emdrep\bin\RepManager.bat -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=uk13appa.area1.eurofins.local)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=OSYSTEST))) -repos_user SYSMAN -action drop -verbose -output_file D:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\OSYSTEST\emca_repos_drop_2009-02-23_02-42-22-PM.log completed successfully
    Feb 23, 2009 2:42:54 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Enter SYS user's password :
    Enter repository user password :
    Getting temporary tablespace from database...
    Found temporary tablespace: TEMP
    Environment :
    ORACLE HOME = D:\oracle\product\10.2.0\db_1
    REPOSITORY HOME = D:\oracle\product\10.2.0\db_1
    SQLPLUS = D:\oracle\product\10.2.0\db_1/bin/sqlplus
    SQL SCRIPT ROOT = D:\oracle\product\10.2.0\db_1/sysman/admin/emdrep/sql
    EXPORT = D:\oracle\product\10.2.0\db_1/bin/exp
    IMPORT = D:\oracle\product\10.2.0\db_1/bin/imp
    LOADJAVA = D:\oracle\product\10.2.0\db_1/bin/loadjava
    JAR FILE ROOT = D:\oracle\product\10.2.0\db_1/sysman/admin/emdrep/lib
    JOB TYPES ROOT = D:\oracle\product\10.2.0\db_1/sysman/admin/emdrep/bin
    Arguments :
    Connect String = (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=uk13appa.area1.eurofins.local)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=OSYSTEST)))
    Action = drop
    Repos User = SYSMAN
    Default tablespace = MGMT_TABLESPACE
    Default Data file = mgmt.dbf
    Dflt Dfile Init size = 20m
    Dflt Dfile Ext size = 20m
    ECM tablespace = MGMT_ECM_DEPOT_TS
    ECM Data file = mgmt_ecm_depot1.dbf
    ECM Dfile Init size = 100m
    ECM Dfile Ext size = 100m
    TEMP tablespace = TEMP
    Create options = 3
    Verbose output = 1
    Output File = D:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\OSYSTEST\emca_repos_drop_2009-02-23_02-42-22-PM.log
    Repos creation mode = CENTRAL
    MetaLink user name = NOTAVAILABLE_
    MetaLink URL = http://updates.oracle.com
    Export Directory = D:\oracle\product\10.2.0\db_1/sysman/log
    Import Directory = D:\oracle\product\10.2.0\db_1/sysman/log
    Checking SYS Credentials ... File - C:\temp\AWpf1QtqQU\0YGYJjDtEN.sql.Return code = 0.OK.
    Dropping the repository..
    Quiescing DB ... File - C:\temp\9YZ78xsieC\rTii7S279Y.sql.Return code = 183.Failed.
    Checking for Repos User ... File - C:\temp\VjWwFYYIj8\DKrPQghao6.sql.Return code = 0.Exists.
    Repos User exists..
    Clearing EM Contexts ... Clearing contexts. File - C:\temp\lLvkbSpYNz\NgECoaWNAB.sql.
    Clearing contexts. Return code = 0.
    OK.
    Dropping EM users ...
    Drop EM Users. File - C:\temp\4h3SzLFo8r\tpbCLVRGnk.sql.
    Drop EM Users. Return code = 0.
    Done.
    Dropping Repos User ... Drop Repos User. File - C:\temp\yRgC00qxxf\TfeZ0AYUrL.sql.
    Drop Repos User. Return code = 0.
    Done.
    Dropping Roles/Synonymns/Tablespaces ... File - C:\temp\Bu0UafeOSd\j4yOZprHPo.sql.Return code = 0.Done.
    Unquiescing DB ... Temp File - C:\temp\acCnWkH8jW\RuBsvxKClt.sql. Return code = 0.Done.
    Dropped Repository Successfully.
    Feb 23, 2009 2:42:54 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: 'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    Feb 23, 2009 2:42:54 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully dropped
    Feb 23, 2009 2:42:54 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: OSYSTEST, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYS
    Feb 23, 2009 2:42:55 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Feb 23, 2009 2:42:55 PM oracle.sysman.emcp.EMReposConfig createRepository
    CONFIG: Spooling to D:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\OSYSTEST\emca_repos_create_2009-02-23_02-42-55-PM.log
    Feb 23, 2009 2:42:55 PM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Feb 23, 2009 2:43:36 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully created
    Feb 23, 2009 2:43:36 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: OSYSTEST, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYS
    Feb 23, 2009 2:43:37 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Feb 23, 2009 2:43:37 PM oracle.sysman.emcp.EMReposConfig invoke
    CONFIG: Successfully granted priviliges to dbsnmp.
    Feb 23, 2009 2:43:37 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_SENDER_NAME.
    Feb 23, 2009 2:43:37 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_SENDER_ADDR.
    Feb 23, 2009 2:43:37 PM oracle.sysman.emcp.EMReposConfig updateReposVars
    CONFIG: Updating file D:\oracle\product\10.2.0\db_1\sysman\emdrep\config\repository.variables ...
    Feb 23, 2009 2:43:37 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\sysman\emdrep\config\repository.variables.emca.util.tmp to D:\oracle\product\10.2.0\db_1\sysman\emdrep\config\repository.variables
    Feb 23, 2009 2:43:37 PM oracle.sysman.emcp.EMReposConfig updateReposVars
    CONFIG: File D:\oracle\product\10.2.0\db_1\sysman\emdrep\config\repository.variables is successfully updated
    Feb 23, 2009 2:43:37 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: OSYSTEST, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYS
    Feb 23, 2009 2:43:38 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Feb 23, 2009 2:43:38 PM oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: Unlocking dbsnmp and sysman
    Feb 23, 2009 2:43:38 PM oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: Unlocked mgmt_view account
    Feb 23, 2009 2:43:38 PM oracle.sysman.emcp.EMReposConfig invoke
    CONFIG: Successfully unlocked relevant accounts
    Feb 23, 2009 2:43:38 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: OSYSTEST, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYSMAN
    Feb 23, 2009 2:43:38 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
    CONFIG: Finished executing emreposoutofbox.sql
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.EMDBCConfig updateEmomsProps
    CONFIG: Updating file D:\oracle\product\10.2.0\db_1\sysman\config\emoms.properties ...
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\sysman\config\emoms.properties.emca to D:\oracle\product\10.2.0\db_1\sysman\config\emoms.properties
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\sysman\config\emoms.properties.emca.util.tmp to D:\oracle\product\10.2.0\db_1\sysman\config\emoms.properties
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.EMDBCConfig deleteOC4JDir
    CONFIG: Deleting state directories
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\application-deployments\default\defaultWebApp
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\application-deployments\default\dms
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\application-deployments\default\dms0
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\application-deployments\default
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\application-deployments\em\em
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\application-deployments\em
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\application-deployments
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\config
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\log
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\META-INF
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\persistence
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\server.xml.emca.util.tmp to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\server.xml
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.EMDBCConfig copyOC4JDir
    CONFIG: Copying OC4J config files from D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\config
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\application.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\config\application.xml
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\data-sources.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\config\data-sources.xml
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\global-web-application.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\config\global-web-application.xml
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\http-web-site.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\config\http-web-site.xml
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\internal-settings.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\config\internal-settings.xml
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\java2.policy to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\config\java2.policy
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\jazn-data.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\config\jazn-data.xml
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\jazn.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\config\jazn.xml
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\jms.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\config\jms.xml
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\mime.types to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\config\mime.types
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\oc4j-connectors.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\config\oc4j-connectors.xml
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\principals.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_uk13appa.area1.eurofins.local_OSYSTEST\config\principals.xml
    Feb 23, 2009 2:43:39 PM oracle.sysman.emcp.util.FileUtil _copyFile                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              

  • EM Database Control 11.1.0.6.0 을 구성하는 도중에 발생하는 repository create error에 관한

    EM Database Control 11.1.0.6.0 을 구성하는 도중에 발생하는 repository create error에 관한
    원인 및 해결 방법을 제시합니다.
    Problem Description
    다음은 emca를 구성하여 repository를 구성하려다가 실패하여 다시
    drop하고 create 시에 이와 같은 ORA-20001 이라고 하는 SYSMAN user가 이미 존재한다고
    하는 에러에 대한 해결방법입니다.
    emca -deconfig dbcontrol db -repos drop 수행 중에 다음과 같이 failed가 발생하고,
    구 43: WHERE username = upper('&EM_REPOS_USER') ;
    신 43: WHERE username = upper('SYSMAN') ;
    [09-03-2008 11:42:20] Drop Repos User. Return code = 58.
    [09-03-2008 11:42:20] Failed. <===
    [09-03-2008 11:42:20] Dropping Roles/Synonymns/Tablespaces ...
    [09-03-2008 11:42:23] Return code = 66.
    [09-03-2008 11:42:23] Failed.
    [09-03-2008 11:42:23] Unquiescing DB ...
    [09-03-2008 11:42:24] Return code = 66.
    [09-03-2008 11:42:24] Failed. <===
    [09-03-2008 11:42:24] Dropped Repository Successfully.
    위와 같이 drop fail 이후에 emca -config dbcontrol db -repos create 수행 시
    ORA-20001: SYSMAN already exists..
    ORA-06512: 줄 17에서
    이와 같은 에러를 만나서 다시 create가 제대로 되지 않는 경우를 볼 수 있다.
    Environment :
    아래의 이름과 환경변수는 사용자의 환경에 따라 달라질 수 있습니다.
    OS : Microsoft Windows XP Professional 32bit windows
    컴퓨터이름 : jeher
    Database version : 11.1.0.6.0
    ORACLE_SID : orcl
    ORACLE_HOME : D:\app\jeher\product\11.1.0\db_1
    em 에 사용되는 HOSTNAME_SID : jeher_orcl
    에러 증상
    아래의 log는 실제 emca 수행 시 자세한 log를 확인할 수 있는
    D:\app\jeher\cfgtoollogs\emca\orcl\emca_repos_create_2008_03_09_14_39_55.log 의 내용입니다.
    Check if repos user already exists.
    구 6: WHERE username=UPPER('&EM_REPOS_USER');
    신 6: WHERE username=UPPER('SYSMAN');
    구 8: IF ( '&EM_CHECK_TYPE' = 'EXISTS') THEN
    신 8: IF ( 'NOT_EXISTS' = 'EXISTS') THEN
    구 11: raise_application_error(-20000, '&EM_REPOS_USER does not exists..');
    신 11: raise_application_error(-20000, 'SYSMAN does not exists..');
    구 14: ELSIF ( '&EM_CHECK_TYPE' = 'NOT_EXISTS' ) THEN
    신 14: ELSIF ( 'NOT_EXISTS' = 'NOT_EXISTS' ) THEN
    구 17: raise_application_error(-20001, '&EM_REPOS_USER already exists..');
    신 17: raise_application_error(-20001, 'SYSMAN already exists..');
    구 21: raise_application_error(-20002, 'Invalid Check type &EM_CHECK_TYPE');
    신 21: raise_application_error(-20002, 'Invalid Check type NOT_EXISTS');
    DECLARE
    1행에 오류:
    ORA-20001: SYSMAN already exists..
    ORA-06512: 줄 17에서
    Explanation
    이러한 에러는 주로 emca command 중에서 emca -deconfig dbcontrol db -repos drop
    을 수행하다가 Service만 정리가 되고, repository가 깨끗하게 정리가 되지 않고
    오류가 발생하거나 hang 이 발생하는 경우에 나중에 다시 create 시에 나타나는 에러입니다.
    11g emca 수행 시 에러 log는 $ORACLE_BASE\\cfgtoollogs\emca\orcl\ 아래에 생성된 log를 확인합니다.
    Solution Description
    다음과 같은 명령으로 EM Configuration file들과 repository를 정리할 수 있습니다.
    <Note:278100.1> How To Drop, Create And Recreate DB Control In A 10g Database?
    A. Delete DB Control Objects 의 상세 설명은 Manual하게 DB Control을 DELETE하는 절차입니다.
    이 부분을 보시면 아주 자세히 설명되어 있습니다.
    The procedure is the same for 10g R1, R2 and 11g 11.1.0.6.0.
    절차1) Configuration file 정리 작업
    A) To delete the configurartion files:
    - remove the following directories from your filesystem:
    <ORACLE_HOME>/<hostname_sid>
    예를 들어 D:\app\jeher\product\11.1.0\db_1\JEHER_ORCL 이라는 디렉토리를 제거합니다.
    <ORACLE_HOME>/oc4j/j2ee/OC4J_DBConsole_<hostname>_<sid>
    예를 들어 D:\app\jeher\product\11.1.0\oc4j\j2ee\OC4J_DBConsoleJEHER_ORCL 이라는
    디렉토리를 제거합니다.
    B) 레지스트리에서 SERVICE 제거 작업.
    Note: On Windows you aslo need to delete the DB Console service:
    - run regedit
    - navigate to HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services
    - locate the OracleDBConsole<sid> entry and delete it
    OracleDBConsoleORCL 이라는 서비스 엔트리를 클릭하고 제거합니다.
    Alternatively on Windows XP and Windows Server 2003 you can run the following from the command line:
    'sc delete <service_name>' where <service_name> is the DB Control service name (typically: OracleDBConsole<sid>)
    절차2) EM repository 를 manual 하게 drop하기.
    To delete the repository
    Logon SQLPLUS as user SYS or SYSTEM, and drop the sysman account
    and mangement objects:
    sqlplus "/as sysdba"
    SHUTDOWN IMMEDIATE;
    STARTUP RESTRICT;
    EXEC sysman.emd_maintenance.remove_em_dbms_jobs;
    EXEC sysman.setEMUserContext('',5);
    REVOKE dba FROM sysman;
    DECLARE
    CURSOR c1 IS
    SELECT owner, synonym_name name
    FROM dba_synonyms
    WHERE table_owner = 'SYSMAN'
    BEGIN
    FOR r1 IN c1 LOOP
    IF r1.owner = 'PUBLIC' THEN
    EXECUTE IMMEDIATE 'DROP PUBLIC SYNONYM '||r1.name;
    ELSE
    EXECUTE IMMEDIATE 'DROP SYNONYM '||r1.owner||'.'||r1.name;
    END IF;
    END LOOP;
    END;
    DROP USER mgmt_view CASCADE;
    DROP ROLE mgmt_user;
    DROP USER sysman CASCADE;
    ALTER SYSTEM DISABLE RESTRICTED SESSION;
    [참고 사항]
    1) DROP USER mgmt_view CASCADE; 를 수행 시 이미 mgmt_view가 emca -deconfig 명령에 의해
    drop이 되었다면 ORA-1918 ERROR가 발생하는데, 이는 무시합니다.
    "ORA-01918: 사용자 'MGMT_VIEW'(이)가 존재하지 않습니다."
    2) 참고 명령어
    Note: The above(절차2) will completely delete the DB Control repository from the database;
    under certain circumstances (e.g. you want to recreate the repository later on)
    the following statemnts may be sufficient to remove the repository:
    sqlplus "/as sysdba"
    a. drop user sysman cascade;
    b. drop role MGMT_USER;
    c. drop user MGMT_VIEW cascade;
    d. drop public synonym MGMT_TARGET_BLACKOUTS;
    e. drop public synonym SETEMVIEWUSERCONTEXT;
    ===================================
    절차3) EM console HTTP port와 Agent port 설정 해제 작업
    Remove the entries for the old dbconsole information from the
    $ORACLE_HOME/install/portlist.ini file
    제거 작업 단계 중 마지막으로 D:\app\jeher\product\11.1.0\db_1\install\portlist.ini file
    내에서 old dbconsole 정보를 제거합니다.
    [ Example ]
    Ultra Search HTTP 포트 번호 =5620
    Enterprise Manager 콘솔 HTTP 포트(orcl) = 1158
    Enterprise Manager 에이전트 포트(orcl) = 3938
    위와 같이 Enterprise Manager 콘솔 HTTP 포트와 Enterprise Manager 에이전트 포트(orcl)
    가 보이는데, 이 line들을 지웁니다.
    아래의 절차4) 부터 절차8) 까지는 다시 create해주는 과정과 환경 셋업 작업입니다.
    절차4) C:\WINDOWS\system32\drivers\etc\hosts file에서 다음을 추가해 줍니다.
    127.0.0.1 localhost
    10.10.10.10 jeher
    10.10.10.10 은 내 네트워크 환경 -> 로컬연결영역3(Microsoft Loopback Adapter)
    -> 속성(인터넷 프로토콜 TCP/IP)
    -> 속성(다음 ip 주소 사용의 IP 주소가 10.10.10.10)
    위와 같이 확인하여 얻어질 수 있습니다.
    절차5) 다시 emca -config dbcontrol db -repos create 를 수행합니다.
    절차6) 레지스트리에 문자열값 oracle_hostname 이 jeher로 되어 있는 지 확인.
    절차5 가 성공적으로 수행이 되면 관리도구 -> 서비스에 OracleDBConsoleORCL 이라는
    서비스가 다시 생성됩니다.
    - run regedit
    - navigate to HKEY_LOCAL_MACHINE/Software/Oracle/Sysman/OracleDBConsoleORCL
    - 문자열값 oracle_hostname : jeher 로 되어 있는지 확인합니다.
    절차7) emd.properties 에서 timezone 수정
    D:\app\jeher\product\11.1.0\db_1\jeher_orcl\sysman\config 아래에 있는
    emd.properties file에서 agent timezone를 Asia/Seoul 로 대소문자를 구분하여 입력합니다.
    For example)
    omsRecvDir=D:/app/jeher/product/11.1.0/db_1/jeher_orcl/sysman/recv
    agentTZRegion=Asia/Seoul
    이와 같이 저장하고 나옵니다.
    절차8) EM 11g LOGIN 접속 방법.
    https://jeher.kr.oracle.com:1158/em 로 접속하면 됩니다.
    username : sys
    password : oracle
    connect as SYSDBA
    OC4J 에 설치 시 보안 설정이 되어 있으므로, http 가 아닌 https 로 접속해야 합니다.
    11g의 경우, password file이 자동으로 $ORACLE_HOME/dbs (windows 의 경우, $ORACLE_HOME/database) 아래에
    생성되므로, 따로 생성이 불필요합니다.
    remote_login_passwordfile='EXCLUSIVE'로 자동 setting 되어 있습니다.
    References
    <Note:278100.1> How To Drop, Create And Recreate DB Control In A 10g Database?

    I ma using correct sid, have a look at /etc/oratab
    [oracle@rac1 bin]$ echo $ORACLE_SID
    orcl
    [oracle@rac1 bin]$ cat /etc/oratab
    #Backup file is  /raczone/11.2.0/product/11.2.0/dbhome_1/srvm/admin/oratab.bak.rac1 line added by Agent
    # This file is used by ORACLE utilities.  It is created by root.sh
    # and updated by the Database Configuration Assistant when creating
    # a database.
    # A colon, ':', is used as the field terminator.  A new line terminates
    # the entry.  Lines beginning with a pound sign, '#', are comments.
    # Entries are of the form:
    #   $ORACLE_SID:$ORACLE_HOME:<N|Y>:
    # The first and second fields are the system identifier and home
    # directory of the database respectively.  The third filed indicates
    # to the dbstart utility that the database should , "Y", or should not,
    # "N", be brought up at system boot time.
    # Multiple entries with the same $ORACLE_SID are not allowed.
    #+ASM1:/raczone/grid_home:N             # line added by Agent
    #dev:/raczone/db_home1:N                # line added by Agent
    #*:/raczone/oem/OracleHomes/db10g:N
    #*:/raczone/oem/OracleHomes/oms10g:N
    #oemrep:/raczone/oem/OracleHomes/db10g:N
    #*:/raczone/oem/db10g:N
    #*:/raczone/oem/oms10g:N
    #oemrep:/raczone/oem/db10g:N
    +ASM1:/raczone/grid_home:N              # line added by Agent
    # *:/home/oracle/OracleHomes/db10g:N
    # *:/home/oracle/OracleHomes/oms10g:N
    emrep:/home/oracle/OracleHomes/db10g:N
    *:/home/oracle/OracleHomes/db10g:N
    *:/home/oracle/OracleHomes/oms10g:N
    oemrep:/home/oracle/OracleHomes/db10g:N
    dev:/raczone/db_home1:N         # line added by Agent
    orcl:/raczone/11.2.0/product/11.2.0/dbhome_1:N          # line added by Agent
    *:/home/oracle/Oracle/Middleware/oms11g:N
    *:/home/oracle/Oracle/Middleware/agent11g:N
    [oracle@rac1 bin]$

  • Unable to start dbconsole ???

    i am installing oracle 10g on rhel 5. i am able to install oracle and create database. but when i try to configure database console with the command
    emca -config dbcontrol db -repos recreate
    it throws the folloging error.
    INFO: This operation is being logged at /opt/db/oracle/product/10.2.0/prod/cfgtoollogs/emca/prod/emca_2008-03-14_06-31-48-AM.log.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.DBControlUtil stopOMS
    INFO: Stopping Database Control (this may take a while) ...
    Mar 14, 2008 6:32:27 AM oracle.sysman.emcp.EMReposConfig dropRepository
    INFO: Dropping the EM repository (this may take a while) ...
    Mar 14, 2008 6:33:13 AM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully dropped
    Mar 14, 2008 6:33:13 AM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Mar 14, 2008 6:34:17 AM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully created
    Mar 14, 2008 6:34:19 AM oracle.sysman.emcp.util.DBControlUtil startOMS
    INFO: Starting Database Control (this may take a while) ...
    Mar 14, 2008 6:38:47 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing /opt/db/oracle/product/10.2.0/prod/bin/emctl start dbconsole
    Mar 14, 2008 6:38:47 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error starting Database Control
    Refer to the log file at /opt/db/oracle/product/10.2.0/prod/cfgtoollogs/emca/prod/emca_2008-03-14_06-31-48-AM.log for more details.
    Could not complete the configuration. Refer to the log file at /opt/db/oracle/product/10.2.0/prod/cfgtoollogs/emca/prod/emca_2008-03-14_06-31-48-AM.log for more details.
    [oracle@ny2prdbs02 database]$ vi /opt/db/oracle/product/10.2.0/prod/cfgtoollogs/emca/prod/emca_2008-03-14_06-31-48-AM.log
    the logfile is
    Mar 14, 2008 6:31:48 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-config' set to true
    Mar 14, 2008 6:31:48 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'UPDATE_EMAIL' set to true
    Mar 14, 2008 6:31:48 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'dbcontrol' set to true
    Mar 14, 2008 6:31:48 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    Mar 14, 2008 6:31:48 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'create' set to true
    Mar 14, 2008 6:31:48 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'drop' set to true
    Mar 14, 2008 6:31:48 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: ORACLE_HOME value: /opt/db/oracle/product/10.2.0/prod
    Mar 14, 2008 6:31:48 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 14, 2008 6:31:48 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: EM_HOME value: /opt/db/oracle/product/10.2.0/prod
    Mar 14, 2008 6:31:50 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SID value: prod
    Mar 14, 2008 6:31:50 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 14, 2008 6:31:50 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: This is expected, as we might be calling it from a non-rac home
    Mar 14, 2008 6:31:50 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: Error retrieving the local node for the cluster
    Mar 14, 2008 6:31:50 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: PRKH-1010 : Unable to communicate with CRS services.
    [OCR Error(Native: prsr_initCLSS:[21])]
    Mar 14, 2008 6:31:50 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: Cluster Error Message: PRKH-1010 : Unable to communicate with CRS services.
    [OCR Error(Native: prsr_initCLSS:[21])]
    Mar 14, 2008 6:31:50 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 14, 2008 6:31:50 AM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: prod Host: ny2prdbs02.ny2.pipelinetrading.net Node: null OH: /opt/db/oracle/product/10.2.0/prod isDBC: true
    Mar 14, 2008 6:31:50 AM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: prod Host: ny2prdbs02.ny2.pipelinetrading.net Node: null OH: /opt/db/oracle/product/10.2.0/prod agentHome: null isCentral: false
    Mar 14, 2008 6:31:50 AM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: prod Host: ny2prdbs02.ny2.pipelinetrading.net Node: null OH: /opt/db/oracle/product/10.2.0/prod agentHome: null isCentral: false
    Mar 14, 2008 6:31:50 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SYS_PWD.
    Mar 14, 2008 6:31:50 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: prod, oracleHome: /opt/db/oracle/product/10.2.0/prod, and user:
    Mar 14, 2008 6:31:50 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 14, 2008 6:31:50 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    Mar 14, 2008 6:31:50 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    Mar 14, 2008 6:31:55 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value: yes
    Mar 14, 2008 6:31:59 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: PORT value: 1521
    Mar 14, 2008 6:32:07 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SYS_PWD.
    Mar 14, 2008 6:32:07 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: prod, oracleHome: /opt/db/oracle/product/10.2.0/prod, and user: SYS
    Mar 14, 2008 6:32:07 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 14, 2008 6:32:16 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: prod, oracleHome: /opt/db/oracle/product/10.2.0/prod, and user: DBSNMP
    Mar 14, 2008 6:32:16 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 14, 2008 6:32:21 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: EMAIL_ADDRESS value:
    Mar 14, 2008 6:32:22 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: MAIL_SERVER_NAME value:
    Mar 14, 2008 6:32:22 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 14, 2008 6:32:22 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value:
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value: yes
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LOG_FILE.
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: prod, oracleHome: /opt/db/oracle/product/10.2.0/prod, and user: SYS
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: prod
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /opt/db/oracle/product/10.2.0/prod/cfgtoollogs/emca/prod/emca_2008-03-14_06-31-48-AM.log.
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'CHECK_CONFIG' set to true
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: prod, oracleHome: /opt/db/oracle/product/10.2.0/prod, and user: SYS
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: prod, oracleHome: /opt/db/oracle/product/10.2.0/prod, and user: DBSNMP
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: prod, oracleHome: /opt/db/oracle/product/10.2.0/prod, and user: SYS
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: prod, oracleHome: /opt/db/oracle/product/10.2.0/prod, and user: SYS
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: prod
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: prod
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: prod
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBID.
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.DatabaseChecks getDbid
    CONFIG: No dbid available. Will query db to extract it.
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: prod, oracleHome: /opt/db/oracle/product/10.2.0/prod, and user: SYS
    Mar 14, 2008 6:32:23 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBID value: 61135663
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: prod, oracleHome: /opt/db/oracle/product/10.2.0/prod, and user: SYS
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: prod
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: prod
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: prod
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: prod, oracleHome: /opt/db/oracle/product/10.2.0/prod, and user: SYS
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter EMAIL_ADDRESS.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_NAME.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: prod, oracleHome: /opt/db/oracle/product/10.2.0/prod, and user: SYS
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.EMDBPreConfig invoke
    CONFIG: Passed repository configuration check
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter GLOBAL_DB_UNIQUE_NAME.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.DatabaseChecks getGlobalDbUniqueName
    CONFIG: No Global database unique name available. Will try to retrieve it from DB itself
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: prod, oracleHome: /opt/db/oracle/product/10.2.0/prod, and user: SYS
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: GLOBAL_DB_UNIQUE_NAME value: prod
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/db/oracle/product/10.2.0/prod/sysman/config/emd.properties to /opt/db/oracle/product/10.2.0/prod/sysman/config/emd.properties.emca.tmp
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file /opt/db/oracle/product/10.2.0/prod/sysman/config/emd.properties has been copied to /opt/db/oracle/product/10.2.0/prod/sysman/config/emd.properties.emca.tmp
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/db/oracle/product/10.2.0/prod/sysman/config/emoms.properties.emca to /opt/db/oracle/product/10.2.0/prod/sysman/config/emoms.properties
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file /opt/db/oracle/product/10.2.0/prod/sysman/config/emoms.properties.emca has been copied to /opt/db/oracle/product/10.2.0/prod/sysman/config/emoms.properties
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/db/oracle/product/10.2.0/prod/sysman/emd/targets.xml to /opt/db/oracle/product/10.2.0/prod/sysman/emd/targets.xml.emca.tmp
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file /opt/db/oracle/product/10.2.0/prod/sysman/emd/targets.xml has been copied to /opt/db/oracle/product/10.2.0/prod/sysman/emd/targets.xml.emca.tmp
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_RECONFIG' set to false
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: prod Host: ny2prdbs02.ny2.pipelinetrading.net Node: null OH: /opt/db/oracle/product/10.2.0/prod agentHome: null isCentral: false
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: prod Host: ny2prdbs02.ny2.pipelinetrading.net Node: null OH: /opt/db/oracle/product/10.2.0/prod isDBC: true
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_CONFIGURED' set to false
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_DBCONTROL_CONFIGURED' set to true
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: prod Host: ny2prdbs02.ny2.pipelinetrading.net Node: null OH: /opt/db/oracle/product/10.2.0/prod isDBC: true
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter PORTS_FILE.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT_null.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT_null.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_null.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT_null.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.FileUtil getProperties
    CONFIG: Error reading file /opt/db/oracle/product/10.2.0/prod/install/staticports.ini
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.PortManager getConfiguredPorts
    CONFIG: /opt/db/oracle/product/10.2.0/prod:ny2prdbs02.ny2.pipelinetrading.net:null:prod:{}:null:{DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT_prod.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: AGENT_PORT_prod value: 3938
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_prod.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBCONTROL_HTTP_PORT_prod value: 1158
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT_prod.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: JMS_PORT_prod value: 5540
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT_prod.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: RMI_PORT_prod value: 5520
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.EMDBPreConfig getConfiguredPorts
    CONFIG: Configured ports for SID: prod : {DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter PORTS_FILE.
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to /opt/db/oracle/product/10.2.0/prod/oui
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to /opt/db/oracle/product/10.2.0/prod/oui
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Homes to scan for used ports: [opt/db/oracle/product/10.2.0/prod]
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Searching all DBConsole instances for used ports under ORACLE_HOME /opt/db/oracle/product/10.2.0/prod
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking JMS port: null from /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking RMI port: null from /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking HTTP port: null from /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking JMS port: 5540 from /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking RMI port: 5520 from /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking HTTP port: 1158 from /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking Agent port: 3938 from /opt/db/oracle/product/10.2.0/prod/ny2prdbs02.ny2.pipelinetrading.net_prod/sysman/config/emd.properties
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.PortManager getAgentPort
    CONFIG: Cannot parse EMD_URL correctly. No port identified
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking Agent port: null from /opt/db/oracle/product/10.2.0/prod/sysman/config/emd.properties
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Cannnot parse EMD_URL correctly. No port identified
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.PortManager getFreePorts
    CONFIG: /opt/db/oracle/product/10.2.0/prod:ny2prdbs02.ny2.pipelinetrading.net:null:prod:{DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}:null:{DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.EMDBPreConfig getFreePorts
    CONFIG: Ports assigned for SID: prod : {DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.DBControlUtil stopOMS
    INFO: Stopping Database Control (this may take a while) ...
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [DISPLAY=10.60.5.107:0.0, NEED_EXIT_CODE=1, ORACLE_SID=prod, PATH=/opt/db/oracle/product/10.2.0/prod/bin:/usr/sbin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oracle/bin, TZ=]
    Mar 14, 2008 6:32:24 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: /opt/db/oracle/product/10.2.0/prod/bin/emctl stop dbconsole
    Mar 14, 2008 6:32:27 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Mar 14, 2008 6:32:27 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of /opt/db/oracle/product/10.2.0/prod/bin/emctl stop dbconsole completed successfully
    Mar 14, 2008 6:32:27 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: TZ set to US/Eastern
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://ny2prdbs02.ny2.pipelinetrading.net:1158/em/console/aboutApplication
    Stopping Oracle Enterprise Manager 10g Database Control ...
    ... Stopped.
    Mar 14, 2008 6:32:27 AM oracle.sysman.emcp.util.PlatformInterface isInView
    CONFIG: IN_VIEW marker not instantiated in /opt/db/oracle/product/10.2.0/prod/sysman/config/emca.properties
    Mar 14, 2008 6:32:27 AM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [EMDROOT=/opt/db/oracle/product/10.2.0/prod, LD_LIBRARY_PATH=/opt/db/oracle/product/10.2.0/prod/lib32:/opt/db/oracle/product/10.2.0/prod/lib:/opt/db/oracle/product/10.2.0/prod/perl/lib:null, PATH=/opt/db/oracle/product/10.2.0/prod/bin:/usr/sbin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oracle/bin, PERL5LIB=/opt/db/oracle/product/10.2.0/prod/perl/lib:/opt/db/oracle/product/10.2.0/prod/perl/lib/site_perl:/opt/db/oracle/product/10.2.0/prod/sysman/admin/scripts:/opt/db/oracle/product/10.2.0/prod/bin:]
    Mar 14, 2008 6:32:27 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: /opt/db/oracle/product/10.2.0/prod/perl/bin/perl /opt/db/oracle/product/10.2.0/prod/sysman/admin/scripts/db/sgastop.pl stop prod ny2prdbs02.ny2.pipelinetrading.net 1521 /opt/db/oracle/product/10.2.0/prod
    Mar 14, 2008 6:32:27 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Mar 14, 2008 6:32:27 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of /opt/db/oracle/product/10.2.0/prod/perl/bin/perl /opt/db/oracle/product/10.2.0/prod/sysman/admin/scripts/db/sgastop.pl stop prod ny2prdbs02.ny2.pipelinetrading.net 1521 /opt/db/oracle/product/10.2.0/prod completed successfully
    Mar 14, 2008 6:32:27 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: nmccollector process does not exist
    Mar 14, 2008 6:32:27 AM oracle.sysman.emcp.util.DBControlUtil stopNmccollector
    CONFIG: Successfully stopped nmc-collector process
    Mar 14, 2008 6:32:27 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 14, 2008 6:32:27 AM oracle.sysman.emcp.EMReposConfig dropRepository
    CONFIG: Spooling to /opt/db/oracle/product/10.2.0/prod/cfgtoollogs/emca/prod/emca_repos_drop_2008-03-14_06-32-27-AM.log
    Mar 14, 2008 6:32:27 AM oracle.sysman.emcp.EMReposConfig dropRepository
    INFO: Dropping the EM repository (this may take a while) ...
    Mar 14, 2008 6:32:27 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: prod, oracleHome: /opt/db/oracle/product/10.2.0/prod, and user: SYS
    Mar 14, 2008 6:32:27 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 14, 2008 6:32:27 AM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [ORACLE_HOME=/opt/db/oracle/product/10.2.0/prod, ORACLE_SID=prod, PATH=/opt/db/oracle/product/10.2.0/prod/bin:/usr/sbin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oracle/bin]
    Mar 14, 2008 6:32:27 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: /opt/db/oracle/product/10.2.0/prod/sysman/admin/emdrep/bin/RepManager -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ny2prdbs02.ny2.pipelinetrading.net)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=prod))) -repos_user SYSMAN -action drop -verbose -output_file /opt/db/oracle/product/10.2.0/prod/cfgtoollogs/emca/prod/emca_repos_drop_2008-03-14_06-32-27-AM.log
    Mar 14, 2008 6:33:13 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Mar 14, 2008 6:33:13 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Mar 14, 2008 6:33:13 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of /opt/db/oracle/product/10.2.0/prod/sysman/admin/emdrep/bin/RepManager -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ny2prdbs02.ny2.pipelinetrading.net)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=prod))) -repos_user SYSMAN -action drop -verbose -output_file /opt/db/oracle/product/10.2.0/prod/cfgtoollogs/emca/prod/emca_repos_drop_2008-03-14_06-32-27-AM.log completed successfully
    Mar 14, 2008 6:33:13 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Enter SYS user's password :
    Enter repository user password :
    Getting temporary tablespace from database...
    Found temporary tablespace: TEMP
    Environment :
    ORACLE HOME = /opt/db/oracle/product/10.2.0/prod
    REPOSITORY HOME = /opt/db/oracle/product/10.2.0/prod
    SQLPLUS = /opt/db/oracle/product/10.2.0/prod/bin/sqlplus
    SQL SCRIPT ROOT = /opt/db/oracle/product/10.2.0/prod/sysman/admin/emdrep/sql
    EXPORT = /opt/db/oracle/product/10.2.0/prod/bin/exp
    IMPORT = /opt/db/oracle/product/10.2.0/prod/bin/imp
    LOADJAVA = /opt/db/oracle/product/10.2.0/prod/bin/loadjava
    JAR FILE ROOT = /opt/db/oracle/product/10.2.0/prod/sysman/admin/emdrep/lib
    JOB TYPES ROOT = /opt/db/oracle/product/10.2.0/prod/sysman/admin/emdrep/bin
    Arguments :
    Connect String = (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ny2prdbs02.ny2.pipelinetrading.net)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=prod)))
    Action = drop
    Repos User = SYSMAN
    Default tablespace = MGMT_TABLESPACE
    Default Data file = mgmt.dbf
    Dflt Dfile Init size = 20m
    Dflt Dfile Ext size = 20m
    ECM tablespace = MGMT_ECM_DEPOT_TS
    ECM Data file = mgmt_ecm_depot1.dbf
    ECM Dfile Init size = 100m
    ECM Dfile Ext size = 100m
    TEMP tablespace = TEMP
    Create options = 3
    Verbose output = 1
    Output File = /opt/db/oracle/product/10.2.0/prod/cfgtoollogs/emca/prod/emca_repos_drop_2008-03-14_06-32-27-AM.log
    Repos creation mode = CENTRAL
    MetaLink user name = NOTAVAILABLE_
    MetaLink URL = http://updates.oracle.com
    Export Directory = /opt/db/oracle/product/10.2.0/prod/sysman/log
    Import Directory = /opt/db/oracle/product/10.2.0/prod/sysman/log
    Checking SYS Credentials ... File - /tmp/rnyK6fhnSO/wLqKcwtPyQ.sql.Return code = 0.OK.
    Dropping the repository..
    Quiescing DB ... File - /tmp/YwZHBTVEIu/bzDxfeO9FG.sql.Return code = 0.Done.
    Checking for Repos User ... File - /tmp/dy1P6wGFBP/VS8m86m9Hs.sql.Return code = 0.Exists.
    Repos User exists..
    Clearing EM Contexts ... Clearing contexts. File - /tmp/oOROSl66kk/sgZFnKo6jz.sql.
    Clearing contexts. Return code = 0.
    OK.
    Dropping EM users ...
    Drop EM Users. File - /tmp/bYei4slzVy/wQbq6YLNKI.sql.
    Drop EM Users. Return code = 0.
    Done.
    Dropping Repos User ... Drop Repos User. File - /tmp/qUP3yHcMBH/UNDSwGP2l7.sql
    Drop Repos User. Return code = 0.
    Done.
    Dropping Roles/Synonymns/Tablespaces ... File - /tmp/L0t3oofhca/jxDRMIfdev.sql.Return code = 0.Done.
    Unquiescing DB ... Temp File - /tmp/PJ9h6I55jX/ysfFzgNAsy.sql. Return code = 0.Done.
    Dropped Repository Successfully.
    Mar 14, 2008 6:33:13 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: stty: standard input: Invalid argument
    stty: standard input: Invalid argument
    stty: standard input: Invalid argument
    stty: standard input: Invalid argument
    Mar 14, 2008 6:33:13 AM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully dropped
    Mar 14, 2008 6:33:13 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: prod, oracleHome: /opt/db/oracle/product/10.2.0/prod, and user: SYS
    Mar 14, 2008 6:33:13 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 14, 2008 6:33:13 AM oracle.sysman.emcp.EMReposConfig createRepository
    CONFIG: Spooling to /opt/db/oracle/product/10.2.0/prod/cfgtoollogs/emca/prod/emca_repos_create_2008-03-14_06-33-13-AM.log
    Mar 14, 2008 6:33:13 AM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Mar 14, 2008 6:34:17 AM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully created
    Mar 14, 2008 6:34:17 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: prod, oracleHome: /opt/db/oracle/product/10.2.0/prod, and user: SYS
    Mar 14, 2008 6:34:17 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 14, 2008 6:34:17 AM oracle.sysman.emcp.EMReposConfig invoke
    CONFIG: Successfully granted priviliges to dbsnmp.
    Mar 14, 2008 6:34:17 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter EMAIL_ADDRESS.
    Mar 14, 2008 6:34:17 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_NAME.
    Mar 14, 2008 6:34:17 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_SENDER_NAME.
    Mar 14, 2008 6:34:17 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_SENDER_ADDR.
    Mar 14, 2008 6:34:17 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: prod, oracleHome: /opt/db/oracle/product/10.2.0/prod, and user: SYS
    Mar 14, 2008 6:34:17 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 14, 2008 6:34:17 AM oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: Unlocking dbsnmp and sysman
    Mar 14, 2008 6:34:17 AM oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: Unlocked mgmt_view account
    Mar 14, 2008 6:34:17 AM oracle.sysman.emcp.EMReposConfig invoke
    CONFIG: Successfully unlocked relevant accounts
    Mar 14, 2008 6:34:17 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: prod, oracleHome: /opt/db/oracle/product/10.2.0/prod, and user: SYSMAN
    Mar 14, 2008 6:34:17 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.EMDBCConfig updateEmomsProps
    CONFIG: Updating file /opt/db/oracle/product/10.2.0/prod/sysman/config/emoms.properties ...
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/db/oracle/product/10.2.0/prod/sysman/config/emoms.properties.emca to /opt/db/oracle/product/10.2.0/prod/sysman/config/emoms.properties
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/db/oracle/product/10.2.0/prod/sysman/config/emoms.properties.emca.util.tmp to /opt/db/oracle/product/10.2.0/prod/sysman/config/emoms.properties
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.EMDBCConfig deleteOC4JDir
    CONFIG: Deleting state directories
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/META-INF
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/config
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/application-deployments/em/em/persistence/_pages
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/application-deployments/em/em/persistence
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/application-deployments/em/em
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/application-deployments/em
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/application-deployments/default/defaultWebApp
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/application-deployments/default/dms0
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/application-deployments/default/dms
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/application-deployments/default
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/application-deployments
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/persistence
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/log
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _deleteDirectory
    CONFIG: Done deleting /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole/config/server.xml.emca.util.tmp to /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole/config/server.xml
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.EMDBCConfig copyOC4JDir
    CONFIG: Copying OC4J config files from /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole to /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/config
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole/config/data-sources.xml to /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/config/data-sources.xml
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole/config/jms.xml to /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/config/jms.xml
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole/config/internal-settings.xml to /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/config/internal-settings.xml
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole/config/application.xml to /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/config/application.xml
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole/config/http-web-site.xml to /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/config/http-web-site.xml
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole/config/mime.types to /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/config/mime.types
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole/config/principals.xml to /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/config/principals.xml
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole/config/oc4j-connectors.xml to /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/config/oc4j-connectors.xml
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole/config/java2.policy to /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/config/java2.policy
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole/config/jazn.xml to /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/config/jazn.xml
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole/config/server.xml to /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/config/server.xml
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole/config/jazn-data.xml to /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/config/jazn-data.xml
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole/config/rmi.xml to /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/config/rmi.xml
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole/config/global-web-application.xml to /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/config/global-web-application.xml
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/META-INF
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole/META-INF/MANIFEST.MF to /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/META-INF/MANIFEST.MF
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/application-deployments/default/defaultWebApp
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole/application-deployments/default/defaultWebApp/orion-web.xml to /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/application-deployments/default/defaultWebApp/orion-web.xml
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.EMDBCConfig copyOC4JDir
    CONFIG: Finished copying OC4J config files
    Mar 14, 2008 6:34:18 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/config/jms.xml.emca.util.tmp to /opt/db/oracle/product/10.2.0/prod/oc4j/j2ee/OC4J_DBConsole_ny2prdbs02.ny2.pipelinetrading.net_prod/config/jms.xml
    Mar 14, 2008 6:34:19 AM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: Writing the selected ports to a tmp file
    Mar 14, 2008 6:34:19 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/db/oracle/product/10.2.0/prod/install/portlist.ini.emca.util.tmp to /opt/db/oracle/product/10.2.0/prod/install/portlist.ini
    Mar 14, 2008 6:34:19 AM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: File /opt/db/oracle/product/10.2.0/prod/install/portlist.ini is successfully updated
    Mar 14, 2008 6:34:19 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 14, 2008 6:34:19 AM oracle.sysman.emcp.util.DBControlUtil startOMS
    INFO: Starting Database Control (this may take a while) ...
    Mar 14, 2008 6:34:19 AM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [DISPLAY=10.60.5.107:0.0, NEED_EXIT_CODE=1, ORACLE_SID=prod, PATH=/opt/db/oracle/product/10.2.0/prod/bin:/usr/sbin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oracle/bin, TZ=]
    Mar 14, 2008 6:34:19 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: /opt/db/oracle/product/10.2.0/prod/bin/emctl start dbconsole
    Mar 14, 2008 6:38:47 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 1
    Mar 14, 2008 6:38:47 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: TZ set to US/Eastern
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://ny2prdbs02.ny2.pipelinetrading.net:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 10g Database Control ............................................................................................. failed.
    Logs are generated in directory /opt/db/oracle/product/10.2.0/prod/ny2prdbs02.ny2.pipelinetrading.net_prod/sysman/log
    Mar 14, 2008 6:38:47 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing /opt/db/oracle/product/10.2.0/prod/bin/emctl start dbconsole
    Mar 14, 2008 6:38:47 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error starting Database Control
    Refer to the log file at /opt/db/oracle/product/10.2.0/prod/cfgtoollogs/emca/prod/emca_2008-03-14_06-31-48-AM.log for more details.
    Mar 14, 2008 6:38:47 AM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error starting Database Control
    at oracle.sysman.emcp.EMDBPostConfig.performConfiguration(EMDBPostConfig.java:565)
    at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:177)
    at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:146)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:155)
    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)

    Hi,
    before trying to issue the command emca -config dbcontrol db -repos recreate you should:
    1)set the ORACLE_HOME env variable
    2)set the ORACLE_HOSTNAME env variable
    Greetings...
    Sim

  • Installation OEM on Windows XP

    Sequence of installation I have done:
    1. Format c:
    2. Install new Windows XP
    3. Update the system
    4. download OEM 10g from Oracle
    5. setup OEM 10g with a new Database
    - setup failed with in this point:
    Configuration assistant "OMS Configuration" failed.
    If I press "next" the installation is finished but OEM does not work.
    I have tried to install OEM with new database and using existing DB,the result the same.
    The new created database looks fine.
    - log file:
    C:\oracle\product\10g\oms10g\opmn\bin\opmnctl startall
    INFO: oracle.sysman.top.oms:Start Opmn Error = CMD /C C:\oracle\product\10g\oms10g\opmn\bin\opmnctl startall
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:CMD /C C:\oracle\product\10g\oms10g\opmn\bin\opmnctl startall have completed with exitCode=206
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    'opmnctl: starting opmn and all managed processes...
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    '================================================================================
    opmn id=ora_em_rep:6201
    5 of 6 processes started.
    ias-instance id=EnterpriseManager0.ora_em_rep
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=3456)
    failed to start a managed process after the maximum retry limit
    Log:
    C:\oracle\product\10g\oms10g\opmn\logs\HTTP_Server~1
    INFO: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 5 have been completed with status=false
    INFO: oracle.sysman.top.oms:EmcpPlug:invoke:Completed EmcpPlug invoke method on an aggregate=oracle.sysman.top.oms for Action=configuration in step=2:microstep=0
    INFO: oracle.sysman.top.oms:The plug-in OMS Configuration has failed its perform method
    INFO: OuiConfigVariables:IAction.perform() was called on {Action state:OUICA in CfmAggregateInstance: OuiConfigVariables:1.0.0.0.0:common:family=CFM:oh=C:\ORACLE\product\10g\oms10g:label=0}
    ---------------------------------------------

    INFO: Creating new CFM connection
    INFO: Creating a new logger for encap_oms
    INFO: Unmarshalling C:\ORACLE\product\10g\oms10g\inventory\ContentsXML\ConfigXML\encap_oms.1_0_0_0_0.xml
    INFO: Creating a new logger for oracle.sysman.top.oms
    INFO: Unmarshalling C:\ORACLE\product\10g\oms10g\inventory\ContentsXML\ConfigXML\oracle.sysman.top.oms.10_2_0_2_0.xml
    INFO: Creating a new logger for oracle.sysman.top.agent
    INFO: Unmarshalling C:\ORACLE\product\10g\agent10g\inventory\ContentsXML\ConfigXML\oracle.sysman.top.agent.10_2_0_2_0.xml
    INFO: Creating a new logger for oracle.calypso
    INFO: Unmarshalling C:\ORACLE\product\10g\oms10g\inventory\ContentsXML\ConfigXML\oracle.calypso.10_1_2_1_0.xml
    INFO: Creating a new logger for oracle.java.j2ee.iascfg
    INFO: Unmarshalling C:\ORACLE\product\10g\oms10g\inventory\ContentsXML\ConfigXML\oracle.java.j2ee.iascfg.10_1_2_1_0.xml
    INFO: Creating a new logger for oracle.apache.apache
    INFO: Unmarshalling C:\ORACLE\product\10g\oms10g\inventory\ContentsXML\ConfigXML\oracle.apache.apache.1_3_31_0_0.xml
    INFO: Creating a new logger for oracle.oid.oradas
    INFO: Unmarshalling C:\ORACLE\product\10g\oms10g\inventory\ContentsXML\ConfigXML\oracle.oid.oradas.10_1_2_1_0.xml
    INFO: Creating a new logger for oracle.iappserver.iasobject
    INFO: Unmarshalling C:\ORACLE\product\10g\oms10g\inventory\ContentsXML\ConfigXML\oracle.iappserver.iasobject.10_1_2_0_2.xml
    INFO: Creating a new logger for oracle.apache
    INFO: Unmarshalling C:\ORACLE\product\10g\oms10g\inventory\ContentsXML\ConfigXML\oracle.apache.10_1_2_1_0.xml
    INFO: Creating a new logger for oracle.iappserver.iapptop
    INFO: Unmarshalling C:\ORACLE\product\10g\oms10g\inventory\ContentsXML\ConfigXML\oracle.iappserver.iapptop.10_1_2_0_2.xml
    INFO: Creating a new logger for oracle.rdbms.jazn.config
    INFO: Unmarshalling C:\ORACLE\product\10g\oms10g\inventory\ContentsXML\ConfigXML\oracle.rdbms.jazn.config.10_1_2_0_2.xml
    INFO: Creating a new logger for oracle.iappserver.repository.api
    INFO: Unmarshalling C:\ORACLE\product\10g\oms10g\inventory\ContentsXML\ConfigXML\oracle.iappserver.repository.api.10_1_2_0_2.xml
    INFO: Creating a new logger for oracle.iappserver.iappcore
    INFO: Unmarshalling C:\ORACLE\product\10g\oms10g\inventory\ContentsXML\ConfigXML\oracle.iappserver.iappcore.10_1_2_0_2.xml
    INFO: No description found in C:\ORACLE\product\10g\oms10g\inventory\ContentsXML\ConfigXML for aggregate=oracle.sysman.top.agent
    INFO: Creating a new logger for OuiConfigVariables
    INFO: Unmarshalling C:\ORACLE\product\10g\oms10g\inventory\ContentsXML\ConfigXML\OuiConfigVariables.1_0_0_0_0.xml
    INFO: No description found in C:\ORACLE\product\10g\agent10g\inventory\ContentsXML\ConfigXML for aggregate=oracle.sysman.ccr
    INFO: Creating a new logger for OuiConfigVariables
    INFO: Unmarshalling C:\ORACLE\product\10g\agent10g\inventory\ContentsXML\ConfigXML\OuiConfigVariables.1_0_0_0_0.xml
    WARNING: {oracle.sysman.emCfg.core.CfmAggregateRef ref to oracle.sysman.ccr:null:LATEST(unresolved_version):common} was marked unavailable: There are no loaded aggregates for oracle.sysman.ccr:common
    INFO: Aggregate Description encap_oms:1.0.0.0.0:common successfully loaded
    INFO: Aggregate Description oracle.sysman.top.oms:10.2.0.2.0:common successfully loaded
    INFO: Aggregate Description oracle.sysman.top.agent:10.2.0.2.0:common successfully loaded
    INFO: Aggregate Description oracle.calypso:10.1.2.1.0:common successfully loaded
    INFO: Aggregate Description oracle.java.j2ee.iascfg:10.1.2.1.0:common successfully loaded
    INFO: Aggregate Description oracle.apache.apache:1.3.31.0.0:common successfully loaded
    INFO: Aggregate Description oracle.oid.oradas:10.1.2.1.0:common successfully loaded
    INFO: Aggregate Description oracle.iappserver.iasobject:10.1.2.0.2:common successfully loaded
    INFO: Aggregate Description oracle.apache:10.1.2.1.0:common successfully loaded
    INFO: Aggregate Description oracle.iappserver.iapptop:10.1.2.0.2:common successfully loaded
    INFO: Aggregate Description oracle.rdbms.jazn.config:10.1.2.0.2:common successfully loaded
    INFO: Aggregate Description oracle.iappserver.repository.api:10.1.2.0.2:common successfully loaded
    INFO: Aggregate Description oracle.iappserver.iappcore:10.1.2.0.2:common successfully loaded
    INFO: Aggregate Description OuiConfigVariables:1.0.0.0.0:common successfully loaded
    INFO: Aggregate Description OuiConfigVariables:1.0.0.0.0:common successfully loaded
    INFO: Successfully returning from CfmFactory.connect()
    INFO: encap_oms:IAction.perform() was called on {Action state:configuration in CfmAggregateInstance: encap_oms:1.0.0.0.0:common:family=CFM:oh=C:\ORACLE\product\10g\oms10g:label=-1}
    INFO: CfwProgressMonitor:actionProgress:About to perform Action=configuration Status=is running with ActionStep=0 stepIndex=0 microStep=0
    INFO: oracle.java.j2ee.iascfg:About to execute plug-in OC4J Configuration Assistant
    INFO: oracle.java.j2ee.iascfg:The plug-in OC4J Configuration Assistant is running
    INFO: oracle.java.j2ee.iascfg:Launching CmdExec
    INFO: oracle.java.j2ee.iascfg:ExitCode=0
    INFO: oracle.java.j2ee.iascfg:The plug-in OC4J Configuration Assistant executed as attached=true in separate process with exitcode=0
    INFO: oracle.java.j2ee.iascfg:The plug-in OC4J Configuration Assistant has successfully been performed
    INFO: oracle.apache.apache:About to execute plug-in HTTP Server Configuration Assistant
    INFO: oracle.apache.apache:The plug-in HTTP Server Configuration Assistant is running
    INFO: oracle.apache.apache:Launching CmdExec
    INFO: oracle.apache.apache:ExitCode=0
    INFO: oracle.apache.apache:The plug-in HTTP Server Configuration Assistant executed as attached=true in separate process with exitcode=0
    INFO: oracle.apache.apache:The plug-in HTTP Server Configuration Assistant has successfully been performed
    INFO: oracle.rdbms.jazn.config:About to execute plug-in Java Security Configuration Assistant
    INFO: oracle.rdbms.jazn.config:The plug-in Java Security Configuration Assistant is running
    INFO: oracle.rdbms.jazn.config:Launching CmdExec
    INFO: oracle.rdbms.jazn.config:ExitCode=0
    INFO: oracle.rdbms.jazn.config:The plug-in Java Security Configuration Assistant executed as attached=true in separate process with exitcode=0
    INFO: oracle.rdbms.jazn.config:The plug-in Java Security Configuration Assistant has successfully been performed
    INFO: oracle.calypso:About to execute plug-in Web Cache Configuration Assistant
    INFO: oracle.calypso:The plug-in Web Cache Configuration Assistant is running
    INFO: oracle.calypso:Launching CmdExec
    INFO: oracle.calypso:ExitCode=0
    INFO: oracle.calypso:The plug-in Web Cache Configuration Assistant executed as attached=true in separate process with exitcode=0
    INFO: oracle.calypso:The plug-in Web Cache Configuration Assistant has successfully been performed
    INFO: oracle.iappserver.iappcore:About to execute plug-in Oracle Application Server Instance Configuration Assistant
    INFO: oracle.iappserver.iappcore:The plug-in Oracle Application Server Instance Configuration Assistant is running
    INFO: oracle.iappserver.iappcore:Launching CmdExec
    INFO: oracle.iappserver.iappcore:ExitCode=0
    INFO: oracle.iappserver.iappcore:The plug-in Oracle Application Server Instance Configuration Assistant executed as attached=true in separate process with exitcode=0
    INFO: oracle.iappserver.iappcore:The plug-in Oracle Application Server Instance Configuration Assistant has successfully been performed
    INFO: oracle.iappserver.iapptop:About to execute plug-in OC4J Instance Configuration Assistant
    INFO: oracle.iappserver.iapptop:The plug-in OC4J Instance Configuration Assistant is running
    INFO: oracle.iappserver.iapptop:Launching CmdExec
    INFO: oracle.iappserver.iapptop:ExitCode=0
    INFO: oracle.iappserver.iapptop:The plug-in OC4J Instance Configuration Assistant executed as attached=true in separate process with exitcode=0
    INFO: oracle.iappserver.iapptop:The plug-in OC4J Instance Configuration Assistant has successfully been performed
    INFO: oracle.iappserver.iapptop:About to execute plug-in Register DCM Plug-Ins With EM
    INFO: oracle.iappserver.iapptop:The plug-in Register DCM Plug-Ins With EM is running
    INFO: oracle.iappserver.iapptop:Launching CmdExec
    INFO: oracle.iappserver.iapptop:ExitCode=0
    INFO: oracle.iappserver.iapptop:The plug-in Register DCM Plug-Ins With EM executed as attached=true in separate process with exitcode=0
    INFO: oracle.iappserver.iapptop:The plug-in Register DCM Plug-Ins With EM has successfully been performed
    INFO: oracle.iappserver.iapptop:About to execute plug-in DCM Repository Backup Assistant
    INFO: oracle.iappserver.iapptop:The plug-in DCM Repository Backup Assistant is running
    INFO: oracle.iappserver.iapptop:Launching CmdExec
    INFO: oracle.iappserver.iapptop:ExitCode=0
    INFO: oracle.iappserver.iapptop:The plug-in DCM Repository Backup Assistant executed as attached=true in separate process with exitcode=0
    INFO: oracle.iappserver.iapptop:The plug-in DCM Repository Backup Assistant has successfully been performed
    INFO: oracle.sysman.top.oms:About to execute plug-in EM Technology Stack Upgrade
    INFO: oracle.sysman.top.oms:The plug-in EM Technology Stack Upgrade is running
    INFO: oracle.sysman.top.oms:Launching CmdExec
    INFO: oracle.sysman.top.oms:ExitCode=0
    INFO: oracle.sysman.top.oms:The plug-in EM Technology Stack Upgrade executed as attached=true in separate process with exitcode=0
    INFO: oracle.sysman.top.oms:The plug-in EM Technology Stack Upgrade has successfully been performed
    INFO: oracle.sysman.top.oms:About to execute plug-in OMS Configuration
    INFO: oracle.sysman.top.oms:The plug-in OMS Configuration is running
    INFO: oracle.sysman.top.oms:Internal PlugIn Class: oracle.sysman.emcp.oms.OmsPlugIn
    INFO: oracle.sysman.top.oms:Classpath = C:\ORACLE\product\10g\oms10g\sysman\jlib\omsPlug.jar;C:\ORACLE\product\10g\oms10g\jlib\emConfigInstall.jar;C:\ORACLE\product\10g\oms10g\sysman\jlib\emCORE.jar;C:\ORACLE\product\10g\oms10g\sysman\jlib\emagentSDK.jar;C:\ORACLE\product\10g\oms10g\sysman\jlib\log4j-core.jar;C:\ORACLE\product\10g\oms10g\jdbc\lib\classes12.jar
    INFO: oracle.sysman.top.oms:EmcpPlug:invoke:Starting EmcpPlug invoke method on an aggregate=oracle.sysman.top.oms for Action=configuration in step=2:microstep=0
    INFO: oracle.sysman.top.oms:OmsPlugIn:perform:omsHome=C:\ORACLE\product\10g\oms10g:ORACLE_HOME_GLOBAL=C:\ORACLE\product\10g\oms10g:Flags:NEED_OMS=true:omsService=true:startSevice=false:stopService=false
    INFO: oracle.sysman.top.oms:Result Set from Database for nodes and sids is processed for dbUser=sysman, s_reposPwd=******, connectString=ora_em_rep:1521:emrep
    INFO: oracle.sysman.top.oms:fixNodeNames:The repository host name specified contains no domain extention=ora_em_rep:Fixin is not done!
    INFO: oracle.sysman.top.oms:mkDescriptor:Connect Descriptor created=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ORA_EM_REP)(PORT=1521)))(CONNECT_DATA=(SID=emrep)))
    INFO: oracle.sysman.top.oms:OmsPlugIn:perform:Performing Action=configuration with options = Specified: -configureOms in OracleHome=C:\ORACLE\product\10g\oms10g
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Performing Command=CMD /C C:\ORACLE\product\10g\oms10g\opmn\bin\opmnctl stopall
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:CMD /C C:\ORACLE\product\10g\oms10g\opmn\bin\opmnctl stopall have completed with exitCode=0
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    'opmnctl: stopping opmn and all managed processes...
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    INFO: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 0 have been completed with status=true
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Performing Command=CMD /C C:\ORACLE\product\10g\oms10g\bin\EMDeploy.bat
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:CMD /C C:\ORACLE\product\10g\oms10g\bin\EMDeploy.bat have completed with exitCode=0
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    'Environment :
    ORACLE HOME = C:\ORACLE\product\10g\oms10g
    STAGE DIR = C:\ORACLE\product\10g\oms10g/j2ee/OC4J_EM/applications/em
    TEMP DIR = C:\DOCUME~1\oracle\LOCALS~1\Temp
    PSEP = ;
    Info : C:\ORACLE\product\10g\oms10g/lib/ojsp.jar does not exist
    Info : C:\ORACLE\product\10g\oms10g/lib/ojsputil.jar does not exist
    Info : C:\ORACLE\product\10g\oms10g/syndication/lib/syndserver.jar does not exist
    Info : C:\ORACLE\product\10g\oms10g/rdbms/jlib/xsu12.jar does not exist
    Info : C:\ORACLE\product\10g\oms10g/network/jlib/netcfg4em12.jar does not exist
    Info : C:\ORACLE\product\10g\oms10g/encryption/jlib/ojmisc.jar does not exist
    adding <classpath path="C:\ORACLE\product\10g\oms10g/lib/ojsp.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/webservices/lib/wsdl.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/lib/dsv2.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/lib/classgen.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/rdbms/jlib/jmscommon.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/lib/ojsputil.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/lib/oraclexsql.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/jlib/providerutil.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/syndication/lib/syndserver.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/lib/xschema.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/rdbms/jlib/xsu12.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/jlib/regexp.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/oui/jlib/OraInstaller.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/network/jlib/netcfg4em12.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/encryption/jlib/ojmisc.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/jlib/orai18n.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/portal/jlib/pdkjava.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/portal/jlib/ptlshare.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/jlib/share.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/jlib/uix2.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/jlib/ohw.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/jlib/commons-el.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/jlib/jsp-el-api.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/jlib/oracle-el.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/emCORE.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/emCfg.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/emPid.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/emProvisioningAll.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/emSDKsamples.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/emcliload.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/emclidownload.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/emcoreALL.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/emcoreAgent.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/emcoreTest.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/emcore_emjsp.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/emcore_emjspf_classes.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/emdloader.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/emagentSDK.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/emagentTest.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/iview.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/jviewsall.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/qsma.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/svgdom.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/omsPlug.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/lib/xml.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/lib/xmlmesg.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/jcb.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/log4j-core.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/jlib/emConfigInstall.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/emDB.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/emdb_emjsp.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/ewm-1_1.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/emas.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/emasSDK.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/emas_emdjsp.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/emas_emjsp.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/emd_java.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/webapps/emd/WEB-INF/lib/iview.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/emcs_emdjsp.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/emcs_emjsp.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/emcs.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/emcsSDK.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/asprovALL.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/collabsuiteuser.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/empp_emjsp.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/esadmin.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/escommon.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/esemres.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/esldap.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/ocsaddressbook.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/ocsclient_gc.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/ocscommon.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/oracle_bc4j_rb.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/oracle_discoverer_rb.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/oracle_discussions_rb.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/oracle_files_rb.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/oracle_forms_rb.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/oracle_ifs_rb.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/oracle_integb2b_engine_rb.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/oracle_integb2b_instance_rb.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/oracle_integic_rb.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/oracle_integrationbam_rb.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/oracle_integrationbpm_rb.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/oracle_portal_em.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/oracle_portal_emjsp.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/oracle_portal_rb.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/oracle_repserv_em.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/oracle_repserv_emjsp.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/oracle_repserv_rb.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/oracle_sso_emjsp.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/oracle_sso_server_em.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/oracle_sso_server_rb.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/oracle_wireless_rb.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/oracle_workspaces_rb.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/paALL.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/pafALL.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/pafJAXB.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/racALL.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/ultrasearch_gc.jar"/> to orion-web.xml
    adding <classpath path="C:\ORACLE\product\10g\oms10g/sysman/jlib/j2ee/um.jar"/> to orion-web.xml
    exeuting cmd line : C:/ORACLE/product/10g/oms10g/jdk/bin/java -classpath "C:/ORACLE/product/10g/oms10g/sysman/jlib/emCORE.jar;C:/ORACLE/product/10g/oms10g/sysman/jlib/emagentSDK.jar;C:/ORACLE/product/10g/oms10g/sysman/jlib/log4j-core.jar" oracle.sysman.emSDK.util.help.BuildMasterHelpSet C:/ORACLE/product/10g/oms10g/j2ee/OC4J_EM/applications/em/em
    0 [main] DEBUG emSDK.util.help - processing config file locale : enUS
    47 [main] DEBUG emSDK.util.help - processing config file locale : _de
    78 [main] DEBUG emSDK.util.help - processing config file locale : _es
    109 [main] DEBUG emSDK.util.help - processing config file locale : _fr
    141 [main] DEBUG emSDK.util.help - processing config file locale : _ja
    172 [main] DEBUG emSDK.util.help - processing config file locale : _ko
    187 [main] DEBUG emSDK.util.help - processing config file locale : ptBR
    219 [main] DEBUG emSDK.util.help - processing config file locale : zhCN
    250 [main] DEBUG emSDK.util.help - processing config file locale : zhTW
    281 [main] DEBUG emSDK.util.help - processing config file locale : _it
    exeuting cmd line : C:/ORACLE/product/10g/oms10g/jdk/bin/jar cfM "C:/DOCUME~1/oracle/LOCALS~1/Temp/em_27112006_095620/em.war" *
    exeuting cmd line : C:/ORACLE/product/10g/oms10g/jdk/bin/jar cfM "C:/ORACLE/product/10g/oms10g/lib/em.ear" em.war META-INF
    exeuting cmd line : C:/ORACLE/product/10g/oms10g/jdk/bin/java -Xmx512M -DemLocOverride=C:/ORACLE/product/10g/oms10g -classpath "C:/ORACLE/product/10g/oms10g/dcm/lib/dcm.jar;C:/ORACLE/product/10g/oms10g/jlib/emConfigInstall.jar;C:/ORACLE/product/10g/oms10g/jdbc/lib/ojdbc14.jar;C:/ORACLE/product/10g/oms10g/lib/dms.jar;C:/ORACLE/product/10g/oms10g/j2ee/home/oc4j.jar;C:/ORACLE/product/10g/oms10g/lib/xschema.jar;C:/ORACLE/product/10g/oms10g/lib/xmlparserv2.jar;C:/ORACLE/product/10g/oms10g/opmn/lib/ons.jar;C:/ORACLE/product/10g/oms10g/dcm/lib/oc4j_deploy_tools.jar" oracle.j2ee.tools.deploy.Oc4jDeploy -verbose -inifile C:/ORACLE/product/10g/oms10g/j2ee/deploy.ini -redeploy -oraclehome C:\ORACLE\product\10g\oms10g
    Reading ini file - 'C:/ORACLE/product/10g/oms10g/j2ee/deploy.ini'
    Adding web-app 'em.war' for app 'em'.
    OC4J instance 'OC4J_EM': Adding Environment variable 'LD_LIBRARY_PATH' with value 'C:\ORACLE\product\10g\oms10g/lib:C:\ORACLE\product\10g\oms10g/network/lib'
    OC4J instance 'OC4J_EM': Adding Environment variable 'ORACLE_HOME' with value 'C:\ORACLE\product\10g\oms10g'
    OC4J instance 'OC4J_EM': Adding java command line option '-Xmx512M -XX:MaxPermSize=256m -DORACLE_HOME=C:\ORACLE\product\10g\oms10g -Dajp.keepalive=true'
    Adding web-app 'RlmUIX.war' for app 'rlmgr'.
    Adding web-app 'EMAgentPush.war' for app 'EMAgentPush'.
    Initializing DCM...done.
    Creating OC4J instance 'OC4J_EMPROV' (protected)...done.
    Creating OC4J instance 'OC4J_EM' (protected)...done.
    Starting OC4J instance 'OC4J_EMPROV'...done.
    Redeploying application 'EMAgentPush' to OC4J instance 'OC4J_EMPROV'.
    Notification ==> Application Deployer for EMAgentPush STARTS [ 2006-11-27T09:57:45.640EST ]
    Notification ==> Undeploy previous deployment
    Notification ==> Removing files for app file:/C:/ORACLE/product/10g/oms10g/j2ee/OC4J_EMPROV/applications/EMAgentPush.ear
    Notification ==> Copy the archive to C:\ORACLE\product\10g\oms10g\j2ee\OC4J_EMPROV\applications\EMAgentPush.ear
    Notification ==> Unpack EMAgentPush.ear begins...
    Notification ==> Unpack EMAgentPush.ear ends...
    Notification ==> Initialize EMAgentPush.ear begins...
    Notification ==> Initialize EMAgentPush.ear ends...
    Notification ==> Initialize EMAgentPush begins...
    Notification ==> Initialize EMAgentPush ends...
    Notification ==> Application Deployer for EMAgentPush COMPLETES [ 2006-11-27T09:57:56.015EST ]
    Starting OC4J instance 'OC4J_EM'...done.
    Redeploying application 'rlmgr' to OC4J instance 'OC4J_EM'.
    Notification ==> Application Deployer for rlmgr STARTS [ 2006-11-27T09:58:00.875EST ]
    Notification ==> Undeploy previous deployment
    Notification ==> Removing files for app file:/C:/ORACLE/product/10g/oms10g/j2ee/OC4J_EM/applications/rlmgr.ear
    Notification ==> Copy the archive to C:\ORACLE\product\10g\oms10g\j2ee\OC4J_EM\applications\rlmgr.ear
    Notification ==> Unpack rlmgr.ear begins...
    Notification ==> Unpack rlmgr.ear ends...
    Notification ==> Initialize rlmgr.ear begins...
    Notification ==> Initialize rlmgr.ear ends...
    Notification ==> Initialize RlmUIX begins...
    Notification ==> Initialize RlmUIX ends...
    Notification ==> Application Deployer for rlmgr COMPLETES [ 2006-11-27T09:58:03.843EST ]
    Redeploying application 'em' to OC4J instance 'OC4J_EM'.
    Notification ==> Application Deployer for em STARTS [ 2006-11-27T09:58:03.890EST ]
    Notification ==> Undeploy previous deployment
    Notification ==> Removing files for app file:/C:/ORACLE/product/10g/oms10g/j2ee/OC4J_EM/applications/em.ear
    Notification ==> Copy the archive to C:\ORACLE\product\10g\oms10g\j2ee\OC4J_EM\applications\em.ear
    Notification ==> Unpack em.ear begins...
    Notification ==> Unpack em.ear ends...
    Notification ==> Initialize em.ear begins...
    Notification ==> Initialize em.ear ends...
    Notification ==> Initialize em begins...
    Notification ==> Initialize em ends...
    Notification ==> Application Deployer for em COMPLETES [ 2006-11-27T09:58:43.156EST ]
    Calling updateConfig to notify DCM of new deployments...done.
    Adding dependent libraries for application 'EMAgentPush'...done.
    Adding OC4J mount points for application 'EMAgentPush'...done.
    Adding OC4J mount points for application 'rlmgr'...done.
    Adding OC4J mount points for application 'em'...done.
    Calling SMI to save changes.
    SMISession.saveChanges succeeded.
    Binding web app 'EMAgentPush' to default-web-site for application 'EMAgentPush' in OC4J instance 'OC4J_EMPROV'
    Web app 'EMAgentPush' bound successfully.
    Binding web app 'RlmUIX' to default-web-site for application 'rlmgr' in OC4J instance 'OC4J_EM'
    Web app 'RlmUIX' bound successfully.
    Binding web app 'em' to default-web-site for application 'em' in OC4J instance 'OC4J_EM'
    Web app 'em' bound successfully.
    Calling updateConfig to notify DCM of new web-bindings...done.
    Adding application 'EMAgentPush' to the DCM repository...done.
    Application 'EMAgentPush' deployed successfully.
    Stopping OC4J instance 'OC4J_EMPROV'...done.
    Adding application 'rlmgr' to the DCM repository...done.
    Application 'rlmgr' deployed successfully.
    Adding application 'em' to the DCM repository...done.
    Application 'em' deployed successfully.
    Stopping OC4J instance 'OC4J_EM'...done.
    Calling SMI to retry init of failed plugins...done.
    Terminating DCM...done.
    Copying C:/ORACLE/product/10g/oms10g/j2ee/deploy.ini to C:/ORACLE/product/10g/oms10g/j2ee/deploy.ini.1164639589046.bak.
    Writing any undeployed entries back to C:/ORACLE/product/10g/oms10g/j2ee/deploy.ini.
    Oc4jDeploy tool completed successfully!
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    INFO: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 1 have been completed with status=true
    INFO: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 2 have been completed with status=true
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Performing Command=C:\ORACLE\product\10g\oms10g\sysman\admin\emdrep\bin\RepManager.bat -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ora_em_rep)(PORT=1521)))(CONNECT_DATA=(SID=emrep))) -action drop -repos_user SYSMAN -output_file C:\ORACLE\product\10g\oms10g\sysman\log\emca_repos_drop09_59_49.log
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:C:\ORACLE\product\10g\oms10g\sysman\admin\emdrep\bin\RepManager.bat -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ora_em_rep)(PORT=1521)))(CONNECT_DATA=(SID=emrep))) -action drop -repos_user SYSMAN -output_file C:\ORACLE\product\10g\oms10g\sysman\log\emca_repos_drop09_59_49.log have completed with exitCode=0
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    'Enter SYS user's password :
    Getting temporary tablespace from database...
    Found temporary tablespace: TEMP
    Checking SYS Credentials ... OK.
    Dropping the repository..
    Quiescing DB ... Failed.
    Checking for Repos User ... Exists.
    Repos User exists..
    Clearing EM Contexts ... OK.
    Dropping EM users ...
    Done.
    Dropping Repos User ... Done.
    Dropping Roles/Synonymns/Tablespaces ... Done.
    Unquiescing DB ... Done.
    Dropped Repository Successfully.
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    ''stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Performing Command=C:\ORACLE\product\10g\oms10g\sysman\admin\emdrep\bin\RepManager.bat -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ora_em_rep)(PORT=1521)))(CONNECT_DATA=(SID=emrep))) -action create -repos_user SYSMAN -metalink_username NOTAVAILABLE_ -output_file C:\ORACLE\product\10g\oms10g\sysman\log\emca_repos_create10_07_19.log -ecm_datafile C:\ORACLE\product\10g\oms10g\oradata\mgmt_ecm_depot1.dbf -datafile C:\ORACLE\product\10g\oms10g\oradata\mgmt.dbf
    INFO: oracle.sysman.top.oms:PerformSecureCommand:drain:Spaced passwords by=200 ms
    INFO: oracle.sysman.top.oms:RepManager Create Repository Error = C:\ORACLE\product\10g\oms10g\sysman\admin\emdrep\bin\RepManager.bat -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ora_em_rep)(PORT=1521)))(CONNECT_DATA=(SID=emrep))) -action create -repos_user SYSMAN -metalink_username NOTAVAILABLE_ -output_file C:\ORACLE\product\10g\oms10g\sysman\log\emca_repos_create10_07_19.log -ecm_datafile C:\ORACLE\product\10g\oms10g\oradata\mgmt_ecm_depot1.dbf -datafile C:\ORACLE\product\10g\oms10g\oradata\mgmt.dbf . Please check the log file at 12
    'Enter SYS user's password :
    Enter repository user password :
    Enter MetaLink user password :
    Getting temporary tablespace from database...
    Found temporary tablespace: TEMP
    Checking SYS Credentials ... OK.
    Checking DB Init Parameters ... OK.
    Checking for Repos User ... Does not Exist.
    Loading necessary DB objects ...
    Checking DB Object (DBMS_SHARED_POOL , PACKAGE) ... Exists.
    DBMS POOL package exists.
    Done Loading necessary DB objects
    Creating repos user ... Failed.
    Repository Creation failed. Failed to create Repos User.
    ''stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:C:\ORACLE\product\10g\oms10g\sysman\admin\emdrep\bin\RepManager.bat -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ora_em_rep)(PORT=1521)))(CONNECT_DATA=(SID=emrep))) -action create -repos_user SYSMAN -metalink_username NOTAVAILABLE_ -output_file C:\ORACLE\product\10g\oms10g\sysman\log\emca_repos_create10_07_19.log -ecm_datafile C:\ORACLE\product\10g\oms10g\oradata\mgmt_ecm_depot1.dbf -datafile C:\ORACLE\product\10g\oms10g\oradata\mgmt.dbf have completed with exitCode=12
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    'Enter SYS user's password :
    Enter repository user password :
    Enter MetaLink user password :
    Getting temporary tablespace from database...
    Found temporary tablespace: TEMP
    Checking SYS Credentials ... OK.
    Checking DB Init Parameters ... OK.
    Checking for Repos User ... Does not Exist.
    Loading necessary DB objects ...
    Checking DB Object (DBMS_SHARED_POOL , PACKAGE) ... Exists.
    DBMS POOL package exists.
    Done Loading necessary DB objects
    Creating repos user ... Failed.
    Repository Creation failed. Failed to create Repos User.
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    ''stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    INFO: oracle.sysman.top.oms:RepManager Create Repository Error = 12. Please check the log file at C:\ORACLE\product\10g\oms10g\sysman\log\emca_repos_create10_07_19.log
    WARNING: oracle.sysman.top.oms:EmcpPlug:startProcessing:Exception in runner=RepManager Create Repository Error = 12. Please check the log file at C:\ORACLE\product\10g\oms10g\sysman\log\emca_repos_create10_07_19.log
    INFO: oracle.sysman.top.oms:EmcpPlug:invoke:Completed EmcpPlug invoke method on an aggregate=oracle.sysman.top.oms for Action=configuration in step=2:microstep=0
    INFO: oracle.sysman.top.oms:Internal PlugIn for {Micro Step state:step:2:configuration in CfmAggregateInstance: oracle.sysman.top.oms:10.2.0.2.0:common:family=CFM:oh=C:\ORACLE\product\10g\oms10g:label=0} failed with an unhandled exception:
    java.lang.Exception: RepManager Create Repository Error = 12. Please check the log file at C:\ORACLE\product\10g\oms10g\sysman\log\emca_repos_create10_07_19.log
         at oracle.sysman.emcp.util.EmcpPlug.startProcessing(EmcpPlug.java:389)
         at oracle.sysman.emcp.util.EmcpPlug.invoke(EmcpPlug.java:360)
         at oracle.sysman.emCfg.core.PerformMicroStep.runJavaClass(PerformMicroStep.java:509)
         at oracle.sysman.emCfg.core.PerformMicroStep.executeMicroStep(PerformMicroStep.java:121)
         at oracle.sysman.emCfg.core.ActionPerformer.performMicroStep(ActionPerformer.java:917)
         at oracle.sysman.emCfg.core.ActionPerformer$Performer.run(ActionPerformer.java:1038)
    INFO: oracle.sysman.top.oms:The plug-in OMS Configuration has failed its perform method
    INFO: OuiConfigVariables:IAction.perform() was called on {Action state:OUICA in CfmAggregateInstance: OuiConfigVariables:1.0.0.0.0:common:family=CFM:oh=C:\ORACLE\product\10g\oms10g:label=0}
    INFO: Framework waiting for Action to complete at 10:07:22.640
    INFO: CfwProgressMonitor:actionProgress:About to perform Action=OUICA Status=is running with ActionStep=0 stepIndex=0 microStep=0
    INFO: OuiConfigVariables:About to execute plug-in OUI_CA
    INFO: OuiConfigVariables:The plug-in OUI_CA is running
    INFO: OuiConfigVariables:Launching CmdExec
    INFO: OuiConfigVariables:ExitCode=0
    INFO: OuiConfigVariables:The plug-in OUI_CA executed as attached=true in separate process with exitcode=0
    INFO: OuiConfigVariables:The plug-in OUI_CA has successfully been performed
    INFO: done waiting for Action from 10:07:22.640
    INFO: Cfm.save() was called
    INFO: Cfm.save(): 15 aggregate instances saved

  • Error while installing oracle 10g grid on windows

    hi all,
    when i am installing oracle 10g grid i got the error that
    "Configuration assistant "OMS Configuration" failed "
    when i saw the log
    it has been mentioned the failed to create repos user.
    this is the out put of the log
    [14-02-2008 11:51:55] Enter SYS user's password :
    [14-02-2008 11:51:55]
    [14-02-2008 11:51:55] Enter repository user password :
    [14-02-2008 11:51:55]
    [14-02-2008 11:51:55] Enter MetaLink user password :
    [14-02-2008 11:51:55]
    [14-02-2008 11:51:55] Getting temporary tablespace from database...
    [14-02-2008 11:51:55] Found temporary tablespace: TEMP
    [14-02-2008 11:51:55] Checking SYS Credentials ...
    [14-02-2008 11:51:56] OK.
    [14-02-2008 11:51:56] Checking DB Init Parameters ...
    [14-02-2008 11:51:56] OK.
    [14-02-2008 11:51:56] Checking for Repos User ...
    [14-02-2008 11:51:56] Does not Exist.
    [14-02-2008 11:51:56] Loading necessary DB objects ...
    [14-02-2008 11:51:56] Checking DB Object (DBMS_SHARED_POOL , PACKAGE) ...
    [14-02-2008 11:51:56] Done Loading necessary DB objects
    [14-02-2008 11:51:56] Creating repos user ...
    DECLARE
    ERROR at line 1:
    ORA-01119: error in creating database file
    'E:\oraclegrid\oms10g\oradata\mgmt.dbf'
    ORA-27040: file create error, unable to create file
    OSD-04002: unable to open file
    O/S-Error: (OS 3) The system cannot find the path specified.
    ORA-06512: at line 44
    [14-02-2008 11:51:57] Failed.
    [14-02-2008 11:51:57] Repository Creation failed. Failed to create Repos User.
    all users and everyone has full permission on this folder, i don't know why it is giving,
    please any one help me out i am stuck in the middle of the installation
    oracle 10g grid version is 10.1
    please reply to this
    Regards,
    Veeresh S

    this is the output what i get in oui:configuration assistants
    Output generated from configuration assistant "OMS Configuration" (attempt 6):
    Command = oracle.sysman.emcp.oms.OmsPlugIn -configureOms
    Operation Stopping OPMN Processes is in progress.
    Operation EM Deploying is in progress.
    Operation Creating OMS Respository is in progress.
    Configuration assistant "OMS Configuration" failed
    The "E:\oraclegrid\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.-------------------------------------------------------------------------------
    when i saw this E:\oraclegrid\agent10g\cfgtoollogs\configToolFailedCommands file
    the below 2 lines was mentioned in that file.
    rem Copyright (c) 1999, 2006, Oracle. All rights reserved.
    oracle.sysman.emcp.agent.AgentPlugIn
    this below log i got in E:\oraclegrid\agent10g\cfgtoollogs\cfgfw\CfmLogger_2008-02-14_10-28-34-AM.log file
    i have pasted last lines of the files.
    INFO: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 0 have been completed with status=true
    INFO: oracle.sysman.top.oms:deployOms:Already deployed, skipped.
    INFO: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 1 have been completed with status=true
    INFO: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 2 have been completed with status=true
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Performing Command=E:\oraclegrid\oms10g\sysman\admin\emdrep\bin\RepManager.bat -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=A1MD04823)(PORT=1521)))(CONNECT_DATA=(SID=q))) -action drop -repos_user SYSMAN -output_file E:\oraclegrid\oms10g\sysman\log\emca_repos_drop12_19_36.log
    INFO: oracle.sysman.top.oms:PerformSecureCommand:drain:Spaced passwords by=100 ms
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:E:\oraclegrid\oms10g\sysman\admin\emdrep\bin\RepManager.bat -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=A1MD04823)(PORT=1521)))(CONNECT_DATA=(SID=q))) -action drop -repos_user SYSMAN -output_file E:\oraclegrid\oms10g\sysman\log\emca_repos_drop12_19_36.log have completed with exitCode=0
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    'Enter SYS user's password :
    Getting temporary tablespace from database...
    Found temporary tablespace: TEMP
    Checking SYS Credentials ... OK.
    Dropping the repository..
    Quiescing DB ... Done.
    Checking for Repos User ... Does not Exist.
    Repos User does not exist ... Continuing with cleanup ...
    Dropping Roles/Synonymns/Tablespaces ... Done.
    Unquiescing DB ... Done.
    Dropped Repository Successfully.
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    ''stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Performing Command=E:\oraclegrid\oms10g\sysman\admin\emdrep\bin\RepManager.bat -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=A1MD04823)(PORT=1521)))(CONNECT_DATA=(SID=q))) -action create -repos_user SYSMAN -metalink_username NOTAVAILABLE_ -output_file E:\oraclegrid\oms10g\sysman\log\emca_repos_create12_19_38.log -ecm_datafile E:\oraclegrid\oms10g\oradata\mgmt_ecm_depot1.dbf -datafile E:\oraclegrid\oms10g\oradata\mgmt.dbf
    INFO: oracle.sysman.top.oms:PerformSecureCommand:drain:Spaced passwords by=200 ms
    INFO: oracle.sysman.top.oms:RepManager Create Repository Error = E:\oraclegrid\oms10g\sysman\admin\emdrep\bin\RepManager.bat -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=A1MD04823)(PORT=1521)))(CONNECT_DATA=(SID=q))) -action create -repos_user SYSMAN -metalink_username NOTAVAILABLE_ -output_file E:\oraclegrid\oms10g\sysman\log\emca_repos_create12_19_38.log -ecm_datafile E:\oraclegrid\oms10g\oradata\mgmt_ecm_depot1.dbf -datafile E:\oraclegrid\oms10g\oradata\mgmt.dbf . Please check the log file at 12
    'Enter SYS user's password :
    Enter repository user password :
    Enter MetaLink user password :
    Getting temporary tablespace from database...
    Found temporary tablespace: TEMP
    Checking SYS Credentials ... OK.
    Checking DB Init Parameters ... OK.
    Checking for Repos User ... Does not Exist.
    Loading necessary DB objects ...
    Checking DB Object (DBMS_SHARED_POOL , PACKAGE) ... Exists.
    DBMS POOL package exists.
    Done Loading necessary DB objects
    Creating repos user ... Failed.
    Repository Creation failed. Failed to create Repos User.
    ''stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:E:\oraclegrid\oms10g\sysman\admin\emdrep\bin\RepManager.bat -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=A1MD04823)(PORT=1521)))(CONNECT_DATA=(SID=q))) -action create -repos_user SYSMAN -metalink_username NOTAVAILABLE_ -output_file E:\oraclegrid\oms10g\sysman\log\emca_repos_create12_19_38.log -ecm_datafile E:\oraclegrid\oms10g\oradata\mgmt_ecm_depot1.dbf -datafile E:\oraclegrid\oms10g\oradata\mgmt.dbf have completed with exitCode=12
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    'Enter SYS user's password :
    Enter repository user password :
    Enter MetaLink user password :
    Getting temporary tablespace from database...
    Found temporary tablespace: TEMP
    Checking SYS Credentials ... OK.
    Checking DB Init Parameters ... OK.
    Checking for Repos User ... Does not Exist.
    Loading necessary DB objects ...
    Checking DB Object (DBMS_SHARED_POOL , PACKAGE) ... Exists.
    DBMS POOL package exists.
    Done Loading necessary DB objects
    Creating repos user ... Failed.
    Repository Creation failed. Failed to create Repos User.
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    ''stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    INFO: oracle.sysman.top.oms:RepManager Create Repository Error = 12. Please check the log file at E:\oraclegrid\oms10g\sysman\log\emca_repos_create12_19_38.log
    WARNING: oracle.sysman.top.oms:EmcpPlug:startProcessing:Exception in runner=RepManager Create Repository Error = 12. Please check the log file at E:\oraclegrid\oms10g\sysman\log\emca_repos_create12_19_38.log
    INFO: oracle.sysman.top.oms:EmcpPlug:invoke:Completed EmcpPlug invoke method on an aggregate=oracle.sysman.top.oms for Action=configuration in step=2:microstep=0
    INFO: oracle.sysman.top.oms:Internal PlugIn for {Micro Step state:step:2:configuration in CfmAggregateInstance: oracle.sysman.top.oms:10.2.0.2.0:common:family=CFM:oh=E:\oraclegrid\oms10g:label=7} failed with an unhandled exception:
    java.lang.Exception: RepManager Create Repository Error = 12. Please check the log file at E:\oraclegrid\oms10g\sysman\log\emca_repos_create12_19_38.log
         at oracle.sysman.emcp.util.EmcpPlug.startProcessing(EmcpPlug.java:389)
         at oracle.sysman.emcp.util.EmcpPlug.invoke(EmcpPlug.java:360)
         at oracle.sysman.emCfg.core.PerformMicroStep.runJavaClass(PerformMicroStep.java:509)
         at oracle.sysman.emCfg.core.PerformMicroStep.executeMicroStep(PerformMicroStep.java:121)
         at oracle.sysman.emCfg.core.ActionPerformer.performMicroStep(ActionPerformer.java:917)
         at oracle.sysman.emCfg.core.ActionPerformer$Performer.run(ActionPerformer.java:1038)
    INFO: oracle.sysman.top.oms:The plug-in OMS Configuration has failed its perform method
    INFO: OuiConfigVariables:IAction.perform() was called on {Action state:OUICA in CfmAggregateInstance: OuiConfigVariables:1.0.0.0.0:common:family=CFM:oh=E:\oraclegrid\oms10g:label=7}
    INFO: Framework waiting for Action to complete at 12:19:41.469
    INFO: CfwProgressMonitor:actionProgress:About to perform Action=OUICA Status=is running with ActionStep=0 stepIndex=0 microStep=0
    INFO: OuiConfigVariables:About to execute plug-in OUI_CA
    INFO: OuiConfigVariables:The plug-in OUI_CA is running
    INFO: OuiConfigVariables:Launching CmdExec
    INFO: OuiConfigVariables:ExitCode=0
    INFO: OuiConfigVariables:The plug-in OUI_CA executed as attached=true in separate process with exitcode=0
    INFO: OuiConfigVariables:The plug-in OUI_CA has successfully been performed
    INFO: done waiting for Action from 12:19:41.469
    INFO: Cfm.save() was called
    INFO: Cfm.save(): 15 aggregate instances saved
    please anyone help, i have given all details, i want to install this grid as soon as possible

  • Enterprise Manager Configuration Failed

    Hi everyone, when i install a db using the Assistant Configuartion Database i get no error exept this:
         Enterprise manager configuration failed due to the following error -
         Listener is not up. Start the listener and run EM configuration again.
         Refer to the log file at C:\Oracle\cfgtoollogs\dbca\emConfig. Log for more details.
         You can retry configuring this database with Enterprise Manager later by manually running C:\Oracle\product\11.1.0\db_1\bin\emca script.
    So I try lsnrctl start and i get:
    C:\Windows\system32>lsnrctl start
    LSNRCTL for 32-bit Windows: Version 11.2.0.1.0 - Production on 29-LUG-2013 10:26
    :25
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    TNS-01106: Il listener con nome LISTENER Þ stato giÓ avviato
    So I try lsnrctl status and i get:
    C:\Windows\system32>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 11.2.0.1.0 - Production on 29-LUG-2013 10:23
    :34
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connessione a (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATO del LISTENER
    Alias                     LISTENER
    Versione                  TNSLSNR for 32-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Data di inizio            29-LUG-2013 09:36:35
    Tempo di attivitÓ           0 giorni 0 ore 46 min. 58 sec.
    Livello trace             off
    Sicurezza                 ON: Local OS Authentication
    SNMP                      OFF
    File di parametri listenerE:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\network\
    admin\listener.ora
    File di log listener      e:\app\andrea.rimoldi\diag\tnslsnr\AndreaRimoldi\liste
    ner\alert\log.xml
    Summary table degli endpoint di ascolto...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=AndreaRimoldi)(PORT=1521)))
    Summary table dei servizi...
    Il servizio "BDAXDB" ha 1 istanze.
      L'istanza "bda", stato READY, ha 1 handler per questo servizio...
    Il servizio "CLRExtProc" ha 1 istanze.
      L'istanza "CLRExtProc", stato UNKNOWN, ha 1 handler per questo servizio...
    Il servizio "NARBXDB" ha 1 istanze.
      L'istanza "narb", stato READY, ha 1 handler per questo servizio...
    Il servizio "bda" ha 1 istanze.
      L'istanza "bda", stato READY, ha 1 handler per questo servizio...
    Il servizio "narb" ha 1 istanze.
      L'istanza "narb", stato READY, ha 1 handler per questo servizio...
    Il servizio "prova" ha 1 istanze.
      L'istanza "prova", stato READY, ha 1 handler per questo servizio...
    Il servizio "provaXDB" ha 1 istanze.
      L'istanza "prova", stato READY, ha 1 handler per questo servizio...
    Il comando Þ stato eseguito
    So i try emca -config dbcontrol db:
    C:\Windows\system32>emca -config dbcontrol db
    EMCA AVVIATO alle 29-lug-2013 10.17.15
    Assistente alla configurazione di EM, versione 11.2.0.0.2 Production
    Copyright (c) 2003 - 2005, Oracle e/o relative consociate. Tutti i diritti riser
    vati.
    Immettere le seguenti informazioni:
    SID database: prova
    Numero di porta del listener: 1521
    ORACLE_HOME del listener [ E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1 ]:
    Password per l'utente SYS:
    Password per l'utente DBSNMP:
    Password per l'utente DBSNMP: Nome utente/password non validi.
    Password per l'utente DBSNMP:
    Password per l'utente DBSNMP: Nome utente/password non validi.
    Password per l'utente DBSNMP:
    Password per l'utente SYSMAN:
    Indirizzo di posta elettronica per le notifiche (facoltativo):
    Server di posta in uscita (SMTP) per le notifiche (facoltativo):
    Sono state specificate le seguenti impostazioni
    ORACLE_HOME del database ................ E:\app\Andrea.Rimoldi\product\11.2.0\d
    bhome_1
    Nome host locale ................ AndreaRimoldi.lispa.it
    ORACLE_HOME del listener ................ E:\app\Andrea.Rimoldi\product\11.2.0\d
    bhome_1
    Numero di porta del listener ................ 1521
    SID database ................ prova
    Indirizzo di posta elettronica per le notifiche ...............
    Server di posta in uscita (SMTP) per le notifiche ...............
    Continuare? [sý(Y)/no(N)]: Y
    29-lug-2013 10.18.40 oracle.sysman.emcp.EMConfig perform
    INFO: Questa operazione Þ stata registrata in E:\app\Andrea.Rimoldi\cfgtoollogs\
    emca\prova\emca_2013_07_29_10_17_15.log.
    29-lug-2013 10.18.44 oracle.sysman.emcp.EMReposConfig uploadConfigDataToReposito
    ry
    INFO: Caricamento dei dati di configurazione del repository EM in corso. Questa
    operazione potrebbe richiedere del tempo...
    29-lug-2013 10.20.49 oracle.sysman.emcp.EMReposConfig invoke
    INFO: Caricamento dei dati di configurazione riuscito
    29-lug-2013 10.20.49 oracle.sysman.emcp.util.FileUtil setAttributeInXML
    GRAVE: Errore durante l'analisi del file XML E:\app\Andrea.Rimoldi\product\11.2.
    0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\server.xml
    29-lug-2013 10.20.49 oracle.sysman.emcp.EMConfig perform
    GRAVE: Errore durante la creazione dell'istanza dei file di configurazione OC4J
    Fare riferimento al file di log in E:\app\Andrea.Rimoldi\cfgtoollogs\emca\prova\
    emca_2013_07_29_10_17_15.log per ulteriori dettagli.
    Impossibile completare la configurazione. Fare riferimento al file di log in E:\
    app\Andrea.Rimoldi\cfgtoollogs\emca\prova\emca_2013_07_29_10_17_15.log per ulter
    iori dettagli.
    And emca_2013_07_29_10_17_15.log says:
    29-lug-2013 10.17.15 oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oui
    29-lug-2013 10.17.15 oracle.sysman.emcp.util.ClusterUtil isHASInstalled
    CONFIG: isHAInstalled: false
    29-lug-2013 10.17.15 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-migrate' set to false
    29-lug-2013 10.17.15 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromDBControl' set to false
    29-lug-2013 10.17.15 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToCentralAgent' set to false
    29-lug-2013 10.17.15 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromCentralAgent' set to false
    29-lug-2013 10.17.15 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToDBControl' set to false
    29-lug-2013 10.17.15 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-config' set to true
    29-lug-2013 10.17.15 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'UPDATE_EMAIL' set to true
    29-lug-2013 10.17.15 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'dbcontrol' set to true
    29-lug-2013 10.17.15 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    29-lug-2013 10.17.15 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: ORACLE_HOME value: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1
    29-lug-2013 10.17.15 oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    29-lug-2013 10.17.15 oracle.sysman.emcp.util.ClusterUtil isHASInstalled
    CONFIG: isHAInstalled: false
    29-lug-2013 10.17.25 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SID value: prova
    29-lug-2013 10.17.25 oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    29-lug-2013 10.17.25 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro REP_DB_RUNNING_HOST.
    29-lug-2013 10.17.25 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro DB_UNIQUE_NAME.
    29-lug-2013 10.17.25 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.17.25 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database null : AndreaRimoldi.lispa.it
    29-lug-2013 10.17.25 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.17.25 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro SYSMAN_PWD.
    29-lug-2013 10.17.25 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro PORT.
    29-lug-2013 10.17.25 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.17.25 oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    29-lug-2013 10.17.25 oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: Cluster.isCluster: false. Skip call to getLocalNode
    29-lug-2013 10.17.25 oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    29-lug-2013 10.17.25 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro DB_UNIQUE_NAME.
    29-lug-2013 10.17.25 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Couldn't get listener port. File E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\AndreaRimoldi.lispa.it_null\sysman\config\emoms.properties does not exists
    29-lug-2013 10.17.25 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro SERVICE_NAME.
    29-lug-2013 10.17.25 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.17.25 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.17.25 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user:
    29-lug-2013 10.17.27 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.17.27 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro DB_UNIQUE_NAME.
    29-lug-2013 10.17.27 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro DB_UNIQUE_NAME.
    29-lug-2013 10.17.27 oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    29-lug-2013 10.17.27 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: prova
    29-lug-2013 10.17.27 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro DB_DOMAIN.
    29-lug-2013 10.17.27 oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    29-lug-2013 10.17.27 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: prova
    29-lug-2013 10.17.27 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.17.27 oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    29-lug-2013 10.17.27 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.17.27 oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: prova Host: AndreaRimoldi.lispa.it Node: null OH: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1 isDBC: false
    29-lug-2013 10.17.27 oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: prova Host: AndreaRimoldi.lispa.it Node: null OH: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1 agentHome: null isCentral: false
    29-lug-2013 10.17.27 oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: prova Host: AndreaRimoldi.lispa.it Node: null OH: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1 agentHome: null isCentral: false
    29-lug-2013 10.17.27 oracle.sysman.emcp.util.ClusterUtil isHASInstalled
    CONFIG: isHAInstalled: false
    29-lug-2013 10.17.27 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro SYS_PWD.
    29-lug-2013 10.17.27 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.17.27 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.17.27 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro SYSMAN_PWD.
    29-lug-2013 10.17.27 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro PORT.
    29-lug-2013 10.17.27 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.17.27 oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    29-lug-2013 10.17.27 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Couldn't get listener port. File E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\AndreaRimoldi.lispa.it_prova\sysman\config\emoms.properties does not exists
    29-lug-2013 10.17.27 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.17.27 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.17.27 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user:
    29-lug-2013 10.17.27 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.17.27 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    29-lug-2013 10.17.27 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    29-lug-2013 10.17.43 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: PORT value: 1521
    29-lug-2013 10.17.50 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: LISTENER_OH value: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1
    29-lug-2013 10.18.02 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro SYS_PWD.
    29-lug-2013 10.18.02 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ASM_OH.
    29-lug-2013 10.18.02 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.18.02 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.18.02 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro SYSMAN_PWD.
    29-lug-2013 10.18.02 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.18.02 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.18.02 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.18.02 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: SYS
    29-lug-2013 10.18.03 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.18.07 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ASM_OH.
    29-lug-2013 10.18.07 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.18.07 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.18.07 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro SYSMAN_PWD.
    29-lug-2013 10.18.07 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.18.07 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.18.07 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.18.07 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: DBSNMP
    29-lug-2013 10.18.07 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: ORA-01017: invalid username/password; logon denied
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-01017: invalid username/password; logon denied
        at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1655)
        at oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:978)
        at oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:917)
        at oracle.sysman.emcp.util.GeneralUtil.initSQLEngineLoacly(GeneralUtil.java:441)
        at oracle.sysman.emcp.util.GeneralUtil.initSQLEngine(GeneralUtil.java:637)
        at oracle.sysman.emcp.DatabaseChecks.validateUserCredentials(DatabaseChecks.java:1066)
        at oracle.sysman.emcp.ParamsManager.validatePassword(ParamsManager.java:3417)
        at oracle.sysman.emcp.EMConfigAssistant.promptForData(EMConfigAssistant.java:701)
        at oracle.sysman.emcp.EMConfigAssistant.promptForParams(EMConfigAssistant.java:2979)
        at oracle.sysman.emcp.EMConfigAssistant.displayWarnsAndPromptParams(EMConfigAssistant.java:3008)
        at oracle.sysman.emcp.EMConfigAssistant.getDisplayAndPromptWarnsParms(EMConfigAssistant.java:3033)
        at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1290)
        at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:574)
        at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:522)
    29-lug-2013 10.18.07 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.18.07 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.18.07 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro SYSMAN_PWD.
    29-lug-2013 10.18.07 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.18.07 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.18.07 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.18.07 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: SYS
    29-lug-2013 10.18.07 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.18.07 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.18.07 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.18.07 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro SYSMAN_PWD.
    29-lug-2013 10.18.07 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.18.07 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.18.07 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.18.07 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: DBSNMP
    29-lug-2013 10.18.07 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: ORA-01017: invalid username/password; logon denied
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-01017: invalid username/password; logon denied
        at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1655)
        at oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:978)
        at oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:917)
        at oracle.sysman.emcp.util.GeneralUtil.initSQLEngineLoacly(GeneralUtil.java:441)
        at oracle.sysman.emcp.util.GeneralUtil.initSQLEngine(GeneralUtil.java:637)
        at oracle.sysman.emcp.util.GeneralUtil.initSQLEngine(GeneralUtil.java:626)
        at oracle.sysman.emcp.DatabaseChecks.validateUserCredentials(DatabaseChecks.java:1126)
        at oracle.sysman.emcp.ParamsManager.validatePassword(ParamsManager.java:3417)
        at oracle.sysman.emcp.EMConfigAssistant.promptForData(EMConfigAssistant.java:701)
        at oracle.sysman.emcp.EMConfigAssistant.promptForParams(EMConfigAssistant.java:2979)
        at oracle.sysman.emcp.EMConfigAssistant.displayWarnsAndPromptParams(EMConfigAssistant.java:3008)
        at oracle.sysman.emcp.EMConfigAssistant.getDisplayAndPromptWarnsParms(EMConfigAssistant.java:3033)
        at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1290)
        at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:574)
        at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:522)
    29-lug-2013 10.18.16 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ASM_OH.
    29-lug-2013 10.18.16 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.18.16 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.18.16 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro SYSMAN_PWD.
    29-lug-2013 10.18.16 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.18.16 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.18.16 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.18.16 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: DBSNMP
    29-lug-2013 10.18.16 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: ORA-01017: invalid username/password; logon denied
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-01017: invalid username/password; logon denied
        at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1655)
        at oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:978)
        at oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:917)
        at oracle.sysman.emcp.util.GeneralUtil.initSQLEngineLoacly(GeneralUtil.java:441)
        at oracle.sysman.emcp.util.GeneralUtil.initSQLEngine(GeneralUtil.java:637)
        at oracle.sysman.emcp.DatabaseChecks.validateUserCredentials(DatabaseChecks.java:1066)
        at oracle.sysman.emcp.ParamsManager.validatePassword(ParamsManager.java:3417)
        at oracle.sysman.emcp.EMConfigAssistant.promptForData(EMConfigAssistant.java:701)
        at oracle.sysman.emcp.EMConfigAssistant.promptForParams(EMConfigAssistant.java:2979)
        at oracle.sysman.emcp.EMConfigAssistant.displayWarnsAndPromptParams(EMConfigAssistant.java:3008)
        at oracle.sysman.emcp.EMConfigAssistant.getDisplayAndPromptWarnsParms(EMConfigAssistant.java:3033)
        at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1290)
        at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:574)
        at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:522)
    29-lug-2013 10.18.16 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.18.16 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.18.16 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro SYSMAN_PWD.
    29-lug-2013 10.18.16 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.18.16 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.18.16 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.18.16 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: SYS
    29-lug-2013 10.18.17 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.18.17 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.18.17 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.18.17 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro SYSMAN_PWD.
    29-lug-2013 10.18.17 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.18.17 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.18.17 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.18.17 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: DBSNMP
    29-lug-2013 10.18.18 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: ORA-01017: invalid username/password; logon denied
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-01017: invalid username/password; logon denied
        at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1655)
        at oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:978)
        at oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:917)
        at oracle.sysman.emcp.util.GeneralUtil.initSQLEngineLoacly(GeneralUtil.java:441)
        at oracle.sysman.emcp.util.GeneralUtil.initSQLEngine(GeneralUtil.java:637)
        at oracle.sysman.emcp.util.GeneralUtil.initSQLEngine(GeneralUtil.java:626)
        at oracle.sysman.emcp.DatabaseChecks.validateUserCredentials(DatabaseChecks.java:1126)
        at oracle.sysman.emcp.ParamsManager.validatePassword(ParamsManager.java:3417)
        at oracle.sysman.emcp.EMConfigAssistant.promptForData(EMConfigAssistant.java:701)
        at oracle.sysman.emcp.EMConfigAssistant.promptForParams(EMConfigAssistant.java:2979)
        at oracle.sysman.emcp.EMConfigAssistant.displayWarnsAndPromptParams(EMConfigAssistant.java:3008)
        at oracle.sysman.emcp.EMConfigAssistant.getDisplayAndPromptWarnsParms(EMConfigAssistant.java:3033)
        at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1290)
        at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:574)
        at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:522)
    29-lug-2013 10.18.27 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ASM_OH.
    29-lug-2013 10.18.27 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.18.27 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.18.27 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro SYSMAN_PWD.
    29-lug-2013 10.18.27 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.18.27 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.18.27 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.18.27 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: DBSNMP
    29-lug-2013 10.18.27 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.18.30 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ASM_OH.
    29-lug-2013 10.18.30 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.18.30 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.18.30 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro SYSMAN_PWD.
    29-lug-2013 10.18.30 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.18.30 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.18.30 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.18.30 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: SYSMAN
    29-lug-2013 10.18.31 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.18.34 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: EMAIL_ADDRESS value:
    29-lug-2013 10.18.35 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: MAIL_SERVER_NAME value:
    29-lug-2013 10.18.35 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.18.35 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value:
    29-lug-2013 10.18.39 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value: sì
    29-lug-2013 10.18.39 oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oui
    29-lug-2013 10.18.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro LOG_FILE.
    29-lug-2013 10.18.40 oracle.sysman.emcp.EMConfig addEMCALogFile
    CONFIG: ORACLE_BASE :E:\app\Andrea.Rimoldi
    29-lug-2013 10.18.40 oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oui
    29-lug-2013 10.18.40 oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oui
    29-lug-2013 10.18.40 oracle.sysman.emcp.EMConfig perform
    INFO: Questa operazione è stata registrata in E:\app\Andrea.Rimoldi\cfgtoollogs\emca\prova\emca_2013_07_29_10_17_15.log.
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    29-lug-2013 10.18.40 oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oui
    29-lug-2013 10.18.40 oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oui
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: EM_HOME value: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'CHECK_CONFIG' set to true
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ASM_OH.
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: SYS
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ASM_OH.
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: DBSNMP
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro MODIFY_SID.
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: SYS
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro MODIFY_SID.
    29-lug-2013 10.18.40 oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: SYS
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro DB_UNIQUE_NAME.
    29-lug-2013 10.18.40 oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: prova
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro DB_DOMAIN.
    29-lug-2013 10.18.40 oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: prova
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: prova
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro MODIFY_SID.
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro DBID.
    29-lug-2013 10.18.40 oracle.sysman.emcp.DatabaseChecks getDbid
    CONFIG: No dbid available. Will query db to extract it.
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: SYS
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBID value: 3217326755
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ASM_OH.
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: SYSMAN
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro EMAIL_ADDRESS.
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro MAIL_SERVER_NAME.
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: SYS
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.18.40 oracle.sysman.emcp.EMDBPreConfig invoke
    CONFIG: Passed repository configuration check
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro MODIFY_SID.
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro MODIFY_SID.
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro GLOBAL_DB_UNIQUE_NAME.
    29-lug-2013 10.18.40 oracle.sysman.emcp.DatabaseChecks getGlobalDbUniqueName
    CONFIG: No Global database unique name available. Will try to retrieve it from DB itself
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: SYS
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro DB_DOMAIN.
    29-lug-2013 10.18.40 oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    29-lug-2013 10.18.40 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: GLOBAL_DB_UNIQUE_NAME value: prova
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copia del file E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\config\emd.properties in E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\config\emd.properties.emca.tmp in corso
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: Il file originale E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\config\emd.properties è stato copiato in E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\config\emd.properties.emca.tmp
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copia del file E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\config\emoms.properties in E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\config\emoms.properties.emca.tmp in corso
    29-lug-2013 10.18.40 oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: Il file originale E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\config\emoms.properties è stato copiato in E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\config\emoms.properties.emca.tmp
    29-lug-2013 10.18.41 oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copia del file E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\emd\targets.xml in E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\emd\targets.xml.emca.tmp in corso
    29-lug-2013 10.18.41 oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: Il file originale E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\emd\targets.xml è stato copiato in E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\emd\targets.xml.emca.tmp
    29-lug-2013 10.18.41 oracle.sysman.emcp.util.ClusterUtil isHASInstalled
    CONFIG: isHAInstalled: false
    29-lug-2013 10.18.41 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.18.41 oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    29-lug-2013 10.18.41 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_RECONFIG' set to false
    29-lug-2013 10.18.41 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.18.41 oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    29-lug-2013 10.18.41 oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: prova Host: AndreaRimoldi.lispa.it Node: null OH: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1 agentHome: null isCentral: false
    29-lug-2013 10.18.41 oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: prova Host: AndreaRimoldi.lispa.it Node: null OH: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1 isDBC: false
    29-lug-2013 10.18.41 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_CONFIGURED' set to false
    29-lug-2013 10.18.41 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_DBCONTROL_CONFIGURED' set to false
    29-lug-2013 10.18.41 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro DBCONTROL_HTTP_PORT.
    29-lug-2013 10.18.41 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro AGENT_PORT.
    29-lug-2013 10.18.41 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro RMI_PORT.
    29-lug-2013 10.18.41 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro JMS_PORT.
    29-lug-2013 10.18.41 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.18.41 oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    29-lug-2013 10.18.41 oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: prova Host: AndreaRimoldi.lispa.it Node: null OH: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1 isDBC: false
    29-lug-2013 10.18.41 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.18.41 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro PORTS_FILE.
    29-lug-2013 10.18.41 oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    29-lug-2013 10.18.41 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro JMS_PORT_AndreaRimoldi.lispa.it.
    29-lug-2013 10.18.41 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro JMS_PORT.
    29-lug-2013 10.18.41 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro RMI_PORT_AndreaRimoldi.lispa.it.
    29-lug-2013 10.18.41 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro RMI_PORT.
    29-lug-2013 10.18.41 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro DBCONTROL_HTTP_PORT_AndreaRimoldi.lispa.it.
    29-lug-2013 10.18.41 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro DBCONTROL_HTTP_PORT.
    29-lug-2013 10.18.41 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro AGENT_PORT_AndreaRimoldi.lispa.it.
    29-lug-2013 10.18.41 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro AGENT_PORT.
    29-lug-2013 10.18.41 oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oui
    29-lug-2013 10.18.41 oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Homes to scan for used ports: [E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1]
    29-lug-2013 10.18.41 oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Searching all DBConsole instances for used ports under ORACLE_HOME E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1
    29-lug-2013 10.18.41 oracle.sysman.emcp.util.PortManager findUsedPortsFromXML
    CONFIG: Could not find or correctly parse file E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\jms.xml in searching for tag jms-server with attribute port
    java.io.FileNotFoundException: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\jms.xml (Impossibile trovare il file specificato)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at java.io.FileInputStream.<init>(FileInputStream.java:66)
        at java.io.FileReader.<init>(FileReader.java:41)
        at oracle.sysman.emcp.util.PortManager.findUsedPortsFromXML(PortManager.java:296)
        at oracle.sysman.emcp.util.PortManager.markAllUsedPorts(PortManager.java:1297)
        at oracle.sysman.emcp.util.PortManager.getFreePorts(PortManager.java:592)
        at oracle.sysman.emcp.EMDBPreConfig.getFreePorts(EMDBPreConfig.java:2742)
        at oracle.sysman.emcp.EMDBPreConfig.checkPorts(EMDBPreConfig.java:2677)
        at oracle.sysman.emcp.EMDBPreConfig.performConfiguration(EMDBPreConfig.java:864)
        at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:282)
        at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:195)
        at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:250)
        at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:590)
        at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1453)
        at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:574)
        at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:522)
    29-lug-2013 10.18.41 oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking JMS port: null from E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole
    29-lug-2013 10.18.41 oracle.sysman.emcp.util.PortManager findUsedPortsFromXML
    CONFIG: Could not find or correctly parse file E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\rmi.xml in searching for tag rmi-server with attribute port
    java.io.FileNotFoundException: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\rmi.xml (Impossibile trovare il file specificato)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at java.io.FileInputStream.<init>(FileInputStream.java:66)
        at java.io.FileReader.<init>(FileReader.java:41)
        at oracle.sysman.emcp.util.PortManager.findUsedPortsFromXML(PortManager.java:296)
        at oracle.sysman.emcp.util.PortManager.markAllUsedPorts(PortManager.java:1301)
        at oracle.sysman.emcp.util.PortManager.getFreePorts(PortManager.java:592)
        at oracle.sysman.emcp.EMDBPreConfig.getFreePorts(EMDBPreConfig.java:2742)
        at oracle.sysman.emcp.EMDBPreConfig.checkPorts(EMDBPreConfig.java:2677)
        at oracle.sysman.emcp.EMDBPreConfig.performConfiguration(EMDBPreConfig.java:864)
        at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:282)
        at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:195)
        at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:250)
        at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:590)
        at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1453)
        at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:574)
        at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:522)
    29-lug-2013 10.18.41 oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking RMI port: null from E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole
    29-lug-2013 10.18.41 oracle.sysman.emcp.util.PortManager findUsedPortsFromXML
    CONFIG: Could not find or correctly parse file E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\http-web-site.xml in searching for tag web-site with attribute port
    java.io.FileNotFoundException: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\http-web-site.xml (Impossibile trovare il file specificato)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at java.io.FileInputStream.<init>(FileInputStream.java:66)
        at java.io.FileReader.<init>(FileReader.java:41)
        at oracle.sysman.emcp.util.PortManager.findUsedPortsFromXML(PortManager.java:296)
        at oracle.sysman.emcp.util.PortManager.markAllUsedPorts(PortManager.java:1305)
        at oracle.sysman.emcp.util.PortManager.getFreePorts(PortManager.java:592)
        at oracle.sysman.emcp.EMDBPreConfig.getFreePorts(EMDBPreConfig.java:2742)
        at oracle.sysman.emcp.EMDBPreConfig.checkPorts(EMDBPreConfig.java:2677)
        at oracle.sysman.emcp.EMDBPreConfig.performConfiguration(EMDBPreConfig.java:864)
        at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:282)
        at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:195)
        at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:250)
        at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:590)
        at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMC

    Tried but not work:
    C:\Windows\system32>emca -config dbcontrol db -repos recreate
    EMCA AVVIATO alle 29-lug-2013 10.58.06
    Assistente alla configurazione di EM, versione 11.2.0.0.2 Production
    Copyright (c) 2003 - 2005, Oracle e/o relative consociate. Tutti i diritti riser
    vati.
    Immettere le seguenti informazioni:
    SID database: prova
    Numero di porta del listener: 1521
    ORACLE_HOME del listener [ E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1 ]:
    Password per l'utente SYS:
    Password per l'utente DBSNMP:
    Password per l'utente SYSMAN:
    Password per l'utente SYSMAN: Indirizzo di posta elettronica per le notifiche (f
    acoltativo):
    Server di posta in uscita (SMTP) per le notifiche (facoltativo):
    Sono state specificate le seguenti impostazioni
    ORACLE_HOME del database ................ E:\app\Andrea.Rimoldi\product\11.2.0\d
    bhome_1
    Nome host locale ................ AndreaRimoldi.lispa.it
    ORACLE_HOME del listener ................ E:\app\Andrea.Rimoldi\product\11.2.0\d
    bhome_1
    Numero di porta del listener ................ 1521
    SID database ................ prova
    Indirizzo di posta elettronica per le notifiche ...............
    Server di posta in uscita (SMTP) per le notifiche ...............
    Continuare? [sý(Y)/no(N)]: Y
    29-lug-2013 10.58.39 oracle.sysman.emcp.EMConfig perform
    INFO: Questa operazione Þ stata registrata in E:\app\Andrea.Rimoldi\cfgtoollogs\
    emca\prova\emca_2013_07_29_10_58_06.log.
    29-lug-2013 10.58.40 oracle.sysman.emcp.EMReposConfig invoke
    INFO: Eliminazione del repository EM in corso. Questa operazione potrebbe richie
    dere del tempo...
    29-lug-2013 11.01.05 oracle.sysman.emcp.EMReposConfig invoke
    INFO: Eliminazione del repository riuscita
    29-lug-2013 11.01.06 oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creazione del repository EM in corso. Questa operazione potrebbe richieder
    e del tempo...
    29-lug-2013 11.06.49 oracle.sysman.emcp.EMReposConfig invoke
    INFO: Creazione del repository riuscita
    29-lug-2013 11.06.55 oracle.sysman.emcp.EMReposConfig uploadConfigDataToReposito
    ry
    INFO: Caricamento dei dati di configurazione del repository EM in corso. Questa
    operazione potrebbe richiedere del tempo...
    29-lug-2013 11.08.18 oracle.sysman.emcp.EMReposConfig invoke
    INFO: Caricamento dei dati di configurazione riuscito
    29-lug-2013 11.08.18 oracle.sysman.emcp.util.FileUtil setAttributeInXML
    GRAVE: Errore durante l'analisi del file XML E:\app\Andrea.Rimoldi\product\11.2.
    0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\server.xml
    29-lug-2013 11.08.18 oracle.sysman.emcp.EMConfig perform
    GRAVE: Errore durante la creazione dell'istanza dei file di configurazione OC4J
    Fare riferimento al file di log in E:\app\Andrea.Rimoldi\cfgtoollogs\emca\prova\
    emca_2013_07_29_10_58_06.log per ulteriori dettagli.
    Impossibile completare la configurazione. Fare riferimento al file di log in E:\
    app\Andrea.Rimoldi\cfgtoollogs\emca\prova\emca_2013_07_29_10_58_06.log per ulter
    iori dettagli.
    and emca_2013_07_29_10_58_06.log says:
    29-lug-2013 10.58.06 oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oui
    29-lug-2013 10.58.06 oracle.sysman.emcp.util.ClusterUtil isHASInstalled
    CONFIG: isHAInstalled: false
    29-lug-2013 10.58.06 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-migrate' set to false
    29-lug-2013 10.58.06 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromDBControl' set to false
    29-lug-2013 10.58.06 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToCentralAgent' set to false
    29-lug-2013 10.58.06 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromCentralAgent' set to false
    29-lug-2013 10.58.06 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToDBControl' set to false
    29-lug-2013 10.58.06 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-config' set to true
    29-lug-2013 10.58.06 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'UPDATE_EMAIL' set to true
    29-lug-2013 10.58.06 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'dbcontrol' set to true
    29-lug-2013 10.58.06 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    29-lug-2013 10.58.06 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'create' set to true
    29-lug-2013 10.58.06 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'drop' set to true
    29-lug-2013 10.58.06 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: ORACLE_HOME value: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1
    29-lug-2013 10.58.06 oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    29-lug-2013 10.58.06 oracle.sysman.emcp.util.ClusterUtil isHASInstalled
    CONFIG: isHAInstalled: false
    29-lug-2013 10.58.10 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SID value: prova
    29-lug-2013 10.58.10 oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    29-lug-2013 10.58.10 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro REP_DB_RUNNING_HOST.
    29-lug-2013 10.58.10 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro DB_UNIQUE_NAME.
    29-lug-2013 10.58.10 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.58.10 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database null : AndreaRimoldi.lispa.it
    29-lug-2013 10.58.10 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.58.10 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro SYSMAN_PWD.
    29-lug-2013 10.58.10 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro PORT.
    29-lug-2013 10.58.10 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.58.10 oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    29-lug-2013 10.58.10 oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: Cluster.isCluster: false. Skip call to getLocalNode
    29-lug-2013 10.58.10 oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    29-lug-2013 10.58.10 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro DB_UNIQUE_NAME.
    29-lug-2013 10.58.10 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Couldn't get listener port. File E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\AndreaRimoldi.lispa.it_null\sysman\config\emoms.properties does not exists
    29-lug-2013 10.58.10 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro SERVICE_NAME.
    29-lug-2013 10.58.11 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.58.11 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.58.11 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user:
    29-lug-2013 10.58.11 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.58.11 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro DB_UNIQUE_NAME.
    29-lug-2013 10.58.11 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro DB_UNIQUE_NAME.
    29-lug-2013 10.58.11 oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    29-lug-2013 10.58.11 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: prova
    29-lug-2013 10.58.11 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro DB_DOMAIN.
    29-lug-2013 10.58.11 oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    29-lug-2013 10.58.11 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: prova
    29-lug-2013 10.58.11 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.58.11 oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    29-lug-2013 10.58.11 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.58.11 oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: prova Host: AndreaRimoldi.lispa.it Node: null OH: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1 isDBC: false
    29-lug-2013 10.58.11 oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: prova Host: AndreaRimoldi.lispa.it Node: null OH: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1 agentHome: null isCentral: false
    29-lug-2013 10.58.11 oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: prova Host: AndreaRimoldi.lispa.it Node: null OH: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1 agentHome: null isCentral: false
    29-lug-2013 10.58.11 oracle.sysman.emcp.util.ClusterUtil isHASInstalled
    CONFIG: isHAInstalled: false
    29-lug-2013 10.58.11 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro SYS_PWD.
    29-lug-2013 10.58.11 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.58.11 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.58.11 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro SYSMAN_PWD.
    29-lug-2013 10.58.11 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro PORT.
    29-lug-2013 10.58.11 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.58.11 oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    29-lug-2013 10.58.11 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Couldn't get listener port. File E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\AndreaRimoldi.lispa.it_prova\sysman\config\emoms.properties does not exists
    29-lug-2013 10.58.11 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.58.11 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.58.11 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user:
    29-lug-2013 10.58.11 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.58.11 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    29-lug-2013 10.58.11 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    29-lug-2013 10.58.15 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: PORT value: 1521
    29-lug-2013 10.58.16 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: LISTENER_OH value: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1
    29-lug-2013 10.58.22 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro SYS_PWD.
    29-lug-2013 10.58.22 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ASM_OH.
    29-lug-2013 10.58.22 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.58.22 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.58.22 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro SYSMAN_PWD.
    29-lug-2013 10.58.22 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.58.22 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.58.22 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.58.22 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: SYS
    29-lug-2013 10.58.22 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.58.29 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ASM_OH.
    29-lug-2013 10.58.29 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.58.29 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.58.29 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro SYSMAN_PWD.
    29-lug-2013 10.58.29 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.58.29 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.58.29 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.58.29 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: DBSNMP
    29-lug-2013 10.58.29 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.58.35 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: EMAIL_ADDRESS value:
    29-lug-2013 10.58.36 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: MAIL_SERVER_NAME value:
    29-lug-2013 10.58.36 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.58.36 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value:
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value: sì
    29-lug-2013 10.58.39 oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oui
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro LOG_FILE.
    29-lug-2013 10.58.39 oracle.sysman.emcp.EMConfig addEMCALogFile
    CONFIG: ORACLE_BASE :E:\app\Andrea.Rimoldi
    29-lug-2013 10.58.39 oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oui
    29-lug-2013 10.58.39 oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oui
    29-lug-2013 10.58.39 oracle.sysman.emcp.EMConfig perform
    INFO: Questa operazione è stata registrata in E:\app\Andrea.Rimoldi\cfgtoollogs\emca\prova\emca_2013_07_29_10_58_06.log.
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    29-lug-2013 10.58.39 oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oui
    29-lug-2013 10.58.39 oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oui
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: EM_HOME value: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'CHECK_CONFIG' set to true
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ASM_OH.
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: SYS
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ASM_OH.
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: DBSNMP
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro MODIFY_SID.
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: SYS
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro MODIFY_SID.
    29-lug-2013 10.58.39 oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: SYS
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro DB_UNIQUE_NAME.
    29-lug-2013 10.58.39 oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: prova
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro DB_DOMAIN.
    29-lug-2013 10.58.39 oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: prova
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: prova
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro MODIFY_SID.
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro DBID.
    29-lug-2013 10.58.39 oracle.sysman.emcp.DatabaseChecks getDbid
    CONFIG: No dbid available. Will query db to extract it.
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: SYS
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBID value: 3217326755
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro MODIFY_SID.
    29-lug-2013 10.58.39 oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: SYS
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro DB_UNIQUE_NAME.
    29-lug-2013 10.58.39 oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: prova
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro DB_DOMAIN.
    29-lug-2013 10.58.39 oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: prova
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: prova
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ASM_OH.
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: SYS
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro EMAIL_ADDRESS.
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro MAIL_SERVER_NAME.
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: SYS
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.58.39 oracle.sysman.emcp.EMDBPreConfig invoke
    CONFIG: Passed repository configuration check
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro MODIFY_SID.
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro MODIFY_SID.
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro GLOBAL_DB_UNIQUE_NAME.
    29-lug-2013 10.58.39 oracle.sysman.emcp.DatabaseChecks getGlobalDbUniqueName
    CONFIG: No Global database unique name available. Will try to retrieve it from DB itself
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: SYS
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro DB_DOMAIN.
    29-lug-2013 10.58.39 oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: GLOBAL_DB_UNIQUE_NAME value: prova
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copia del file E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\config\emd.properties in E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\config\emd.properties.emca.tmp in corso
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: Il file originale E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\config\emd.properties è stato copiato in E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\config\emd.properties.emca.tmp
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copia del file E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\config\emoms.properties in E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\config\emoms.properties.emca.tmp in corso
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: Il file originale E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\config\emoms.properties è stato copiato in E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\config\emoms.properties.emca.tmp
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copia del file E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\emd\targets.xml in E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\emd\targets.xml.emca.tmp in corso
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: Il file originale E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\emd\targets.xml è stato copiato in E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\emd\targets.xml.emca.tmp
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.ClusterUtil isHASInstalled
    CONFIG: isHAInstalled: false
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_RECONFIG' set to false
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: prova Host: AndreaRimoldi.lispa.it Node: null OH: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1 agentHome: null isCentral: false
    29-lug-2013 10.58.39 oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: prova Host: AndreaRimoldi.lispa.it Node: null OH: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1 isDBC: false
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_CONFIGURED' set to false
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_DBCONTROL_CONFIGURED' set to false
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro DBCONTROL_HTTP_PORT.
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro AGENT_PORT.
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro RMI_PORT.
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro JMS_PORT.
    29-lug-2013 10.58.39 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.58.40 oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    29-lug-2013 10.58.40 oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: prova Host: AndreaRimoldi.lispa.it Node: null OH: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1 isDBC: false
    29-lug-2013 10.58.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.58.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro PORTS_FILE.
    29-lug-2013 10.58.40 oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    29-lug-2013 10.58.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro JMS_PORT_AndreaRimoldi.lispa.it.
    29-lug-2013 10.58.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro JMS_PORT.
    29-lug-2013 10.58.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro RMI_PORT_AndreaRimoldi.lispa.it.
    29-lug-2013 10.58.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro RMI_PORT.
    29-lug-2013 10.58.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro DBCONTROL_HTTP_PORT_AndreaRimoldi.lispa.it.
    29-lug-2013 10.58.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro DBCONTROL_HTTP_PORT.
    29-lug-2013 10.58.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro AGENT_PORT_AndreaRimoldi.lispa.it.
    29-lug-2013 10.58.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro AGENT_PORT.
    29-lug-2013 10.58.40 oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oui
    29-lug-2013 10.58.40 oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Homes to scan for used ports: [E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1]
    29-lug-2013 10.58.40 oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Searching all DBConsole instances for used ports under ORACLE_HOME E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1
    29-lug-2013 10.58.40 oracle.sysman.emcp.util.PortManager findUsedPortsFromXML
    CONFIG: Could not find or correctly parse file E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\jms.xml in searching for tag jms-server with attribute port
    java.io.FileNotFoundException: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\jms.xml (Impossibile trovare il file specificato)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at java.io.FileInputStream.<init>(FileInputStream.java:66)
        at java.io.FileReader.<init>(FileReader.java:41)
        at oracle.sysman.emcp.util.PortManager.findUsedPortsFromXML(PortManager.java:296)
        at oracle.sysman.emcp.util.PortManager.markAllUsedPorts(PortManager.java:1297)
        at oracle.sysman.emcp.util.PortManager.getFreePorts(PortManager.java:592)
        at oracle.sysman.emcp.EMDBPreConfig.getFreePorts(EMDBPreConfig.java:2742)
        at oracle.sysman.emcp.EMDBPreConfig.checkPorts(EMDBPreConfig.java:2677)
        at oracle.sysman.emcp.EMDBPreConfig.performConfiguration(EMDBPreConfig.java:864)
        at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:282)
        at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:195)
        at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:250)
        at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:590)
        at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1453)
        at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:574)
        at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:522)
    29-lug-2013 10.58.40 oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking JMS port: null from E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole
    29-lug-2013 10.58.40 oracle.sysman.emcp.util.PortManager findUsedPortsFromXML
    CONFIG: Could not find or correctly parse file E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\rmi.xml in searching for tag rmi-server with attribute port
    java.io.FileNotFoundException: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\rmi.xml (Impossibile trovare il file specificato)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at java.io.FileInputStream.<init>(FileInputStream.java:66)
        at java.io.FileReader.<init>(FileReader.java:41)
        at oracle.sysman.emcp.util.PortManager.findUsedPortsFromXML(PortManager.java:296)
        at oracle.sysman.emcp.util.PortManager.markAllUsedPorts(PortManager.java:1301)
        at oracle.sysman.emcp.util.PortManager.getFreePorts(PortManager.java:592)
        at oracle.sysman.emcp.EMDBPreConfig.getFreePorts(EMDBPreConfig.java:2742)
        at oracle.sysman.emcp.EMDBPreConfig.checkPorts(EMDBPreConfig.java:2677)
        at oracle.sysman.emcp.EMDBPreConfig.performConfiguration(EMDBPreConfig.java:864)
        at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:282)
        at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:195)
        at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:250)
        at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:590)
        at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1453)
        at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:574)
        at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:522)
    29-lug-2013 10.58.40 oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking RMI port: null from E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole
    29-lug-2013 10.58.40 oracle.sysman.emcp.util.PortManager findUsedPortsFromXML
    CONFIG: Could not find or correctly parse file E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\http-web-site.xml in searching for tag web-site with attribute port
    java.io.FileNotFoundException: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\http-web-site.xml (Impossibile trovare il file specificato)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at java.io.FileInputStream.<init>(FileInputStream.java:66)
        at java.io.FileReader.<init>(FileReader.java:41)
        at oracle.sysman.emcp.util.PortManager.findUsedPortsFromXML(PortManager.java:296)
        at oracle.sysman.emcp.util.PortManager.markAllUsedPorts(PortManager.java:1305)
        at oracle.sysman.emcp.util.PortManager.getFreePorts(PortManager.java:592)
        at oracle.sysman.emcp.EMDBPreConfig.getFreePorts(EMDBPreConfig.java:2742)
        at oracle.sysman.emcp.EMDBPreConfig.checkPorts(EMDBPreConfig.java:2677)
        at oracle.sysman.emcp.EMDBPreConfig.performConfiguration(EMDBPreConfig.java:864)
        at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:282)
        at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:195)
        at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:250)
        at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:590)
        at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1453)
        at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:574)
        at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:522)
    29-lug-2013 10.58.40 oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking HTTP port: null from E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole
    29-lug-2013 10.58.40 oracle.sysman.emcp.util.PortManager getAgentPort
    CONFIG: Cannot parse EMD_URL correctly. No port identified
    29-lug-2013 10.58.40 oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking Agent port: null from E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\config\emd.properties
    29-lug-2013 10.58.40 oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Cannnot parse EMD_URL correctly. No port identified
    29-lug-2013 10.58.40 oracle.sysman.emcp.util.FileUtil getProperties
    CONFIG: Errore durante la lettura del file E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\install\staticports.ini
    29-lug-2013 10.58.40 oracle.sysman.emcp.util.PortManager getFreePorts
    CONFIG: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1:AndreaRimoldi.lispa.it:null:prova:{}:null:{DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
    29-lug-2013 10.58.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro AGENT_PORT_AndreaRimoldi.lispa.it.
    29-lug-2013 10.58.40 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: AGENT_PORT_AndreaRimoldi.lispa.it value: 3938
    29-lug-2013 10.58.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro DBCONTROL_HTTP_PORT_AndreaRimoldi.lispa.it.
    29-lug-2013 10.58.40 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBCONTROL_HTTP_PORT_AndreaRimoldi.lispa.it value: 1158
    29-lug-2013 10.58.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro JMS_PORT_AndreaRimoldi.lispa.it.
    29-lug-2013 10.58.40 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: JMS_PORT_AndreaRimoldi.lispa.it value: 5540
    29-lug-2013 10.58.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro RMI_PORT_AndreaRimoldi.lispa.it.
    29-lug-2013 10.58.40 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: RMI_PORT_AndreaRimoldi.lispa.it value: 5520
    29-lug-2013 10.58.40 oracle.sysman.emcp.EMDBPreConfig getFreePorts
    CONFIG: Ports assigned for Node: AndreaRimoldi.lispa.it : {DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
    29-lug-2013 10.58.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.58.40 oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    29-lug-2013 10.58.40 oracle.sysman.emcp.EMDBPreConfig copyAgentTimeStampFile
    CONFIG: File: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\AndreaRimoldi.lispa.it_prova\sysman\emd\agntstmp.txt:AndreaRimoldi.lispa.it does not exists.
    29-lug-2013 10.58.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.58.40 oracle.sysman.emcp.ParamsManager checkListenerStatusForDBControl
    CONFIG:  connectDesc : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=AndreaRimoldi.lispa.it)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=prova)))
    29-lug-2013 10.58.40 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 10.58.40 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 10.58.40 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 10.58.40 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 10.58.40 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 10.58.40 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: SYS
    29-lug-2013 10.58.40 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 10.58.40 oracle.sysman.emcp.ParamsManager checkListenerStatusForDBControl
    CONFIG: Passed listener validation check.Listener is up and running.
    29-lug-2013 10.58.40 oracle.sysman.emcp.EMReposConfig invoke
    INFO: Eliminazione del repository EM in corso. Questa operazione potrebbe richiedere del tempo...
    29-lug-2013 10.58.40 oracle.sysman.emcp.util.PlatformInterface isInView
    CONFIG: IN_VIEW marker not instantiated in E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\config\emca.properties
    29-lug-2013 10.58.40 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro ORACLE_HOSTNAME.
    29-lug-2013 10.58.40 oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [ALLUSERSPROFILE=C:\ProgramData, APPDATA=C:\Users\Andrea.Rimoldi\AppData\Roaming, CLASSPATH=E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\jlib\emca.jar;E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\jlib\srvm.jar;E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\jlib\srvmasm.jar;E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\jlib\cvu.jar;E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\jlib\emConfigInstall.jar;E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\jlib\ldapjclnt11.jar;E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\jlib\ldap.jar;E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\jlib\share.jar;E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\jlib\srvmhas.jar;E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\jlib\netcfg.jar;E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\jlib\http_client.jar;E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\lib\http_client.jar;E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\lib\xmlparserv2.jar;E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\assistants\jlib\assistantsCommon.jar;E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\jlib\emCORE.jar;E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\jlib\emagentSDK.jar;E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oui\jlib\OraInstaller.jar;E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oui\jlib\OraPrereq.jar;E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\inventory\prereqs\oui\OraPrereqChecks.jar;E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\oui\jlib\OraPrereqChecks.jar;, COMMONPROGRAMFILES=C:\Program Files\Common Files, COMPUTERNAME=ANDREARIMOLDI, COMSPEC=C:\Windows\system32\cmd.exe, EMCA_JAR=E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\jlib\emca.jar, FP_NO_HOST_CHECK=NO, HOMEDRIVE=C:, HOMEPATH=\Users\Andrea.Rimoldi, JRE_JAVA=E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\jdk\jre\bin\java, LIB_DIR=E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\jlib, LOCALAPPDATA=C:\Users\Andrea.Rimoldi\AppData\Local, LOGONSERVER=\\ANDREARIMOLDI, NUMBER_OF_PROCESSORS=2, OH=E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, ORACLE_HOME=E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, ORACLE_SID=prova, OS=Windows_NT, PATH=E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\bin;E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\bin;E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_2\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\, PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC, PROCESSOR_ARCHITECTURE=x86, PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 6, GenuineIntel, PROCESSOR_LEVEL=6, PROCESSOR_REVISION=1706, PROGRAMDATA=C:\ProgramData, PROGRAMFILES=C:\Program Files, PROMPT=$P$G, PSMODULEPATH=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\, PUBLIC=C:\Users\Public, SYSTEMDRIVE=C:, SYSTEMROOT=C:\Windows, TEMP=C:\Users\ANDREA~1.RIM\AppData\Local\Temp, TMP=C:\Users\ANDREA~1.RIM\AppData\Local\Temp, USERDOMAIN=AndreaRimoldi, USERNAME=Andrea.Rimoldi, USERPROFILE=C:\Users\Andrea.Rimoldi, WINDIR=C:\Windows, WINDOWS_TRACING_FLAGS=3, WINDOWS_TRACING_LOGFILE=C:\BVTBin\Tests\installpackage\csilogfile.log]
    29-lug-2013 10.58.40 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Avvio dell'esecuzione: CMD /C E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\admin\emdrep\bin\RepManager.bat -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=AndreaRimoldi.lispa.it)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=prova))) -repos_user SYSMAN -action drop -verbose -output_file E:\app\Andrea.Rimoldi\cfgtoollogs\emca\prova\emca_repos_drop_2013_07_29_10_58_40.log
    29-lug-2013 11.01.05 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    29-lug-2013 11.01.05 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Esecuzione di CMD /C E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1\sysman\admin\emdrep\bin\RepManager.bat -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=AndreaRimoldi.lispa.it)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=prova))) -repos_user SYSMAN -action drop -verbose -output_file E:\app\Andrea.Rimoldi\cfgtoollogs\emca\prova\emca_repos_drop_2013_07_29_10_58_40.log  riuscita
    29-lug-2013 11.01.05 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Enter SYS user's password :
    Getting temporary tablespace from database...
    Found temporary tablespace: TEMP
    Environment :
    ORACLE HOME          = E:/app/Andrea.Rimoldi/product/11.2.0/dbhome_1
    REPOSITORY HOME      = E:/app/Andrea.Rimoldi/product/11.2.0/dbhome_1
    SQLPLUS              = E:/app/Andrea.Rimoldi/product/11.2.0/dbhome_1/bin/sqlplus 
    SQL SCRIPT ROOT      = E:/app/Andrea.Rimoldi/product/11.2.0/dbhome_1/sysman/admin/emdrep/sql
    EXPORT               = E:/app/Andrea.Rimoldi/product/11.2.0/dbhome_1/bin/exp 
    IMPORT               = E:/app/Andrea.Rimoldi/product/11.2.0/dbhome_1/bin/imp 
    LOADJAVA             = E:/app/Andrea.Rimoldi/product/11.2.0/dbhome_1/bin/loadjava
    JAR FILE ROOT        = E:/app/Andrea.Rimoldi/product/11.2.0/dbhome_1/sysman/admin/emdrep/lib
    JOB TYPES ROOT       = E:/app/Andrea.Rimoldi/product/11.2.0/dbhome_1/sysman/admin/emdrep/bin
    Arguments :
    Connect String       = (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=AndreaRimoldi.lispa.it)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=prova)))
    Action               = drop
    Repos User           = SYSMAN
    Default tablespace   = MGMT_TABLESPACE
    Default Data file    = mgmt.dbf
    Dflt Dfile Init size = 20m
    Dflt Dfile Ext size  = 20m
    ECM tablespace       = MGMT_ECM_DEPOT_TS
    ECM Data file        = mgmt_ecm_depot1.dbf
    ECM Dfile Init size  = 100m
    ECM Dfile Ext size   = 100m
    ECM CSA tablespace       = MGMT_TABLESPACE
    ECM CSA Data file        = mgmt_ecm_csa1.dbf
    ECM CSA Dfile Init size  = 100m
    ECM CSA Dfile Ext size   = 100m
    TEMP tablespace      = TEMP
    Create options       = 3
    Verbose output       = 1
    Output File          = E:\app\Andrea.Rimoldi\cfgtoollogs\emca\prova\emca_repos_drop_2013_07_29_10_58_40.log
    Repos creation mode  = CENTRAL
    MetaLink user name   = _NOT_AVAILABLE_
    MetaLink URL         = http://updates.oracle.com
    Export Directory     = E:/app/Andrea.Rimoldi/product/11.2.0/dbhome_1/sysman/log
    Import Directory     = E:/app/Andrea.Rimoldi/product/11.2.0/dbhome_1/sysman/log
    Path Separator       = "\;"
    Checking SYS Credentials ... rem error switch
    Return code = 0.OK.
    rem error switch
    Dropping the repository..
    Checking for Repos User ... Return code = 0.Exists.
    Repos User exists..
    Clearing EM Contexts ... Clearing contexts. Return code = 0.
    OK.
    Dropping EM users ...
    Drop EM Users. Return code = 0.
    Done.
    Dropping Repos User ... Drop Repos User. Return code = 0.
    Done.
    Dropping Roles/Synonymns/Tablespaces ... Return code = 0.Done.
    Dropped Repository Successfully.
    29-lug-2013 11.01.05 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: "stty" non Š riconosciuto come comando interno o esterno,
    un programma eseguibile o un file batch.
    "stty" non Š riconosciuto come comando interno o esterno,
    un programma eseguibile o un file batch.
    29-lug-2013 11.01.05 oracle.sysman.emcp.EMReposConfig invoke
    INFO: Eliminazione del repository riuscita
    29-lug-2013 11.01.05 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 11.01.05 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 11.01.05 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 11.01.05 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 11.01.05 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 11.01.05 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: SYS
    29-lug-2013 11.01.06 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 11.01.06 oracle.sysman.emcp.EMReposConfig createRepository
    CONFIG: Spooling to E:\app\Andrea.Rimoldi\cfgtoollogs\emca\prova\emca_repos_create_2013_07_29_11_01_06.log
    29-lug-2013 11.01.06 oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creazione del repository EM in corso. Questa operazione potrebbe richiedere del tempo...
    29-lug-2013 11.06.49 oracle.sysman.emcp.EMReposConfig invoke
    INFO: Creazione del repository riuscita
    29-lug-2013 11.06.49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro EMAIL_ADDRESS.
    29-lug-2013 11.06.49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro MAIL_SERVER_NAME.
    29-lug-2013 11.06.49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro MAIL_SERVER_SENDER_NAME.
    29-lug-2013 11.06.49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Nessun valore impostato per il parametro MAIL_SERVER_SENDER_ADDR.
    29-lug-2013 11.06.49 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database prova : AndreaRimoldi.lispa.it
    29-lug-2013 11.06.49 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AndreaRimoldi.lispa.it
    29-lug-2013 11.06.49 oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    29-lug-2013 11.06.49 oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    29-lug-2013 11.06.49 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    29-lug-2013 11.06.49 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prova, oracleHome: E:\app\Andrea.Rimoldi\product\11.2.0\dbhome_1, and user: SYS
    29-lug-2013 11.06.50 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    29-lug-2013 11.06.50 oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: Unlocking dbsnmp and sysman
    29-lug-2013 11.06.50 oracle.sysman.emcp.EMReposConfig invoke
    CONFIG: Successfully unlocked relevant accounts
    29-lug-2013 11.06.50 oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces runnin

Maybe you are looking for

  • Disable rows in table control

    Hi, I'm trying to disable a row... not a column in a table control so the user can't change it, however I'd like the previuos and next rows in the table control to be enabled for modifications. I know it sounds simple, but i havén't been able to do i

  • Best practices for MDB

    hi all i am looking for some docs/literature on best practices while developing/designing MDBs. can anyone point me to any related websites ? any material which talks about the good or bad ways of using MDBs or MOM in general.. would be of great help

  • Cant download flash because of active x

    i cant download flash because the activex is blocking it..its really annoying me..and i cant listen to music or watch videos.. it says i cant continue because it dosnt trust the website but ive tried everything like adding it to the trust website col

  • XL Reporter Installation error

    Hi, I am attempting to install Xl Reporter PL 30 at a site that has SAP B1 2005 SP01 PL 31 and I am getting the following error message at one of the client machines 'SAP Business One DI SDK is required but not found !' This only occurs on one client

  • Users unable to submit form

    I am having a problem with some of my users unable to submit forms. They can see the submit button but when they click on it nothing happens. I do not receive the data into my database and they do not recieve my automatic confirmation that they shoul