Trouble Starting Database

I have Oracle 10.2 installed on Mac OS X 10.5. The database was working at one point (I didn't use it much) but now I'm having trouble starting it.
First I log in as the Oracle user:
su - oracle
Then I start the listener and it appears to start up correctly:
localhost:~ oracle$ lsnrctl start
LSNRCTL for MacOS X Server: Version 10.2.0.4.0 - Production on 24-SEP-2009 11:17:01
Copyright (c) 1991, 2007, Oracle. All rights reserved.
Starting /Users/oracle/oracle/product/10.2.0_db_1/bin/tnslsnr: please wait...
TNSLSNR for MacOS X Server: Version 10.2.0.4.0 - Production
System parameter file is /Users/oracle/oracle/product/10.2.0_db_1/network/admin/listener.ora
Log messages written to /Users/oracle/oracle/product/10.2.0_db_1/network/log/listener.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for MacOS X Server: Version 10.2.0.4.0 - Production
Start Date 24-SEP-2009 11:17:01
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /Users/oracle/oracle/product/10.2.0_db_1/network/admin/listener.ora
Listener Log File /Users/oracle/oracle/product/10.2.0_db_1/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
Then I log into SQL Plus and try to start the database and it fails with the message shown:
localhost:~ oracle$ sqlplus / as sysdba
SQL*Plus: Release 10.2.0.4.0 - Production on Thu Sep 24 11:17:15 2009
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Connected to an idle instance.
SQL> startup
ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file '/Users/oracle/oracle/product/10.2.0_db_1/dbs/initXE.ora'
The SID of my database is ORCL, not XE. I'm not sure where the XE in "initXE.ora" comes from, and I'm not sure if that's part of the problem. When I look in the /Users/oracle/oracle/product/10.2.0_db_1/dbs/ directory this is what is there:
localhost:~ oracle$ cd /Users/oracle/oracle/product/10.2.0_db_1/dbs/
localhost:dbs oracle$ ls
alert_ORCL.log     init.ora     lkORCL          spfileorcl.ora
hc_orcl.dat     initdw.ora     orapworcl     sqlnet.log
localhost:dbs oracle$
So apparently there is no initXE.ora file.
h1. My Question:
Why is it looking for initXE.ora, and how can I fix it? Like I said I had this database working before (SID or ORCL) so I don't know what changed.
h3. Thank you!!!!!

Follow these steps:
startup pfile='<pfile location of initORCL.ora>';
then logging as SYSDBA
create spfile from pfile;
Check the spfile in $ORACLE_HOME/dbs/ directory.
then shutdown the database and startup the database.
Don't forget to export the ORACLE_HOME,ORACLE_SID,PATH environment variables.
Regards
Asif Kabir

Similar Messages

  • Can't start database 8.1.7.1 on Mandrake 8.0

    Hi all,
    I had some trouble getting the installer to work, but applied
    the patches listed on the Mandrake site (glibc 2.2). The
    installer worked fine until it tried to create the starter
    database. It got to 80% and hung.
    Trying to start the database manually now produces the following:
    /usr/oraInventory/admin/oralin/udump/ora_1270.trc
    Oracle8i Enterprise Edition Release 8.1.7.0.1 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.1 - Production
    ORACLE_HOME = /usr/oracle
    System name:     Linux
    Node name:     localhost.localdomain
    Release:     2.4.3-20mdk
    Version:     #1 Sun Apr 15 23:03:10 CEST 2001
    Machine:     i686
    Instance name: oralin
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 0
    1270
    *** 2001-12-09 20:19:07.631
    Exception signal: 11 (SIGSEGV)
    *** 2001-12-09 20:19:07.762
    ksedmp: internal or fatal error
    Current SQL information unavailable - no session.
    ----- Call Stack Trace -----
    calling call entry argument
    values in hex
    location type point (? means
    dubious value)
    Cannot seek to string table section header in /lib/libdl.so.2.
    Any ideas? Is there something else I need to change with this?
    Thanks
    Mark

    first try to drop the created Database.
    Next change the last line
    in
    $ORACLE_HOME/bin/dbassist
    from:- $JRE -classpath ...
    to:- $JRE -nojit -classpath ...
    do the same for $ORACLE_HOME/bin/netasst

  • Issue starting database

    i am having trouble starting my database.
    i run the following command
    oradim80.exe -startup - sid SID -usrpwd PASSWORD starttype srvc,inst -pfile PFILE
    this command executes with no error(or success) messages.
    if i check the status of the database using oradim80.exe GUI it states that the service has been started but the instance has not.
    any help??
    go easy on me since i am a total novice at DBA work

    CJS_TEST.WORLD =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = <host_name>)(PORT = <port>))
    (CONNECT_DATA = (SID = cjst))
    if i do "tnsping cjs_test" or "tnsping cjst" i get the same message for both
    TNS Ping utility etc.
    Copyright Oracle etc.
    TNS-03505:Message 3505 not found
    when setting the sid i use
    set ORACLE_SID=cjst
    and can confirm that this is set using echo %ORACLE_SID%
    i am running all commands on the database server which is windows NT

  • Log on to remote server and start database -error while installing CI in HA

    Hello All,
    We are installing ECC 6.0 with High Availability using HP-UX. We have completed installation in ASCS and Database Instance. Now when were trying to install in Central Instance, we encountered an error at Start Instance which informed us to Log on to remote server and start database. However the database is already running in DB node.  Please find the log below.
    TRACE      2011-06-10 16:31:45.825 [syuxctask.cpp:1382]
               CSyTaskImpl::start(bool)
    A child process has been started. Pid = 25742
    INFO       2011-06-10 16:31:45.835
               CJSlibModule::writeInfo_impl()
    Output of /usr/sap/PE2/SYS/exe/run/startsap all DVEBMGS01 DBMCI001 is written to the logfile start_PE2_DVEBMGS01.log.
    WARNING    2011-06-10 16:31:46.345
               CJSlibModule::writeWarning_impl()
    Execution of the command "/usr/sap/PE2/SYS/exe/run/startsap all DVEBMGS01 DBMCI001" finished with return code 6. Output:
    Database PE2 must be started on remote server
    Log on to remote server and start database
    WARNING[E] 2011-06-10 16:31:46.355
               CJSlibModule::writeError_impl()
    CJS-20022  Could not start instance 'DVEBMGS01' of SAP system PE2.
    TRACE      2011-06-10 16:31:46.355 [iaxxejsbas.hpp:408]
               handleException<ESAPinstJSError>()
    Converting exception into JS Exception EJSException.
    TRACE      2011-06-10 16:31:46.355
    Function setMessageIdOfExceptionMessage: ind-rel.ind-os.ind-db.webas.startInstanceFailed
    WARNING[E] 2011-06-10 16:31:46.355
               CJSlibModule::writeError_impl()
    CJS-20022  Could not start instance 'DVEBMGS01' of SAP system PE2.
    TRACE      2011-06-10 16:31:46.355 [iaxxejsbas.hpp:483]
               EJS_Base::dispatchFunctionCall()
    JS Callback has thrown unknown exception. Rethrowing.
    TRACE      2011-06-10 16:31:46.405 [syuxctask.cpp:1382]
               CSyTaskImpl::start(bool)
    A child process has been started. Pid = 25793
    ERROR      2011-06-10 16:31:46.525 [sixxcstepexecute.cpp:950]
    FCO-00011  The step start with step key |NW_ABAP_CI|ind|ind|ind|ind|0|0|NW_CI_Instance|ind|ind|ind|ind|10|0|NW_CI_Instance_Start|ind|ind|ind|ind|2|0|start was executed with status ERROR .
    TRACE      2011-06-10 16:31:46.555 [iaxxgenimp.cpp:752]
                CGuiEngineImp::showMessageBox
    <html> <head> </head> <body> <p> An error occurred while processing option SAP ERP 6.0 EHP4 Ready - Support Release 1 > SAP Application Server ABAP > Oracle > High-Availability System > Central Instance . You can now: </p> <ul> <li> Choose <i>Retry</i> to repeat the current step. </li> <li> Choose <i>View Log</i> to get more information about the error. </li> <li> Stop the option and continue with it later. </li> </ul> <p> Log files are written to /tmp/sapinst_instdir/ERPEhP4/AS-ABAP/ORA/HA/CI. </p> </body></html>
    TRACE      2011-06-10 16:31:46.555 [iaxxgenimp.cpp:1255]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    Kindly let us know how to rectify the error and prroceed further with the instalaltion.
    Thanks
    Rishi

    Dear Guys,
    we didnt change the date and time but i m very sure it is same trans.log file.
    for your kind information please note SID and Nodes details
    Sid (PE2)
    DB Node : DBMDB001
    CI Node :   DBMCI001
    also i am attaching starting part of the file.
    4 ETW000 R3trans version 6.14 (release 701 - 26.01.09 - 12:46:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 07.11.2010 - 03:44:06
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Sun Nov  7 03:44:06 2010                             295  0.000295
    4 ETW000  [dev trc     ,00000]  db_con_init called                                    22  0.000317
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                            116  0.000433
    4 ETW000  [dev trc     ,00000]  Loading DB library '/usr/sap/PC1/SYS/exe/run/dboraslib.so' ...
    4 ETW000                                                                              64  0.000497
    4 ETW000  [dev trc     ,00000]  load shared library (/usr/sap/PC1/SYS/exe/run/dboraslib.so), hdl 0
    4 ETW000                                                                           32161  0.032658
    4 ETW000  [dev trc     ,00000]  Library '/usr/sap/PC1/SYS/exe/run/dboraslib.so' loaded
    4 ETW000                                                                              39  0.032697
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library
    /usr/sap/PC1/SYS/exe/run/dboraslib.so
    4 ETW000                                                                             111  0.032808
    4 ETW000  [dev trc     ,00000]  Version of '/usr/sap/PC1/SYS/exe/run/dboraslib.so' is "700.08",
    patchlevel (0.25)
    4 ETW000                                                                             265  0.033073
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library
    /usr/sap/PC1/SYS/exe/run/dboraslib.so
    4 ETW000                                                                              41  0.033114
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library
    /usr/sap/PC1/SYS/exe/run/dboraslib.so
    4 ETW000                                                                              82  0.033196
    4 ETW000  [dev trc     ,00000]  New connection 0 created                              52  0.033248
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES,
    reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              41  0.033289
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         84  0.033373
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              31  0.033404
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES,
    reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              37  0.033441
    4 ETW000  [dev trc     ,00000]  Oracle Client Version: '10.2.0.4.0'                  601  0.034042
    4 ETW000  [dev trc     ,00000]  -->oci_initialize (con_hdl=0)                         25  0.034067
    4 ETW000  [dev trc     ,00000]  Client character set UTF16 -> UTF8                 35674  0.069741
    4 ETW000  [dev trc     ,00000]  Client NLS setting (OCINlsGetInfo): 'AMERICAN_AMERICA.UTF8'
    4 ETW000                                                                              57  0.069798
    4 ETW000  [dev trc     ,00000]  Logon as OPS$-user to get SAPSR3's password           55  0.069853
    4 ETW000  [dev trc     ,00000]  Connecting as /@PC1 on connection 0 (nls_hdl 0) ... (dbsl 700
    151208)
    4 ETW000                                                                              34  0.069887
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C     
    EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              52  0.069939
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      0
    0x6000000001052910 0x600000000105a3c0 0x600000000106ab38
    4 ETW000                                                                              58  0.069997
    4 ETW000  [dev trc     ,00000]  Allocating service context handle for con_hdl=0       40  0.070037
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      27  0.070064
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server PC1
    (con_hdl=0,svchp=0x600000000106aa68,srvhp=0x600000000106de78)
    4 ETW000                                                                              63  0.070127
    4 ETW000  [dev trc     ,00000]  Assigning server context 0x600000000106de78 to service context
    0x600000000106aa68
    4 ETW000                                                                           60612  0.130739
    4 ETW000  [dev trc     ,00000]  Allocating user session handle                        97  0.130836
    4 ETW000  [dev trc     ,00000]  Starting user session: OCISessionBegin(con_hdl=0,
    usr='/',svchp=0x600000000106aa68, srvhp=0x600000000106de78, usrhp=0x60000000010fc940)
    4 ETW000                                                                              64  0.130900
    4 ETW000  [dev trc     ,00000]  Assigning user session 0x60000000010fc940 to service context
    0x600000000106aa68
    4 ETW000                                                                            9302  0.140202
    4 ETW000  [dev trc     ,00000]  -->oci_prepare_stmt(con_hdl=0, len=53, stmth_p=0x6000000001077608)
    4 ETW000                                                                             198  0.140400
    4 ETW000  [dev trc     ,00000]         BEGIN DBMS_APPLICATION_INFO.SET_MODULE(:A0,:A1); END;        
    4 ETW000                                                                              38  0.140438
    4 ETW000  [dev trc     ,00000]  CbApplInfoGet() failed! Ignore, but uninstall callback to avoid more
    erroneous calls
    4 ETW000                                                                             291  0.140729
    4 ETW000  [dev trc     ,00000]  -->oci_prepare_stmt(con_hdl=0, len=54, stmth_p=0x6000000001078660)
    4 ETW000                                                                              33  0.140762
    4 ETW000  [dev trc     ,00000]         BEGIN DBMS_APPLICATION_INFO.SET_CLIENT_INFO(:A0); END;       
    4 ETW000                                                                              35  0.140797
    4 ETW000  [dev trc     ,00000]  -->oci_prepare_stmt(con_hdl=0, len=0, stmth_p=0x6000000001078660)
    4 ETW000                                                                             937  0.141734
    4 ETW000  [dev trc     ,00000]         SELECT SID FROM V$MYSTAT WHERE ROWNUM<2                                                                               
    4 ETW000                                                                              36  0.141770
    4 ETW000  [dev trc     ,00000]  Connected to session 297.                            639  0.142409
    4 ETW000  [dev trc     ,00000]  Now '/@PC1' is connected: con_hdl=0, nls_hdl=0, session_id=297.
    4 ETW000                                                                              38  0.142447
    4 ETW000  [dev trc     ,00000]  -->oci_prepare_stmt(con_hdl=0, len=0, stmth_p=0x6000000001078660)
    4 ETW000                                                                              37  0.142484
    4 ETW000  [dev trc     ,00000]         ALTER SESSION SET NLS_SORT = BINARY                                                                               
    4 ETW000                                                                              36  0.142520
    4 ETW000  [dev trc     ,00000]  -->oci_prepare_stmt(con_hdl=0, len=0, stmth_p=0x6000000001078660)
    4 ETW000                                                                             327  0.142847
    4 ETW000  [dev trc     ,00000]         SELECT USERID, PASSWD FROM SAPUSER WHERE USERID IN (:A0, :A1)
    4 ETW000                                                                              36  0.142883
    4 ETW000  [dev trc     ,00000]  Got SAPSR3's password from OPS$-user                 728  0.143611
    4 ETW000  [dev trc     ,00000]  Disconnecting from connection 0 ...                   38  0.143649
    4 ETW000  [dev trc     ,00000]  Rolling back transaction ...                          31  0.143680
    4 ETW000  [dev trc     ,00000]  Closing user session
    (con_hdl=0,svchp=0x600000000106aa68,usrhp=0x60000000010fc940)
    4 ETW000                                                                             210  0.143890
    4 ETW000  [dev trc     ,00000]  Now I'm disconnected from ORACLE                     721  0.144611
    4 ETW000  [dev trc     ,00000]  Connecting as SAPSR3/<pwd>@PC1 on connection 0 (nls_hdl 0) ... (dbsl
    700 151208)
    4 ETW000                                                                              40  0.144651
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C     
    EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              37  0.144688
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      0
    0x6000000001052910 0x600000000105a3c0 0x600000000106ab38
    4 ETW000                                                                              37  0.144725
    4 ETW000  [dev trc     ,00000]  Assigning username to user session: con_hdl=0,
    usrhp=0x60000000010fc940
    4 ETW000                                                                              35  0.144760
    4 ETW000  [dev trc     ,00000]  Assigning password to user session: con_hdl=0,
    usrhp=0x60000000010fc940
    4 ETW000                                                                              40  0.144800
    4 ETW000  [dev trc     ,00000]  Starting user session: OCISessionBegin(con_hdl=0, usr=SAPSR3/<pwd>,
    svchp=0x600000000106aa68, srvhp=0x600000000106de78, usrhp=0x60000000010fc940)
    4 ETW000                                                                             337  0.145137
    4 ETW000  [dev trc     ,00000]  Assigning user session 0x60000000010fc940 to service context
    0x600000000106aa68
    4 ETW000                                                                            4085  0.149222
    4 ETW000  [dev trc     ,00000]  -->oci_prepare_stmt(con_hdl=0, len=54, stmth_p=0x6000000001077608)
    4 ETW000                                                                              63  0.149285
    4 ETW000  [dev trc     ,00000]         BEGIN DBMS_APPLICATION_INFO.SET_CLIENT_INFO(:A0); END;       
    4 ETW000                                                                              37  0.149322
    4 ETW000  [dev trc     ,00000]  -->oci_prepare_stmt(con_hdl=0, len=0, stmth_p=0x6000000001077608)
    4 ETW000                                                                             585  0.149907
    4 ETW000  [dev trc     ,00000]         SELECT SID FROM V$MYSTAT WHERE ROWNUM<2                                                                               
    4 ETW000                                                                              36  0.149943
    4 ETW000  [dev trc     ,00000]  Connected to session 297.                            350  0.150293
    4 ETW000  [dev trc     ,00000]  Now 'SAPSR3/<pwd>@PC1' is connected: con_hdl=0, nls_hdl=0,
    session_id=297.
    4 ETW000                                                                              38  0.150331
    4 ETW000  [dev trc     ,00000]  -->oci_prepare_stmt(con_hdl=0, len=0, stmth_p=0x6000000001077608)
    4 ETW000                                                                              38  0.150369
    4 ETW000  [dev trc     ,00000]         ALTER SESSION SET NLS_SORT = BINARY                                                                               
    4 ETW000                                                                              34  0.150403
    4 ETW000  [dev trc     ,00000]  -->oci_prepare_stmt(con_hdl=0, len=0, stmth_p=0x6000000001077608)
    4 ETW000                                                                             294  0.150697
    4 ETW000  [dev trc     ,00000]         SELECT VALUE FROM V$NLS_PARAMETERS WHERE PARAMETER IN
    ('NLS_LANGUAGE', 'NLS_TERRITORY', 'NLS_CHARACTERSET') ORDER BY PARAM
    4 ETW000                                                                              66  0.150763
    4 ETW000  [dev trc     ,00000]         ETER                                                                               
    4 ETW000                                                                              34  0.150797
    4 ETW000  [dev trc     ,00000]  Database NLS settings: AMERICAN_AMERICA.UTF8         329  0.151126
    4 ETW000  [dev trc     ,00000]  -->oci_prepare_stmt(con_hdl=0, len=0, stmth_p=0x6000000001077608)
    4 ETW000                                                                             856  0.151982
    4 ETW000  [dev trc     ,00000]         SELECT UPPER(INSTANCE_NAME),HOST_NAME,VERSION,TO_CHAR
    (STARTUP_TIME,'MON DD, YYYY, HH24:MI:SS') FROM V$INSTANCE           
    4 ETW000                                                                              36  0.152018
    4 ETW000  [dev trc     ,00000]  DB instance PC1 is running on scmdb001 with ORACLE version
    10.2.0.4.0 since NOV 07, 2010, 03:23:10
    4 ETW000                                                                             349  0.152367
    4 ETW000  [dev trc     ,00000]  -->oci_prepare_stmt(con_hdl=0, len=0, stmth_p=0x6000000001077608)
    4 ETW000                                                                              38  0.152405
    4 ETW000  [dev trc     ,00000]         SELECT SUBSTR(NAME,1,3), TO_CHAR(CREATED,'YYYYMMDDHHMMSS')
    FROM V$DATABASE

  • Error starting database control

    Hi, All,
    I am installing 11.1.0.6 on windows server 2003 R2.
    After installing i am getting the error
    error starting database control.
    please find my log file below:
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-migrate' set to false
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromDBControl' set to false
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToCentralAgent' set to false
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromCentralAgent' set to false
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToDBControl' set to false
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-migrate' set to false
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromDBControl' set to false
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToCentralAgent' set to false
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromCentralAgent' set to false
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToDBControl' set to false
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: LOG_FILE value: C:\Oracle\cfgtoollogs\dbca\dw01\emConfig.log
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: HOST value: dme001.omg-asia.com
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: PORT value: 1521
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SID value: dw01
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: LISTENER value: LISTENER
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: LISTENER_OH value: C:\Oracle\product\11.1.0\db_1
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-config' set to true
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: EM_HOME value: C:\Oracle\product\11.1.0\db_1
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: dw01
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: dw01
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: ORACLE_HOME value: C:\Oracle\product\11.1.0\db_1
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'dbcontrol' set to true
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'UPDATE_EMAIL' set to false
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-backup' set to false
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'create' set to false
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\Oracle\product\11.1.0\db_1\oui
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.EMConfig addEMCALogFile
    CONFIG: ORACLE_BASE :C:\Oracle
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\cfgtoollogs\emca\emca_2013_06_26_14_01_10.log to C:\Oracle\cfgtoollogs\emca\dw01\emca_2013_06_26_14_01_10.log
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\Oracle\product\11.1.0\db_1\oui
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\Oracle\product\11.1.0\db_1\oui
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at C:\Oracle\cfgtoollogs\dbca\dw01\emConfig.log.
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\Oracle\product\11.1.0\db_1\oui
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\Oracle\product\11.1.0\db_1\oui
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'CHECK_CONFIG' set to true
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: dw01, oracleHome: C:\Oracle\product\11.1.0\db_1, and user: SYS
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: dw01, oracleHome: C:\Oracle\product\11.1.0\db_1, and user: DBSNMP
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: dw01, oracleHome: C:\Oracle\product\11.1.0\db_1, and user: SYS
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: dw01, oracleHome: C:\Oracle\product\11.1.0\db_1, and user: SYS
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: dw01
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: dw01
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: dw01
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBID.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.DatabaseChecks getDbid
    CONFIG: No dbid available. Will query db to extract it.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: dw01, oracleHome: C:\Oracle\product\11.1.0\db_1, and user: SYS
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBID value: 1415694
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: dw01, oracleHome: C:\Oracle\product\11.1.0\db_1, and user: SYSMAN
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: dw01, oracleHome: C:\Oracle\product\11.1.0\db_1, and user: SYS
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.EMDBPreConfig invoke
    CONFIG: Passed repository configuration check
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter GLOBAL_DB_UNIQUE_NAME.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.DatabaseChecks getGlobalDbUniqueName
    CONFIG: No Global database unique name available. Will try to retrieve it from DB itself
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: dw01, oracleHome: C:\Oracle\product\11.1.0\db_1, and user: SYS
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: GLOBAL_DB_UNIQUE_NAME value: dw01
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties to C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties.emca.tmp
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties has been copied to C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties.emca.tmp
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\sysman\config\emoms.properties to C:\Oracle\product\11.1.0\db_1\sysman\config\emoms.properties.emca.tmp
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file C:\Oracle\product\11.1.0\db_1\sysman\config\emoms.properties has been copied to C:\Oracle\product\11.1.0\db_1\sysman\config\emoms.properties.emca.tmp
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\sysman\emd\targets.xml to C:\Oracle\product\11.1.0\db_1\sysman\emd\targets.xml.emca.tmp
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file C:\Oracle\product\11.1.0\db_1\sysman\emd\targets.xml has been copied to C:\Oracle\product\11.1.0\db_1\sysman\emd\targets.xml.emca.tmp
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: Cluster.isCluster: false. Skip call to getLocalNode
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_RECONFIG' set to false
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: dw01 Host: dme001.omg-asia.com Node: null OH: C:\Oracle\product\11.1.0\db_1 agentHome: null isCentral: false
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: dw01 Host: dme001.omg-asia.com Node: null OH: C:\Oracle\product\11.1.0\db_1 isDBC: false
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_CONFIGURED' set to false
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_DBCONTROL_CONFIGURED' set to false
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: dw01 Host: dme001.omg-asia.com Node: null OH: C:\Oracle\product\11.1.0\db_1 isDBC: false
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter PORTS_FILE.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT_dw01.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT_dw01.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_dw01.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT_dw01.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to C:\Oracle\product\11.1.0\db_1\oui
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to C:\Oracle\product\11.1.0\db_1\oui
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Homes to scan for used ports: [C:\Oracle\product\11.1.0\db_1]
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Searching all DBConsole instances for used ports under ORACLE_HOME C:\Oracle\product\11.1.0\db_1
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking JMS port: null from C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking RMI port: null from C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking HTTP port: null from C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.PortManager getAgentPort
    CONFIG: Cannot parse EMD_URL correctly. No port identified
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking Agent port: null from C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Cannnot parse EMD_URL correctly. No port identified
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.FileUtil getProperties
    CONFIG: Error reading file C:\Oracle\product\11.1.0\db_1\install\staticports.ini
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.PortManager getFreePorts
    CONFIG: C:\Oracle\product\11.1.0\db_1:dme001.omg-asia.com:null:dw01:{}:null:{DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT_dw01.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: AGENT_PORT_dw01 value: 3938
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_dw01.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBCONTROL_HTTP_PORT_dw01 value: 1158
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT_dw01.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: JMS_PORT_dw01 value: 5540
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT_dw01.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: RMI_PORT_dw01 value: 5520
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.EMDBPreConfig getFreePorts
    CONFIG: Ports assigned for SID: dw01 : {DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.EMDBPreConfig copyAgentTimeStampFile
    CONFIG: File: C:\Oracle\product\11.1.0\db_1\dme001.omg-asia.com_dw01\sysman\emd\agntstmp.txt:dme001.omg-asia.com does not exists.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: dw01, oracleHome: C:\Oracle\product\11.1.0\db_1, and user: SYS
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: Unlocking dbsnmp and sysman
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.EMReposConfig invoke
    CONFIG: Successfully unlocked relevant accounts
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: dw01, oracleHome: C:\Oracle\product\11.1.0\db_1, and user: SYSMAN
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 26, 2013 2:01:15 PM oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
    CONFIG: Finished executing emreposoutofbox.sql
    Jun 26, 2013 2:01:15 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: dw01, oracleHome: C:\Oracle\product\11.1.0\db_1, and user: SYSMAN
    Jun 26, 2013 2:01:15 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 26, 2013 2:01:15 PM oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
    CONFIG: Submitting dbms job: C:\Oracle\product\11.1.0\db_1\sysman\admin\emdrep\sql\core\latest\admin\admin_submit_dbms_jobs.sql
    Jun 26, 2013 2:01:15 PM oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
    CONFIG: Successfully submitted dbms job
    Jun 26, 2013 2:01:15 PM oracle.sysman.emcp.EMReposConfig unlockMGMTAccount
    CONFIG: Unlocking mgmt view user account
    Jun 26, 2013 2:01:15 PM oracle.sysman.emcp.EMReposConfig unlockMGMTAccount
    CONFIG: view user sql: declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end;
    Jun 26, 2013 2:01:15 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: CMD /C C:\Oracle\product\11.1.0\db_1\sysman\admin\scripts\emca\emcaDbUtil.bat "C:\Oracle\product\11.1.0\db_1\sysman\admin\scripts;C:\Oracle\product\11.1.0\db_1\bin;" C:/Oracle/product/11.1.0/db_1/perl/5.8.3/bin/MSWin32-x86-multi-thread\perl.exe C:\Oracle\product\11.1.0\db_1\sysman\admin\scripts\emca\emcaDbUtil.pl C:\Oracle\product\11.1.0\db_1 dw01 SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD
    Jun 26, 2013 2:01:16 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Jun 26, 2013 2:01:16 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of CMD /C C:\Oracle\product\11.1.0\db_1\sysman\admin\scripts\emca\emcaDbUtil.bat "C:\Oracle\product\11.1.0\db_1\sysman\admin\scripts;C:\Oracle\product\11.1.0\db_1\bin;" C:/Oracle/product/11.1.0/db_1/perl/5.8.3/bin/MSWin32-x86-multi-thread\perl.exe C:\Oracle\product\11.1.0\db_1\sysman\admin\scripts\emca\emcaDbUtil.pl C:\Oracle\product\11.1.0\db_1 dw01 SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD  completed successfully
    Jun 26, 2013 2:01:16 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Arguments passed C:\Oracle\product\11.1.0\db_1 dw01 SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD
    Connecting to database dw01 in home C:\Oracle\product\11.1.0\db_1 with user "SYS" role "SYSDBA".
    connected to database.
    sql to execute declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end;
    noOfParams to bind: 1.
    sql execute successfully.
    Jun 26, 2013 2:01:16 PM oracle.sysman.emcp.EMReposConfig unlockMGMTAccount
    CONFIG: Unlocked mgmt_view account
    Jun 26, 2013 2:01:16 PM oracle.sysman.emcp.EMReposConfig invoke
    CONFIG: Successfully unlocked mgmt_view account
    Jun 26, 2013 2:01:16 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:01:16 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: dw01, oracleHome: C:\Oracle\product\11.1.0\db_1, and user: SYSMAN
    Jun 26, 2013 2:01:16 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 26, 2013 2:01:16 PM oracle.sysman.emcp.ParamsManager checkListenerStatusForDBControl
    CONFIG: Passed listener validation check.Listener is up and running.
    Jun 26, 2013 2:01:16 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:01:16 PM oracle.sysman.emcp.EMReposConfig uploadConfigDataToRepository
    INFO: Uploading configuration data to EM repository (this may take a while) ...
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Uploaded configuration data successfully
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.EMDBCConfig updateEmomsProps
    CONFIG: Updating file C:\Oracle\product\11.1.0\db_1\sysman\config\emoms.properties ...
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\sysman\config\emoms.properties.emca to C:\Oracle\product\11.1.0\db_1\sysman\config\emoms.properties
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\sysman\config\emoms.properties.emca.util.tmp to C:\Oracle\product\11.1.0\db_1\sysman\config\emoms.properties
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\server.xml.emca.util.tmp to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\server.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.EMDBCConfig copyOC4JDir
    CONFIG: Copying OC4J config files from C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\application.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\application.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\data-sources.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\data-sources.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\default-web-site.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\default-web-site.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\entity-resolver-config.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\entity-resolver-config.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\global-web-application.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\global-web-application.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\http-web-site.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\http-web-site.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\internal-settings.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\internal-settings.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\j2ee-logging.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\j2ee-logging.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\java2.policy to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\java2.policy
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\javacache.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\javacache.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\jazn-data.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\jazn-data.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\jazn.security.props to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\jazn.security.props
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\jazn.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\jazn.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\jms.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\jms.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\mime.types to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\mime.types
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\oc4j-connectors.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\oc4j-connectors.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\oc4j.properties to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\oc4j.properties
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\orb-config.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\orb-config.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\principals.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\principals.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\rmi.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\rmi.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\server.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\server.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\system-application.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\system-application.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\system-jazn-data.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\system-jazn-data.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\transaction-manager.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\transaction-manager.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\database-schemas
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\database-schemas\hypersonic.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\database-schemas\hypersonic.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\database-schemas\ms-access.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\database-schemas\ms-access.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\database-schemas\ms-sql.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\database-schemas\ms-sql.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\database-schemas\oracle.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\database-schemas\oracle.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\database-schemas\postgresql.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\database-schemas\postgresql.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\database-schemas\sybase.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\database-schemas\sybase.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\connectors
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\connectors\README.txt to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\connectors\README.txt
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\connectors\datasources
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\connectors\datasources\datasources.rar to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\connectors\datasources\datasources.rar
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\connectors\OracleASjms
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\connectors\OracleASjms\OracleASjms.rar to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\connectors\OracleASjms\OracleASjms.rar
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\META-INF
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\META-INF\MANIFEST.MF to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\META-INF\MANIFEST.MF
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\application-deployments\default\defaultWebApp
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\application-deployments\default\defaultWebApp\orion-web.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\application-deployments\default\defaultWebApp\orion-web.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.EMDBCConfig copyOC4JDir
    CONFIG: Finished copying OC4J config files
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\jms.xml.emca.util.tmp to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\jms.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\rmi.xml.emca.util.tmp to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\rmi.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\rmi.xml.emca.util.tmp to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\rmi.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\http-web-site.xml.emca.util.tmp to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\http-web-site.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.EMAgentConfig updateEmdProps
    CONFIG: Updating file C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties ...
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties.emca to C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties.emca.util.tmp to C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.EMAgentConfig updateAgentConfigFiles
    CONFIG: Updating file C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties ...
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.EMAgentConfig updateTargets
    CONFIG: value for use102tgt: false
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.ParamsManager getLocalListener
    CONFIG: Using specified listener name: LISTENER
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.EMAgentConfig updateAgentConfigFiles
    CONFIG: Updating file C:\Oracle\product\11.1.0\db_1\sysman\emd\targets.xml ...
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.EMAgentConfig instantiateEMConfigFiles
    CONFIG: Local host name: dme001.omg-asia.com
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: cmdType: 2
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Service does not exist
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.PlatformInterface addEnvVarToList
    CONFIG: Value for env var 'TZ' is '', discarding the same
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.PlatformInterface addEnvVarToList
    CONFIG: Value for env var 'ORACLE_HOSTNAME' is '', discarding the same
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [ALLUSERSPROFILE=C:\Documents and Settings\All Users, APPDATA=C:\Documents and Settings\administrator.OMG-ASIA\Application Data, ASSISTANTS_COMMON_CLASSPATH=C:\Oracle\product\11.1.0\db_1\assistants\jlib\assistantsCommon.jar, BALISHARE_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\share.jar, CLASSPATH=C:\Oracle\product\11.1.0\db_1\assistants\dbca\jlib\dbca.jar, CLUSTERLOG=C:\WINDOWS\Cluster\cluster.log, COMMONPROGRAMFILES=C:\Program Files (x86)\Common Files, COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, COMMONPROGRAMW6432=C:\Program Files\Common Files, COMPUTERNAME=DME001, COMSPEC=C:\WINDOWS\system32\cmd.exe, DBCA_CLASSPATH=C:\Oracle\product\11.1.0\db_1\assistants\dbca\jlib\dbca.jar, DVCA_CLASSPATH=C:\Oracle\product\11.1.0\db_1\dv\jlib\dvca.jar, EM_CLASSPATH=C:\Oracle\product\11.1.0\db_1\classes;C:\Oracle\product\11.1.0\db_1\jlib\oemlt.jar;C:\Oracle\product\11.1.0\db_1\jlib\emca.jar;C:\Oracle\product\11.1.0\db_1\sysman\jlib\emCORE.jar;C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\oc4j.jar;C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\db_oc4j_deploy.jar;C:\Oracle\product\11.1.0\db_1\jlib\emConfigInstall.jar, EWT_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\ewt3.jar;C:\Oracle\product\11.1.0\db_1\jlib\ewtcompat-3_3_15.jar, FP_NO_HOST_CHECK=NO, GDK_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\orai18n.jar, HELPJAR_CLASSPATH=C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_es.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_de.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_fr.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_it.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_ko.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_pt_BR.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_zh_CN.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_zh_TW.jar, HELP_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\help4.jar;C:\Oracle\product\11.1.0\db_1\jlib\jewt4.jar, HOMEDRIVE=C:, HOMEPATH=\Documents and Settings\administrator.OMG-ASIA, ICE_BROWSER_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\oracle_ice5.jar, INSTALLER_CLASSPATH=C:\Oracle\product\11.1.0\db_1\oui\jlib\OraInstaller.jar, JDBC_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jdbc\lib\ojdbc5.jar, KODIAK_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\kodiak.jar, LOGONSERVER=\\DOMAIN-SERVER-2, NEED_EXIT_CODE=1, NETCFG_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\ldapjclnt11.jar;C:\Oracle\product\11.1.0\db_1\jlib\netcfg.jar;C:\Oracle\product\11.1.0\db_1\jlib\ojmisc.jar;C:\Oracle\product\11.1.0\db_1\jlib\oraclepki103.jar;C:\Oracle\product\11.1.0\db_1\jlib\opm.jar, NUMBER_OF_PROCESSORS=4, OH=C:\Oracle\product\11.1.0\db_1, ORACLE_BASE=C:\Oracle, ORACLE_SID=dw01, OS=Windows_NT, PATH=C:\Oracle\product\11.1.0\db_1\jdk\jre\bin\server;C:\Oracle\product\11.1.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\SPSSInc\PASWStatistics18DataFileDriver\Standalone\ip\bin;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\WINDOWS\system32\WindowsPowerShell\v1.0, PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.PSC1, PROCESSOR_ARCHITECTURE=x86, PROCESSOR_ARCHITEW6432=AMD64, PROCESSOR_IDENTIFIER=EM64T Family 6 Model 23 Stepping 6, GenuineIntel, PROCESSOR_LEVEL=6, PROCESSOR_REVISION=1706, PROGRAMFILES=C:\Program Files (x86), PROGRAMFILES(X86)=C:\Program Files (x86), PROGRAMW6432=C:\Program Files, PROMPT=$P$G, SESSIONNAME=Console, SRVM_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\srvm.jar;C:\Oracle\product\11.1.0\db_1\jlib\srvmhas.jar;C:\Oracle\product\11.1.0\db_1\jlib\srvmasm.jar, SYSTEMDRIVE=C:, SYSTEMROOT=C:\WINDOWS, TEMP=C:\WINDOWS\TEMP, TMP=C:\WINDOWS\TEMP, USERDNSDOMAIN=OMG-ASIA.COM, USERDOMAIN=OMG-ASIA, USERNAME=Administrator, USERPROFILE=C:\Documents and Settings\administrator.OMG-ASIA, WINDIR=C:\WINDOWS, XMLPARSER_CLASSPATH=C:\Oracle\product\11.1.0\db_1\lib\xmlparserv2.jar, __PROCESS_HISTORY=C:\database 11.1.0.6 32 bit\database 11.1.0.6 32 bit\setup.exe]
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: CMD /C C:\Oracle\product\11.1.0\db_1\bin\emctl.bat deploy dbconsole C:\Oracle\product\11.1.0\db_1\dme001.omg-asia.com_dw01 dme001.omg-asia.com:3938 dme001.omg-asia.com dw01
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of CMD /C C:\Oracle\product\11.1.0\db_1\bin\emctl.bat deploy dbconsole C:\Oracle\product\11.1.0\db_1\dme001.omg-asia.com_dw01 dme001.omg-asia.com:3938 dme001.omg-asia.com dw01  completed successfully
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Creating shared install...
    Source location: C:\Oracle\product\11.1.0\db_1
    Destination (shared install) : C:\Oracle\product\11.1.0\db_1\dme001.omg-asia.com_dw01
    DeployMode : dbconsole
    Creating directories...
    Setting console properties ...
    Setting log and trace files locations for Console ...
    Setting log and trace files locations for Agent ...
    Service "OracleDBConsoledw01" create SUCCESS
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.EMAgentConfig updateDBControlPort
    CONFIG: Setting https port as: -1
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\dme001.omg-asia.com_dw01\sysman\config\emoms.properties.emca.util.tmp to C:\Oracle\product\11.1.0\db_1\dme001.omg-asia.com_dw01\sysman\config\emoms.properties
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\dme001.omg-asia.com_dw01\sysman\config\emd.properties.emca.util.tmp to C:\Oracle\product\11.1.0\db_1\dme001.omg-asia.com_dw01\sysman\config\emd.properties
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\dme001.omg-asia.com_dw01\sysman\config\emd.properties.emca.util.tmp to C:\Oracle\product\11.1.0\db_1\dme001.omg-asia.com_dw01\sysman\config\emd.properties
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PlatformInterface getEnvProps
    CONFIG: Returning env array from cache
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [ALLUSERSPROFILE=C:\Documents and Settings\All Users, APPDATA=C:\Documents and Settings\administrator.OMG-ASIA\Application Data, ASSISTANTS_COMMON_CLASSPATH=C:\Oracle\product\11.1.0\db_1\assistants\jlib\assistantsCommon.jar, BALISHARE_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\share.jar, CLASSPATH=C:\Oracle\product\11.1.0\db_1\assistants\dbca\jlib\dbca.jar, CLUSTERLOG=C:\WINDOWS\Cluster\cluster.log, COMMONPROGRAMFILES=C:\Program Files (x86)\Common Files, COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, COMMONPROGRAMW6432=C:\Program Files\Common Files, COMPUTERNAME=DME001, COMSPEC=C:\WINDOWS\system32\cmd.exe, DBCA_CLASSPATH=C:\Oracle\product\11.1.0\db_1\assistants\dbca\jlib\dbca.jar, DVCA_CLASSPATH=C:\Oracle\product\11.1.0\db_1\dv\jlib\dvca.jar, EM_CLASSPATH=C:\Oracle\product\11.1.0\db_1\classes;C:\Oracle\product\11.1.0\db_1\jlib\oemlt.jar;C:\Oracle\product\11.1.0\db_1\jlib\emca.jar;C:\Oracle\product\11.1.0\db_1\sysman\jlib\emCORE.jar;C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\oc4j.jar;C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\db_oc4j_deploy.jar;C:\Oracle\product\11.1.0\db_1\jlib\emConfigInstall.jar, EWT_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\ewt3.jar;C:\Oracle\product\11.1.0\db_1\jlib\ewtcompat-3_3_15.jar, FP_NO_HOST_CHECK=NO, GDK_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\orai18n.jar, HELPJAR_CLASSPATH=C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_es.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_de.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_fr.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_it.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_ko.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_pt_BR.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_zh_CN.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_zh_TW.jar, HELP_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\help4.jar;C:\Oracle\product\11.1.0\db_1\jlib\jewt4.jar, HOMEDRIVE=C:, HOMEPATH=\Documents and Settings\administrator.OMG-ASIA, ICE_BROWSER_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\oracle_ice5.jar, INSTALLER_CLASSPATH=C:\Oracle\product\11.1.0\db_1\oui\jlib\OraInstaller.jar, JDBC_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jdbc\lib\ojdbc5.jar, KODIAK_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\kodiak.jar, LD_LIBRARY_PATH=C:\Oracle\product\11.1.0\db_1\lib32;C:\Oracle\product\11.1.0\db_1\lib;C:\Oracle\product\11.1.0\db_1\perl\lib;null, LOGONSERVER=\\DOMAIN-SERVER-2, NETCFG_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\ldapjclnt11.jar;C:\Oracle\product\11.1.0\db_1\jlib\netcfg.jar;C:\Oracle\product\11.1.0\db_1\jlib\ojmisc.jar;C:\Oracle\product\11.1.0\db_1\jlib\oraclepki103.jar;C:\Oracle\product\11.1.0\db_1\jlib\opm.jar, NUMBER_OF_PROCESSORS=4, OH=C:\Oracle\product\11.1.0\db_1, ORACLE_BASE=C:\Oracle, OS=Windows_NT, PATH=C:\Oracle\product\11.1.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\SPSSInc\PASWStatistics18DataFileDriver\Standalone\ip\bin;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\WINDOWS\system32\WindowsPowerShell\v1.0, PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.PSC1, PERL5LIB=C:\Oracle\product\11.1.0\db_1\sysman\admin\scripts;C:\Oracle\product\11.1.0\db_1\bin;, PROCESSOR_ARCHITECTURE=x86, PROCESSOR_ARCHITEW6432=AMD64, PROCESSOR_IDENTIFIER=EM64T Family 6 Model 23 Stepping 6, GenuineIntel, PROCESSOR_LEVEL=6, PROCESSOR_REVISION=1706, PROGRAMFILES=C:\Program Files (x86), PROGRAMFILES(X86)=C:\Program Files (x86), PROGRAMW6432=C:\Program Files, PROMPT=$P$G, SESSIONNAME=Console, SRVM_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\srvm.jar;C:\Oracle\product\11.1.0\db_1\jlib\srvmhas.jar;C:\Oracle\product\11.1.0\db_1\jlib\srvmasm.jar, SYSTEMDRIVE=C:, SYSTEMROOT=C:\WINDOWS, TEMP=C:\WINDOWS\TEMP, TMP=C:\WINDOWS\TEMP, USERDNSDOMAIN=OMG-ASIA.COM, USERDOMAIN=OMG-ASIA, USERNAME=Administrator, USERPROFILE=C:\Documents and Settings\administrator.OMG-ASIA, WINDIR=C:\WINDOWS, XMLPARSER_CLASSPATH=C:\Oracle\product\11.1.0\db_1\lib\xmlparserv2.jar, __PROCESS_HISTORY=C:\database 11.1.0.6 32 bit\database 11.1.0.6 32 bit\setup.exe]
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: C:/Oracle/product/11.1.0/db_1/perl/5.8.3/bin/MSWin32-x86-multi-thread\perl.exe C:\Oracle\product\11.1.0\db_1\bin\targetdeploy.pl C:\Oracle\product\11.1.0\db_1\dme001.omg-asia.com_dw01 dme001.omg-asia.com dw01
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of C:/Oracle/product/11.1.0/db_1/perl/5.8.3/bin/MSWin32-x86-multi-thread\perl.exe C:\Oracle\product\11.1.0\db_1\bin\targetdeploy.pl C:\Oracle\product\11.1.0\db_1\dme001.omg-asia.com_dw01 dme001.omg-asia.com dw01  completed successfully
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Creating targets.xml in state directories...
    Source location: C:/Oracle/product/11.1.0/db_1
    Destination : C:\Oracle\product\11.1.0\db_1\dme001.omg-asia.com_dw01
    Creating directories...
    Creating targets.xml...
    Done.
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.EMAgentConfig createAgentTimeStampFile
    CONFIG: Creating agntstmp.txt file. oh: C:\Oracle\product\11.1.0\db_1 stateDir: C:\Oracle\product\11.1.0\db_1\dme001.omg-asia.com_dw01 host: dme001.omg-asia.com
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.EMAgentConfig createAgentTimeStampFile
    CONFIG: File: C:\Oracle\product\11.1.0\db_1\sysman\emd\agntstmp.txt.dw01 does not exists
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.EMAgentConfig instantiateEMConfigFiles
    CONFIG: Successfully deployed state dirs for dme001.omg-asia.com
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.EMAgentConfig performConfiguration
    CONFIG: Successfully updated agent config files
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties.emca.tmp to C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties.emca.tmp has been copied to C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\sysman\emd\targets.xml.emca.tmp to C:\Oracle\product\11.1.0\db_1\sysman\emd\targets.xml
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file C:\Oracle\product\11.1.0\db_1\sysman\emd\targets.xml.emca.tmp has been copied to C:\Oracle\product\11.1.0\db_1\sysman\emd\targets.xml
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: Updating file C:\Oracle\product\11.1.0\db_1\install\portlist.ini ...
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\install\portlist.ini to C:\Oracle\product\11.1.0\db_1\install\portlist.ini.emca.util.tmp
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file C:\Oracle\product\11.1.0\db_1\install\portlist.ini has been copied to C:\Oracle\product\11.1.0\db_1\install\portlist.ini.emca.util.tmp
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: Writing the selected ports to portlist.ini
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\install\portlist.ini.emca.util.tmp to C:\Oracle\product\11.1.0\db_1\install\portlist.ini
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: File C:\Oracle\product\11.1.0\db_1\install\portlist.ini is successfully updated
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: Updating file C:\Oracle\product\11.1.0\db_1\install\portlist.ini ...
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\install\portlist.ini to C:\Oracle\product\11.1.0\db_1\install\portlist.ini.emca.util.tmp
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file C:\Oracle\product\11.1.0\db_1\install\portlist.ini has been copied to C:\Oracle\product\11.1.0\db_1\install\portlist.ini.emca.util.tmp
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: Writing the selected ports to portlist.ini
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\install\portlist.ini.emca.util.tmp to C:\Oracle\product\11.1.0\db_1\install\portlist.ini
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: File C:\Oracle\product\11.1.0\db_1\install\portlist.ini is successfully updated
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter EM_SWLIB_STAGE_LOC.
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.DBControlUtil configureSoftwareLib
    CONFIG: Configuring Software Library
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: dw01, oracleHome: C:\Oracle\product\11.1.0\db_1, and user: SYSMAN
    Jun 26, 2013 2:02:09 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 26, 2013 2:02:09 PM oracle.sysman.emcp.util.DBControlUtil configureSoftwareLib
    INFO: Software library configured successfully.
    Jun 26, 2013 2:02:09 PM oracle.sysman.emcp.EMDBPostConfig configureSoftwareLibrary
    INFO: Deploying Provisioning archives ...
    Jun 26, 2013 2:02:09 PM oracle.sysman.emcp.util.PlatformInterface addEnvVarToList
    CONFIG: Value for env var 'TZ' is '', discarding the sam

    Unfortunatley, it appears oracle isn't running anywhere
    The install apps wizard says everything is installed ok, but as I keep mentioning... it appears there are not oracle services running.
    Before you create a db, are there any oracle services running?
    Doesn't oracle install some web server? Where is it?
    Is there some other diagnostic I can run?
    I've uninstalled and reinstalled oracle already, to no avail.
    Thanks again..
    C:\oracle>type install\portlist.ini
    iSQL*Plus HTTP port number =5560
    Enterprise Manager Console HTTP Port (test) = 1158
    Enterprise Manager Agent Port (test) = 3938
    C:\oracle>telnet localhost 5560
    Connecting To localhost...Could not open connection to the host, on port 5560: C
    onnect failed
    C:\oracle>telnet localhost 1158
    Connecting To localhost...Could not open connection to the host, on port 1158: C
    onnect failed
    C:\oracle>telnet localhost 3938
    Connecting To localhost...Could not open connection to the host, on port 3938: C
    onnect failed
    C:\oracle>telnet localhost 5500
    Connecting To localhost...Could not open connection to the host, on port 5500: C
    onnect failed

  • Error Starting Database Control when upgrading 10.2.0.1 - 10.2.0.4

    Ran the upgrade on Monday. Not a grid. Single instance.
    It failed and we were forced to roll back using an OS backup...
    The database upgrade assistant failed with an error that it 'could not complete the Enterprise Manager configuration with the following error ' Error starting the database control refer to the log file at ..emConfig.log.
    The log is large (102k)
    In looking at the log, other than several entries stating:No value was set for the parameter ORACLE_HOSTNAME, the first thing of note is 'invalid node list' followed by two java exceptions. The log shows the successful deletion of the existing service OracleDBConsole
    and the error of not able to read ..staticports.ini file (it does not exist)
    The next error (futher down the log) is an exit value of 1 when java is executing rt.jar to 'update home'
    eventually resulting in another java stack trace.
    Is this enough information to help with ideas, or do I need to post the entire log file?

    Oct 12, 2009 10:14:26 AM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at D:\oracle\product\10.2.0\db_1\cfgtoollogs\dbua\orcl08\upgrade0\emConfig.log.
    Oct 12, 2009 10:14:26 AM oracle.sysman.emcp.ParamsManager setParam
    oracle.ops.mgmt.cluster.InvalidNodeListException: PRKC-1035 : Node names for this cluster could not be retrieved
    [PRKH-1010 : Unable to communicate with CRS services.
      [OCR Error(Native: prsr_initCLSS:[21])]]
         at oracle.ops.mgmt.cluster.Cluster.verifyNodeList(Cluster.java:948)
         at oracle.ops.mgmt.cluster.Cluster.isSharedPath(Cluster.java:846)
         at oracle.sysman.emcp.util.ClusterUtil.isShared(ClusterUtil.java:792)
         at oracle.sysman.emcp.EMDBCConfig.performUpgrade(EMDBCConfig.java:298)
         at oracle.sysman.emcp.EMDBCConfig.invoke(EMDBCConfig.java:167)
         at oracle.sysman.emcp.EMDBCConfig.invoke(EMDBCConfig.java:133)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:172)
         at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:436)
         at oracle.sysman.assistants.util.em.EMConfigStep.executeImpl(EMConfigStep.java:140)
         at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
         at oracle.sysman.assistants.util.step.BasicStep.callStep(BasicStep.java:251)
         at oracle.sysman.assistants.dbma.backend.EMConfigStep.executeStepImpl(EMConfigStep.java:104)
         at oracle.sysman.assistants.dbma.backend.SummarizableStep.executeImpl(SummarizableStep.java:175)
         at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
         at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
         at oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2488)
         at java.lang.Thread.run(Thread.java:534)
    Exception Caused by:
    oracle.ops.mgmt.cluster.ClusterException: PRKH-1010 : Unable to communicate with CRS services.
    [OCR Error(Native: prsr_initCLSS:[21])]
         at oracle.ops.mgmt.cluster.GetActiveNodes.<init>(GetActiveNodes.java:174)
         at oracle.ops.mgmt.cluster.GetActiveNodes.create(GetActiveNodes.java:216)
         at oracle.ops.mgmt.cluster.Cluster.getNodes(Cluster.java:298)
         at oracle.ops.mgmt.cluster.Cluster.verifyNodeList(Cluster.java:937)
         at oracle.ops.mgmt.cluster.Cluster.isSharedPath(Cluster.java:846)
         at oracle.sysman.emcp.util.ClusterUtil.isShared(ClusterUtil.java:792)
         at oracle.sysman.emcp.EMDBCConfig.performUpgrade(EMDBCConfig.java:298)
         at oracle.sysman.emcp.EMDBCConfig.invoke(EMDBCConfig.java:167)
         at oracle.sysman.emcp.EMDBCConfig.invoke(EMDBCConfig.java:133)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:172)
         at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:436)
         at oracle.sysman.assistants.util.em.EMConfigStep.executeImpl(EMConfigStep.java:140)
         at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
         at oracle.sysman.assistants.util.step.BasicStep.callStep(BasicStep.java:251)
         at oracle.sysman.assistants.dbma.backend.EMConfigStep.executeStepImpl(EMConfigStep.java:104)
         at oracle.sysman.assistants.dbma.backend.SummarizableStep.executeImpl(SummarizableStep.java:175)
         at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
         at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
         at oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2488)
         at java.lang.Thread.run(Thread.java:534)
    Oct 12, 2009 10:14:38 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    CONFIG: File/directory D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_hal-00-dbs-08.hal.net_ORCL08 does not exist
    Oct 12, 2009 10:14:39 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: Invalid node list: hal-00-dbs-08.hal.net
    oracle.ops.mgmt.cluster.InvalidNodeListException: PRKC-1035 : Node names for this cluster could not be retrieved
    [PRKH-1010 : Unable to communicate with CRS services.
      [OCR Error(Native: prsr_initCLSS:[21])]]
         at oracle.ops.mgmt.cluster.Cluster.verifyNodeList(Cluster.java:948)
         at oracle.ops.mgmt.cluster.Cluster.isSharedPath(Cluster.java:846)
         at oracle.sysman.emcp.util.ClusterUtil.isShared(ClusterUtil.java:792)
         at oracle.sysman.emcp.EMAgentConfig.performUpgrade(EMAgentConfig.java:708)
         at oracle.sysman.emcp.EMAgentConfig.invoke(EMAgentConfig.java:238)
         at oracle.sysman.emcp.EMAgentConfig.invoke(EMAgentConfig.java:208)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:175)
         at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:436)
         at oracle.sysman.assistants.util.em.EMConfigStep.executeImpl(EMConfigStep.java:140)
         at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
         at oracle.sysman.assistants.util.step.BasicStep.callStep(BasicStep.java:251)
         at oracle.sysman.assistants.dbma.backend.EMConfigStep.executeStepImpl(EMConfigStep.java:104)
         at oracle.sysman.assistants.dbma.backend.SummarizableStep.executeImpl(SummarizableStep.java:175)
         at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
         at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
         at oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2488)
         at java.lang.Thread.run(Thread.java:534)
    Exception Caused by:
    oracle.ops.mgmt.cluster.ClusterException: PRKH-1010 : Unable to communicate with CRS services.
    [OCR Error(Native: prsr_initCLSS:[21])]
         at oracle.ops.mgmt.cluster.GetActiveNodes.<init>(GetActiveNodes.java:174)
         at oracle.ops.mgmt.cluster.GetActiveNodes.create(GetActiveNodes.java:216)
         at oracle.ops.mgmt.cluster.Cluster.getNodes(Cluster.java:298)
         at oracle.ops.mgmt.cluster.Cluster.verifyNodeList(Cluster.java:937)
         at oracle.ops.mgmt.cluster.Cluster.isSharedPath(Cluster.java:846)
         at oracle.sysman.emcp.util.ClusterUtil.isShared(ClusterUtil.java:792)
         at oracle.sysman.emcp.EMAgentConfig.performUpgrade(EMAgentConfig.java:708)
         at oracle.sysman.emcp.EMAgentConfig.invoke(EMAgentConfig.java:238)
         at oracle.sysman.emcp.EMAgentConfig.invoke(EMAgentConfig.java:208)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:175)
         at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:436)
         at oracle.sysman.assistants.util.em.EMConfigStep.executeImpl(EMConfigStep.java:140)
         at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
         at oracle.sysman.assistants.util.step.BasicStep.callStep(BasicStep.java:251)
         at oracle.sysman.assistants.dbma.backend.EMConfigStep.executeStepImpl(EMConfigStep.java:104)
         at oracle.sysman.assistants.dbma.backend.SummarizableStep.executeImpl(SummarizableStep.java:175)
         at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
         at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
         at oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2488)
         at java.lang.Thread.run(Thread.java:534)
    Oct 12, 2009 10:14:40 AM oracle.sysman.emcp.ParamsManager getParam
    Service "OracleDBConsoleORCL08" create SUCCESS
    Oct 12, 2009 10:14:41 AM oracle.sysman.emcp.EMAgentConfig updateDBControlPort
    CONFIG: Setting https port as: -1
    Oct 12, 2009 10:14:46 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: D:\oracle\product\10.2.0\db_1\jdk\jre\bin\java -classpath D:\oracle\product\10.2.0\db_1\jdk\jre\lib\rt.jar;D:\oracle\product\10.2.0\db_1\jdk\jre\lib\i18n.jar;D:\oracle\product\10.2.0\db_1\jlib\ewt3.jar;D:\oracle\product\10.2.0\db_1\jlib\ewtcompat-3_3_15.jar;D:\oracle\product\10.2.0\db_1\jlib\share.jar;D:\oracle\product\10.2.0\db_1\jlib\swingall-1_1_1.jar;D:\oracle\product\10.2.0\db_1\jlib\oracle_ice5.jar;D:\oracle\product\10.2.0\db_1\jlib\jewt4.jar;D:\oracle\product\10.2.0\db_1\jlib\help4.jar;D:\oracle\product\10.2.0\db_1\jlib\kodiak.jar;D:\oracle\product\10.2.0\db_1\lib\xmlparserv2.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-mapping.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-utility.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-collation.jar;D:\oracle\product\10.2.0\db_1\classes;D:\oracle\product\10.2.0\db_1\jlib\oemlt-10_1_0.jar;D:\oracle\product\10.2.0\db_1\jlib\emca.jar;D:\oracle\product\10.2.0\db_1\sysman\jlib\emCORE.jar;D:\oracle\product\10.2.0\db_1\oc4j\j2ee\home\oc4j.jar;D:\oracle\product\10.2.0\db_1\jlib\emConfigInstall.jar;D:\oracle\product\10.2.0\db_1\oc4j\j2ee\home\db_oc4j_deploy.jar;D:\oracle\product\10.2.0\db_1\jlib\srvm.jar;D:\oracle\product\10.2.0\db_1\jlib\srvmhas.jar;D:\oracle\product\10.2.0\db_1\jlib\srvmasm.jar;D:\oracle\product\10.2.0\db_1\jlib\netcfg.jar;D:\oracle\product\10.2.0\db_1\jlib\oraclepki103.jar;D:\oracle\product\10.2.0\db_1\jlib\ldapjclnt10.jar;D:\oracle\product\10.2.0\db_1\assistants\jlib\assistantsCommon.jar;D:\oracle\product\10.2.0\db_1\assistants\dbua\jlib\dbma.jar;;D:\oracle\product\10.2.0\db_1\oui\jlib\OraInstaller.jar oracle.sysman.emcp.target.TargetManager -updateTargets db -EM_HOME D:\oracle\product\10.2.0\HTTP -ORACLE_HOME D:\oracle\product\10.2.0\db_1 -UPDATE_HOME D:\oracle\product\10.2.0\HTTP -DB_OH D:\oracle\product\10.2.0\db_1 -SID_LIST ORCL08 -PORT 1521 -SERVICE_NAME orcl08
    Oct 12, 2009 10:14:46 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 1
    Oct 12, 2009 10:14:46 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Scanning targets in emHome: D:\oracle\product\10.2.0\HTTP
    Oct 12, 2009 10:14:46 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: The properties file null\sysman\config\emcalog.properties needed to initialize the EMCA logger was not found. Default settings will be used
    Oct 12, 2009 10:14:46 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Error executing D:\oracle\product\10.2.0\db_1\jdk\jre\bin\java -classpath D:\oracle\product\10.2.0\db_1\jdk\jre\lib\rt.jar;D:\oracle\product\10.2.0\db_1\jdk\jre\lib\i18n.jar;D:\oracle\product\10.2.0\db_1\jlib\ewt3.jar;D:\oracle\product\10.2.0\db_1\jlib\ewtcompat-3_3_15.jar;D:\oracle\product\10.2.0\db_1\jlib\share.jar;D:\oracle\product\10.2.0\db_1\jlib\swingall-1_1_1.jar;D:\oracle\product\10.2.0\db_1\jlib\oracle_ice5.jar;D:\oracle\product\10.2.0\db_1\jlib\jewt4.jar;D:\oracle\product\10.2.0\db_1\jlib\help4.jar;D:\oracle\product\10.2.0\db_1\jlib\kodiak.jar;D:\oracle\product\10.2.0\db_1\lib\xmlparserv2.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-mapping.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-utility.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-collation.jar;D:\oracle\product\10.2.0\db_1\classes;D:\oracle\product\10.2.0\db_1\jlib\oemlt-10_1_0.jar;D:\oracle\product\10.2.0\db_1\jlib\emca.jar;D:\oracle\product\10.2.0\db_1\sysman\jlib\emCORE.jar;D:\oracle\product\10.2.0\db_1\oc4j\j2ee\home\oc4j.jar;D:\oracle\product\10.2.0\db_1\jlib\emConfigInstall.jar;D:\oracle\product\10.2.0\db_1\oc4j\j2ee\home\db_oc4j_deploy.jar;D:\oracle\product\10.2.0\db_1\jlib\srvm.jar;D:\oracle\product\10.2.0\db_1\jlib\srvmhas.jar;D:\oracle\product\10.2.0\db_1\jlib\srvmasm.jar;D:\oracle\product\10.2.0\db_1\jlib\netcfg.jar;D:\oracle\product\10.2.0\db_1\jlib\oraclepki103.jar;D:\oracle\product\10.2.0\db_1\jlib\ldapjclnt10.jar;D:\oracle\product\10.2.0\db_1\assistants\jlib\assistantsCommon.jar;D:\oracle\product\10.2.0\db_1\assistants\dbua\jlib\dbma.jar;;D:\oracle\product\10.2.0\db_1\oui\jlib\OraInstaller.jar oracle.sysman.emcp.target.TargetManager -updateTargets db -EM_HOME D:\oracle\product\10.2.0\HTTP -ORACLE_HOME D:\oracle\product\10.2.0\db_1 -UPDATE_HOME D:\oracle\product\10.2.0\HTTP -DB_OH D:\oracle\product\10.2.0\db_1 -SID_LIST ORCL08 -PORT 1521 -SERVICE_NAME orcl08
    Oct 12, 2009 10:14:46 AM oracle.sysman.emcp.EMAgentConfig performUpdateTargets
    CONFIG: Error upgrading EM configuration to the latest version.
    Oct 12, 2009 10:14:46 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: D:\oracle\product\10.2.0\db_1\jdk\jre\bin\java -classpath D:\oracle\product\10.2.0\db_1\jdk\jre\lib\rt.jar;D:\oracle\product\10.2.0\db_1\jdk\jre\lib\i18n.jar;D:\oracle\product\10.2.0\db_1\jlib\ewt3.jar;D:\oracle\product\10.2.0\db_1\jlib\ewtcompat-3_3_15.jar;D:\oracle\product\10.2.0\db_1\jlib\share.jar;D:\oracle\product\10.2.0\db_1\jlib\swingall-1_1_1.jar;D:\oracle\product\10.2.0\db_1\jlib\oracle_ice5.jar;D:\oracle\product\10.2.0\db_1\jlib\jewt4.jar;D:\oracle\product\10.2.0\db_1\jlib\help4.jar;D:\oracle\product\10.2.0\db_1\jlib\kodiak.jar;D:\oracle\product\10.2.0\db_1\lib\xmlparserv2.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-mapping.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-utility.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-collation.jar;D:\oracle\product\10.2.0\db_1\classes;D:\oracle\product\10.2.0\db_1\jlib\oemlt-10_1_0.jar;D:\oracle\product\10.2.0\db_1\jlib\emca.jar;D:\oracle\product\10.2.0\db_1\sysman\jlib\emCORE.jar;D:\oracle\product\10.2.0\db_1\oc4j\j2ee\home\oc4j.jar;D:\oracle\product\10.2.0\db_1\jlib\emConfigInstall.jar;D:\oracle\product\10.2.0\db_1\oc4j\j2ee\home\db_oc4j_deploy.jar;D:\oracle\product\10.2.0\db_1\jlib\srvm.jar;D:\oracle\product\10.2.0\db_1\jlib\srvmhas.jar;D:\oracle\product\10.2.0\db_1\jlib\srvmasm.jar;D:\oracle\product\10.2.0\db_1\jlib\netcfg.jar;D:\oracle\product\10.2.0\db_1\jlib\oraclepki103.jar;D:\oracle\product\10.2.0\db_1\jlib\ldapjclnt10.jar;D:\oracle\product\10.2.0\db_1\assistants\jlib\assistantsCommon.jar;D:\oracle\product\10.2.0\db_1\assistants\dbua\jlib\dbma.jar;;D:\oracle\product\10.2.0\db_1\oui\jlib\OraInstaller.jar oracle.sysman.emcp.target.TargetManager -updateTargets db -EM_HOME D:\oracle\product\10.2.0\db_1 -ORACLE_HOME D:\oracle\product\10.2.0\db_1 -UPDATE_HOME D:\oracle\product\10.2.0\db_1 -DB_OH D:\oracle\product\10.2.0\db_1 -SID_LIST ORCL08 -PORT 1521 -SERVICE_NAME orcl08
    Oct 12, 2009 10:14:47 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 1
    Oct 12, 2009 10:14:47 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Scanning targets in emHome: D:\oracle\product\10.2.0\db_1
    No targets found in emHome: D:\oracle\product\10.2.0\db_1
    Oct 12, 2009 10:14:47 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: The properties file null\sysman\config\emcalog.properties needed to initialize the EMCA logger was not found. Default settings will be used
    Oct 12, 2009 10:14:47 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Error executing D:\oracle\product\10.2.0\db_1\jdk\jre\bin\java -classpath D:\oracle\product\10.2.0\db_1\jdk\jre\lib\rt.jar;D:\oracle\product\10.2.0\db_1\jdk\jre\lib\i18n.jar;D:\oracle\product\10.2.0\db_1\jlib\ewt3.jar;D:\oracle\product\10.2.0\db_1\jlib\ewtcompat-3_3_15.jar;D:\oracle\product\10.2.0\db_1\jlib\share.jar;D:\oracle\product\10.2.0\db_1\jlib\swingall-1_1_1.jar;D:\oracle\product\10.2.0\db_1\jlib\oracle_ice5.jar;D:\oracle\product\10.2.0\db_1\jlib\jewt4.jar;D:\oracle\product\10.2.0\db_1\jlib\help4.jar;D:\oracle\product\10.2.0\db_1\jlib\kodiak.jar;D:\oracle\product\10.2.0\db_1\lib\xmlparserv2.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-mapping.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-utility.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-collation.jar;D:\oracle\product\10.2.0\db_1\classes;D:\oracle\product\10.2.0\db_1\jlib\oemlt-10_1_0.jar;D:\oracle\product\10.2.0\db_1\jlib\emca.jar;D:\oracle\product\10.2.0\db_1\sysman\jlib\emCORE.jar;D:\oracle\product\10.2.0\db_1\oc4j\j2ee\home\oc4j.jar;D:\oracle\product\10.2.0\db_1\jlib\emConfigInstall.jar;D:\oracle\product\10.2.0\db_1\oc4j\j2ee\home\db_oc4j_deploy.jar;D:\oracle\product\10.2.0\db_1\jlib\srvm.jar;D:\oracle\product\10.2.0\db_1\jlib\srvmhas.jar;D:\oracle\product\10.2.0\db_1\jlib\srvmasm.jar;D:\oracle\product\10.2.0\db_1\jlib\netcfg.jar;D:\oracle\product\10.2.0\db_1\jlib\oraclepki103.jar;D:\oracle\product\10.2.0\db_1\jlib\ldapjclnt10.jar;D:\oracle\product\10.2.0\db_1\assistants\jlib\assistantsCommon.jar;D:\oracle\product\10.2.0\db_1\assistants\dbua\jlib\dbma.jar;;D:\oracle\product\10.2.0\db_1\oui\jlib\OraInstaller.jar oracle.sysman.emcp.target.TargetManager -updateTargets db -EM_HOME D:\oracle\product\10.2.0\db_1 -ORACLE_HOME D:\oracle\product\10.2.0\db_1 -UPDATE_HOME D:\oracle\product\10.2.0\db_1 -DB_OH D:\oracle\product\10.2.0\db_1 -SID_LIST ORCL08 -PORT 1521 -SERVICE_NAME orcl08
    Oct 12, 2009 10:14:47 AM oracle.sysman.emcp.ParamsManager getParam
    Oct 12, 2009 10:14:47 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: D:\oracle\product\10.2.0\db_1\jdk\jre\bin\java -classpath D:\oracle\product\10.2.0\db_1\jdk\jre\lib\rt.jar;D:\oracle\product\10.2.0\db_1\jdk\jre\lib\i18n.jar;D:\oracle\product\10.2.0\db_1\jlib\ewt3.jar;D:\oracle\product\10.2.0\db_1\jlib\ewtcompat-3_3_15.jar;D:\oracle\product\10.2.0\db_1\jlib\share.jar;D:\oracle\product\10.2.0\db_1\jlib\swingall-1_1_1.jar;D:\oracle\product\10.2.0\db_1\jlib\oracle_ice5.jar;D:\oracle\product\10.2.0\db_1\jlib\jewt4.jar;D:\oracle\product\10.2.0\db_1\jlib\help4.jar;D:\oracle\product\10.2.0\db_1\jlib\kodiak.jar;D:\oracle\product\10.2.0\db_1\lib\xmlparserv2.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-mapping.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-utility.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-collation.jar;D:\oracle\product\10.2.0\db_1\classes;D:\oracle\product\10.2.0\db_1\jlib\oemlt-10_1_0.jar;D:\oracle\product\10.2.0\db_1\jlib\emca.jar;D:\oracle\product\10.2.0\db_1\sysman\jlib\emCORE.jar;D:\oracle\product\10.2.0\db_1\oc4j\j2ee\home\oc4j.jar;D:\oracle\product\10.2.0\db_1\jlib\emConfigInstall.jar;D:\oracle\product\10.2.0\db_1\oc4j\j2ee\home\db_oc4j_deploy.jar;D:\oracle\product\10.2.0\db_1\jlib\srvm.jar;D:\oracle\product\10.2.0\db_1\jlib\srvmhas.jar;D:\oracle\product\10.2.0\db_1\jlib\srvmasm.jar;D:\oracle\product\10.2.0\db_1\jlib\netcfg.jar;D:\oracle\product\10.2.0\db_1\jlib\oraclepki103.jar;D:\oracle\product\10.2.0\db_1\jlib\ldapjclnt10.jar;D:\oracle\product\10.2.0\db_1\assistants\jlib\assistantsCommon.jar;D:\oracle\product\10.2.0\db_1\assistants\dbua\jlib\dbma.jar;;D:\oracle\product\10.2.0\db_1\oui\jlib\OraInstaller.jar oracle.sysman.emcp.target.TargetManager -updateTargets db -EM_HOME D:\oracle\product\10.2.0\db_1\hal-00-dbs-08.hal.net_ORCL08 -ORACLE_HOME D:\oracle\product\10.2.0\db_1 -UPDATE_HOME D:\oracle\product\10.2.0\db_1 -DB_OH D:\oracle\product\10.2.0\db_1 -SID_LIST ORCL08 -PORT 1521 -SERVICE_NAME orcl08
    Oct 12, 2009 10:14:47 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 1
    Oct 12, 2009 10:14:47 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Scanning targets in emHome: D:\oracle\product\10.2.0\db_1\hal-00-dbs-08.hal.net_ORCL08
    Not updating db target: orcl08 in home: D:\oracle\product\10.2.0\db_1\hal-00-dbs-08.hal.net_ORCL08 as home: D:\oracle\product\10.2.0\db_1 and set home: D:\oracle\product\10.2.0\db_1, port: 1521 and set port: 1521 are same
    Oct 12, 2009 10:14:47 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: The properties file null\sysman\config\emcalog.properties needed to initialize the EMCA logger was not found. Default settings will be used
    Oct 12, 2009 10:14:47 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Error executing D:\oracle\product\10.2.0\db_1\jdk\jre\bin\java -classpath D:\oracle\product\10.2.0\db_1\jdk\jre\lib\rt.jar;D:\oracle\product\10.2.0\db_1\jdk\jre\lib\i18n.jar;D:\oracle\product\10.2.0\db_1\jlib\ewt3.jar;D:\oracle\product\10.2.0\db_1\jlib\ewtcompat-3_3_15.jar;D:\oracle\product\10.2.0\db_1\jlib\share.jar;D:\oracle\product\10.2.0\db_1\jlib\swingall-1_1_1.jar;D:\oracle\product\10.2.0\db_1\jlib\oracle_ice5.jar;D:\oracle\product\10.2.0\db_1\jlib\jewt4.jar;D:\oracle\product\10.2.0\db_1\jlib\help4.jar;D:\oracle\product\10.2.0\db_1\jlib\kodiak.jar;D:\oracle\product\10.2.0\db_1\lib\xmlparserv2.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-mapping.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-utility.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-collation.jar;D:\oracle\product\10.2.0\db_1\classes;D:\oracle\product\10.2.0\db_1\jlib\oemlt-10_1_0.jar;D:\oracle\product\10.2.0\db_1\jlib\emca.jar;D:\oracle\product\10.2.0\db_1\sysman\jlib\emCORE.jar;D:\oracle\product\10.2.0\db_1\oc4j\j2ee\home\oc4j.jar;D:\oracle\product\10.2.0\db_1\jlib\emConfigInstall.jar;D:\oracle\product\10.2.0\db_1\oc4j\j2ee\home\db_oc4j_deploy.jar;D:\oracle\product\10.2.0\db_1\jlib\srvm.jar;D:\oracle\product\10.2.0\db_1\jlib\srvmhas.jar;D:\oracle\product\10.2.0\db_1\jlib\srvmasm.jar;D:\oracle\product\10.2.0\db_1\jlib\netcfg.jar;D:\oracle\product\10.2.0\db_1\jlib\oraclepki103.jar;D:\oracle\product\10.2.0\db_1\jlib\ldapjclnt10.jar;D:\oracle\product\10.2.0\db_1\assistants\jlib\assistantsCommon.jar;D:\oracle\product\10.2.0\db_1\assistants\dbua\jlib\dbma.jar;;D:\oracle\product\10.2.0\db_1\oui\jlib\OraInstaller.jar oracle.sysman.emcp.target.TargetManager -updateTargets db -EM_HOME D:\oracle\product\10.2.0\db_1\hal-00-dbs-08.hal.net_ORCL08 -ORACLE_HOME D:\oracle\product\10.2.0\db_1 -UPDATE_HOME D:\oracle\product\10.2.0\db_1 -DB_OH D:\oracle\product\10.2.0\db_1 -SID_LIST ORCL08 -PORT 1521 -SERVICE_NAME orcl08
    Oct 12, 2009 10:14:47 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ASM_SID.
    Oct 12, 2009 10:14:47 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ASM_PORT.
    Oct 12, 2009 10:14:47 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ASM_OH.
    Oct 12, 2009 10:14:47 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter TNS_ADMIN.
    Oct 12, 2009 10:14:47 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: D:\oracle\product\10.2.0\db_1\jdk\jre\bin\java -classpath D:\oracle\product\10.2.0\db_1\jdk\jre\lib\rt.jar;D:\oracle\product\10.2.0\db_1\jdk\jre\lib\i18n.jar;D:\oracle\product\10.2.0\db_1\jlib\ewt3.jar;D:\oracle\product\10.2.0\db_1\jlib\ewtcompat-3_3_15.jar;D:\oracle\product\10.2.0\db_1\jlib\share.jar;D:\oracle\product\10.2.0\db_1\jlib\swingall-1_1_1.jar;D:\oracle\product\10.2.0\db_1\jlib\oracle_ice5.jar;D:\oracle\product\10.2.0\db_1\jlib\jewt4.jar;D:\oracle\product\10.2.0\db_1\jlib\help4.jar;D:\oracle\product\10.2.0\db_1\jlib\kodiak.jar;D:\oracle\product\10.2.0\db_1\lib\xmlparserv2.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-mapping.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-utility.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-collation.jar;D:\oracle\product\10.2.0\db_1\classes;D:\oracle\product\10.2.0\db_1\jlib\oemlt-10_1_0.jar;D:\oracle\product\10.2.0\db_1\jlib\emca.jar;D:\oracle\product\10.2.0\db_1\sysman\jlib\emCORE.jar;D:\oracle\product\10.2.0\db_1\oc4j\j2ee\home\oc4j.jar;D:\oracle\product\10.2.0\db_1\jlib\emConfigInstall.jar;D:\oracle\product\10.2.0\db_1\oc4j\j2ee\home\db_oc4j_deploy.jar;D:\oracle\product\10.2.0\db_1\jlib\srvm.jar;D:\oracle\product\10.2.0\db_1\jlib\srvmhas.jar;D:\oracle\product\10.2.0\db_1\jlib\srvmasm.jar;D:\oracle\product\10.2.0\db_1\jlib\netcfg.jar;D:\oracle\product\10.2.0\db_1\jlib\oraclepki103.jar;D:\oracle\product\10.2.0\db_1\jlib\ldapjclnt10.jar;D:\oracle\product\10.2.0\db_1\assistants\jlib\assistantsCommon.jar;D:\oracle\product\10.2.0\db_1\assistants\dbua\jlib\dbma.jar;;D:\oracle\product\10.2.0\db_1\oui\jlib\OraInstaller.jar oracle.sysman.emcp.target.TargetManager -updateTargets db -EM_HOME D:\oracle\product\10.2.0\db_1\hal-00-dbs-08.hal.net_ORCL08.upgrade -ORACLE_HOME D:\oracle\product\10.2.0\db_1 -UPDATE_HOME D:\oracle\product\10.2.0\db_1 -DB_OH D:\oracle\product\10.2.0\db_1 -SID_LIST ORCL08 -PORT 1521 -SERVICE_NAME orcl08
    Oct 12, 2009 10:14:48 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 1
    Oct 12, 2009 10:14:48 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Scanning targets in emHome: D:\oracle\product\10.2.0\db_1\hal-00-dbs-08.hal.net_ORCL08.upgrade
    Not updating db target: orcl08 in home: D:\oracle\product\10.2.0\db_1\hal-00-dbs-08.hal.net_ORCL08.upgrade as home: D:\oracle\product\10.2.0\db_1 and set home: D:\oracle\product\10.2.0\db_1, port: 1521 and set port: 1521 are same
    CONFIG: Waiting for service 'OracleDBConsoleORCL08' to fully start
    CONFIG: Initialization failure for service during start
    Oct 12, 2009 10:23:55 AM 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\dbua\orcl08\upgrade0\emConfig.log for more details.
    Oct 12, 2009 10:23:55 AM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error starting Database Control
         at oracle.sysman.emcp.EMDBPostConfig.performUpgrade(EMDBPostConfig.java:763)
         at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:232)
         at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:193)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:184)
         at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:436)
         at oracle.sysman.assistants.util.em.EMConfigStep.executeImpl(EMConfigStep.java:140)
         at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
         at oracle.sysman.assistants.util.step.BasicStep.callStep(BasicStep.java:251)
         at oracle.sysman.assistants.dbma.backend.EMConfigStep.executeStepImpl(EMConfigStep.java:104)
         at oracle.sysman.assistants.dbma.backend.SummarizableStep.executeImpl(SummarizableStep.java:175)
         at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
         at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
         at oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2488)
         at java.lang.Thread.run(Thread.java:534)

  • Stop and start database for cold backup

    Hi,
    Database :Oracle 10g R1
    OS : Red hat 3
    I have a RAC database with 2 nodes.
    I build this script to make a cold backup of the database. (I will put it in the cron tab).
    My question is the SRVCTL will work in this scripts??
    # ***** COLDBACKUP ORACLE DATABASE ON LINUX *****
    DIRECTORY=/u02/backup/script/; export DIRECTORY
    cd ${DIRECTORY}
    # ***** SHUTDOWN THE DATABASE *******
    export oracle_sid=RCDB
    srvctl stop database -d RCDB
    # *****cold backup for "RCDB" database on 13-FEB-07 ... *****
    # ***** COPY FILES *****
    # Redo logs
    cp /u02/oradata/RCDB/redo01.log ${DIRECTORY}
    cp /u02/oradata/RCDB/redo07.log ${DIRECTORY}
    cp /u02/oradata/RCDB/redo03.log ${DIRECTORY}
    cp /u02/oradata/RCDB/redo08.log ${DIRECTORY}
    # Datafiles
    #*********START UP DATABASE AND SERVICES********
    srvctl start database -d RCDB
    exit
    Message was edited by:
    ASkika
    Message was edited by:
    ASkika

    I need to put a quick policy backup ... and cold
    backup it's what I use and it works.And reduces the availability of your cluster.
    The problem about RMAN is that we never use it. I
    have to learn about it to make scripts to test....
    and this will tack me 2 or 3 days...I'd assume that installing RAC didn't go overnight, so why underfund the crucial part of any database system, the backup?
    There's even a step by step guide for backup on the Getting Started: DBAs page.
    Samples (and changes) on the latest version of RMAN can be found for example in RMAN Enhancements.
    Or take a look at this Oracle Magazine article:Faster Backup, Faster Recovery
    Backup and Recovery Basics in the user documentation may also be a good starting point.
    C.

  • Error in /tmp/applianceagent/scripts/Database.sh: Start database  failed with exit code 2

    Hello
    I have set up the Demo appliance landscape for the openSAP course "Introduction to SAP Fiori UX", on AWS.
    The frontend machine is OK, but the configuration and startup of the server machine has failed for some reason. When logging in with ssh to the server, this message is presented:
    The Appliance Agent detected an error and terminated.
    When asked, please provide the file /tmp/applianceagent_20141002-145658.tar.bz2.
    Note that a restrictive iptables based firewall is still active.
    I have attached the file (had to add .txt to the name to circumvent file type restrictions).
    I noticed that the appliancedeploy.log ended with these lines:
    Start database  Execute /usr/sap/hostctrl/exe/sapcontrol -nr 02 -function StartWait 3600 20
    02.10.2014 13:56:58
    Start
    OK
    02.10.2014 14:56:58
    StartWait
    FAIL: Timeout
    error in /tmp/applianceagent/scripts/Database.sh: Start database  failed with exit code 2
    Notice the 1 hour jump in time, and then the timeout error message.
    Do any of you have any idea what could be causing this, and how to fix it?
    Please let me know if you need any further information.
    Best regards,
    Bo

    Hi Hannes.
    Trying to create and activate a new instance (version 5 of the Fiori appliance), I first got this message in the CAL instance overview list:
    Instance Operation Failed
    Operation Start failed on step Start start VAs with message: Start failed for VM SAP Server due to Amazon Web Services issue : AMAZON : The snapshot 'snap-c779ff64' does not exist.
    Then I terminated the instance and tried over again. And this time the deployment worked - I have a running server, which responds to the SAP GUI, and shows the Fiori web page.
    Thanks a lot for your quick help.
    Best regards,
    Bo

  • Srvctl change OS user during start database

    Scenario:
    Aix 7.1
    Oracle Grid Infrastructure Standalone Server 11.2.0.3
    Patch 16083653: GRID INFRASTRUCTURE PATCH SET UPDATE 11.2.0.3.6 (INCLUDES DB PSU 11.2.0.3.6)
    Oracle RDBMS Single Instance Installation 11.2.0.3
    Patch 16056266: DATABASE PATCH SET UPDATE 11.2.0.3.6 (INCLUDES CPUAPR2013)
    Patch 16036950: N-APPLY PATCH 11.2.0.3 FOR CRITCAL AIX BUGS BUNDLE #1
    Owner of Grid Install is grid11g
    Owner of RDBMS Install is ora11g
    After install both binaries and patches, i created +ASM instance and Diskgroups using raw device (OS user grid11g).
    Using DBCA i created a single instance, executing all scripts in manual mode (OS user ora11g).
    Add instance to clusterware using:
    srvctl add database -d "$SID" -o /ora11g/app/product/11.2.0.3/$SID -p "+DG_$SID_DATA/$SID/spfile$SID.ora" -n "$SID" -a "DG_$SID_DATA"
    My problem is:
    When i start database with logged user ora11g using command: srvctl start database -d $SID, all process of instance are started with grid owner install (grid11g).
    output of ps -ef | grep $SID
    grid11g 5439526  
    1   2 21:04:53 
    -  0:00 oracle$SID (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    grid11g 5963952  
    1   0 21:04:35 
    -  0:00 ora_dbw4_$SID
    grid11g 6488118  
    1   3 21:04:53 
    -  0:00 ora_m002_$SID
    grid11g 6619268  
    1   0 21:04:35 
    -  0:00 ora_dbw7_$SID
    grid11g 6684858  
    1   0 21:04:44 
    -  0:00 ora_o001_$SID
    grid11g 6881424  
    1   0 21:04:35 
    -  0:00 ora_smon_$SID
    grid11g 7078066  
    1   0 21:04:35 
    -  0:00 ora_ocf0_$SID
    But when i start database using sqlplus /nolog;conn / as sysdba; startup open. All process of instance started with correct owner (ora11g).
    output of ps -ef | grep $SID
      ora11g 5963950  
    1   0 20:22:16 
    -  0:00 ora_s000_$SID
      ora11g 6619262  
    1   0 20:22:15 
    -  0:00 ora_ckpt_$SID
      ora11g 7143426  
    1   0 20:22:16 
    -  0:01 ora_mmnl_$SID
      ora11g 7340278  
    1   0 20:22:15 
    -  0:00 ora_dbw6_$SID
      ora11g 7536702  
    1   0 20:22:15 
    -  0:00 ora_lgwr_$SID
      ora11g 7798912  
    1   0 20:27:30 
    -  0:00 ora_smco_$SID
      ora11g 7930010  
    1   0 20:22:15 
    -  0:00 ora_dbw2_$SID
    Has anyone had any similar situation?
    Thanks for help
    Gustavo
    Output:
    With ora11g
    srvctl config database -d $SID
    Database unique name: $SID
    Database name:
    Oracle home: /ora11g/app/product/11.2.0.3/$SID
    Oracle user: ora11g
    Spfile:
    Domain:
    Start options: open
    Stop options: immediate
    Database role: PRIMARY
    Management policy: MANUAL
    Database instance: $SID
    Disk Groups: DG_$SID_DATA
    With grid11g
    crsctl stat res ora.$SID.db -p
    NAME=ora.$SID.db
    TYPE=ora.database.type
    ACL=owner:grid11g:rwx,pgrp:dba:r-x,other::r--,group:dba:r-x,user:ora11g:rwx
    ACTIVE_PLACEMENT=1
    AGENT_FILENAME=%CRS_HOME%/bin/oraagent%CRS_EXE_SUFFIX%
    AUTO_START=never
    CARDINALITY=1
    CHECK_INTERVAL=1
    CHECK_TIMEOUT=30
    CLUSTER_DATABASE=false
    DATABASE_TYPE=SINGLE
    DB_UNIQUE_NAME=$SID
    DEFAULT_TEMPLATE=PROPERTY(RESOURCE_CLASS=database) PROPERTY(DB_UNIQUE_NAME= CONCAT(PARSE(%NAME%, ., 2), %USR_ORA_DOMAIN%, .)) ELEMENT(INSTANCE_NAME= %GEN_USR_ORA_INST_NAME%) ELEMENT(DATABASE_TYPE= %DATABASE_TYPE%)
    DEGREE=1
    DESCRIPTION=Oracle Database resource
    ENABLED=1
    FAILOVER_DELAY=0
    FAILURE_INTERVAL=60
    FAILURE_THRESHOLD=1
    GEN_AUDIT_FILE_DEST=/ora11g/app/admin/$SID/adump
    GEN_START_OPTIONS=open
    GEN_USR_ORA_INST_NAME=$SID
    INSTANCE_FAILOVER=1
    LOAD=1
    LOGGING_LEVEL=1
    MANAGEMENT_POLICY=MANUAL
    OFFLINE_CHECK_INTERVAL=0
    ONLINE_RELOCATION_TIMEOUT=0
    ORACLE_HOME=/ora11g/app/product/11.2.0.3/$SID
    PLACEMENT=balanced
    RESTART_ATTEMPTS=1
    ROLE=PRIMARY
    SCRIPT_TIMEOUT=60
    SERVER_POOLS=
    START_DEPENDENCIES=weak(type:ora.listener.type,uniform:ora.ons) hard(ora.DG_$SID_DATA.dg)
    START_TIMEOUT=600
    STATE_CHANGE_TEMPLATE=
    STOP_DEPENDENCIES=hard(intermediate:ora.asm,shutdown:ora.DG_$SID_DATA.dg)
    STOP_TIMEOUT=600
    TYPE_VERSION=3.2
    UPTIME_THRESHOLD=1h
    USR_ORA_DB_NAME=
    USR_ORA_DOMAIN=
    USR_ORA_ENV=
    USR_ORA_FLAGS=
    USR_ORA_INST_NAME=$SID
    USR_ORA_OPEN_MODE=open
    USR_ORA_OPI=false
    USR_ORA_STOP_MODE=immediate
    VERSION=11.2.0.3.0

    Hi JollyRoger
    At first, I thought it was the command executed with the wrong user and redid the command being careful to be connected with the correct user.
    Having the same result.
    Following your suggestion, remove database with grid11g user and add with ora11g user. Same result.
    I'm thinking of removing the Clustware and RDBMS installation and install infrastructure without patching. After this applying each patches and checking if the user changes.

  • Trouble starting up when cold

    I bought my power mac about 5 years ago. Last year I started having trouble starting up when the machine was cold. I put a heater on the unit for about 30 minutes in the morning and then it would start up ok. Through the summer and once the weather got warmer there was no problem.
    Now with the start of fall and cold nights, I seem to be having the same problem.
    I am concerned that the system drive has five years of usage and am thinking of swapping it out. Any other thoughts???

    Clone it weekly or twice a month.
    Rotate and replace recycle drives
    Backup your data even more - daily and weekly sets
    In 5 yrs drives have more than doubled in performance, and other than in last month the price per GB (and MB/sec) has dropped.
    SSDs are now pppular system boot drives, 10K drives have improved, 2TB $150-200 for media data and backup
    Clone your system twice and if it has trouble swap it out and test/zero the drive.
    Last year? you don't run on a bad tire or a system having trouble except to pull the drive/tire and put on spare.
    There are procedures for repairing a sytem and drives, and then you get into "Why" and troubleshooting causes if necessary.

  • Developer 6.0 and starter database on NT

    Hello
    I had Oracle 8.0 on NT and i usually use it
    But now when I install Developper 6.0 i can't
    start the database. I had error
    "Procedure entry point nsevevent could not be located in the dynamic link library NS80.DLL"
    Removing developer 6.0 and reinstall my oracle database, then my database work well before i re-install developer 6.0
    I copy the NS80.dll in temp directory, install developer and reput my copy of NS80.dll in oracle directory, I got the same error message.
    Using Developer to start database or using oracle application (navigator, sqlplus..) or try manually and I got the same message.
    If anyone know how to make developer6.0 and oracle 8.0 working on NT, make me a reply
    please. I'm trying to do my OCP (developer) at home so all my work is stopped by this.
    Thank

    Are you using Oracle 8.0.3?
    I also could not make it work with Dev6 (I remember it also gives you such a warning before starting installation). I then installed 8.0.5 and Dev6 works flawlessly with this.
    regards,
    M. Armaghan Saqib
    * SQL PlusPlus : Add power to SQL Plus command line
    * SQL Link for XL : Integrate Oracle with XL
    * Oracle CBT with sample GL (Triggers and Forms Source Code included.
    Download free: http://www.geocities.com/armaghan/
    ------------------------------------------------------------------------

  • SPFILE Damaged, Cannot Start Database

    hi experts,
    This is 9.2i on Windows.
    I have corrupted my SPFILE for this 9i db (I think that's my problem)
    Within RMAN, I've tried to Startup mount; That gives error ORA-16032 "parameter LOG_ARCHIVE_DEST destination string cannot be translated"
    I have tried:
    set dbid = aaaa;
    startup force nomount; - this gives error
    Also tried just startup nomount - get same error
    SPFILE is on autobackup.
    But I have to get the db mounted before I can run:
    restore spfile from autobackup; am I correct?
    I seem to be trapped. Thanks for any help. John

    Check Metalink Note:131490.1 for this error. After sorting out this issue you should be able to do the following:
    -bash-3.00$ rman target /
    Recovery Manager: Release 9.2.0.8.0 - Production
    Copyright (c) 1995, 2002, Oracle Corporation.  All rights reserved.
    connected to target database (not started)
    RMAN> startup nomount
    startup failed: ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/9.2/db_1/dbs/initTEST1.ora'
    trying to start the Oracle instance without parameter files ...
    Oracle instance started
    Total System Global Area      97587796 bytes
    Fixed Size                      451156 bytes
    Variable Size                 46137344 bytes
    Database Buffers              50331648 bytes
    Redo Buffers                    667648 bytes
    RMAN> set dbid 1030693588
    executing command: SET DBID
    RMAN> restore spfile from autobackup;
    Starting restore at 26-JUN-08
    using channel ORA_DISK_1
    channel ORA_DISK_1: looking for autobackup on day: 20080626
    channel ORA_DISK_1: autobackup found: c-1030693588-20080626-00
    channel ORA_DISK_1: SPFILE restore from autobackup complete
    Finished restore at 26-JUN-08
    RMAN> startup force
    Oracle instance started
    database mounted
    database opened
    Total System Global Area     403772008 bytes
    Fixed Size                      451176 bytes
    Variable Size                134217728 bytes
    Database Buffers             268435456 bytes
    Redo Buffers                    667648 bytes
    RMAN> exit

  • Problem with starting database after aborting backup

    Hello,
    I have following problem. I tried to do my first backup with EM. I switch my database to ARCHIVELOG mode then set location for archive redo logs to recovery flash area. Then EM asked me to make a backup. I accidentally clicked button refresh. After that I had to click "ok" few times and when I wanted to start database again I had a problem.
    EM shows "Enterprise Manager is not able to connect to the database instance" and Agent Connection to Instance issues ORA-12528. I tried LSNRCTL>stop and LSNRCTL>start but it didn't resolve my problem.
    In SQL Plus I can open the database but I can't mount it.
    Any ideas???
    I'm using Oracle 11.1.0.6.0.
    Best,
    Simon

    In SQL Plus I can open the database but I can't mount it.This statement makes NO sense.
    In order for the DB to be OPEN, first it needs to be able to MOUNT it,
    using sqlplus along with CUT & PASTE show us what you do & how Oracle responds.

  • Databases instances stuck in MOUNT MODE after srvctl start database -d

    Hi,
    I wonder if anyone can shed some light on why the following scenario is happening in our environment.
    We have a 4 node site, configured with RAC on nodes 1 & 2 and dataguard shipping the logs to a standby physical cluster
    database on nodes 3 & 4.
    Our issue is this:
    When the database instances on nodes 1 & 2 are stopped and restarted using this command sequence
    srvctl stop database -d SOCPRODCAV
    srvctl start database -d SOCPRODCAV
    each database instance gets started up only as far as MOUNT mode.
    The databases are not opened and i have to go in and do this manually for each instance.
    The above command sequence used to successfully restart the database and leave it open for use so i'm wondering how the start
    mode has been changed and if there is an area of configuration or view anyone can guide me to look at it.
    I provide remote DBA support for this client's and it is possible that another onsite DBA may have changed something.
    Any pointers gratefully received.
    Regards,
    George

    See current configuration as follows
    srvctl config database -d SOCPRODCAV -aThis should show you current startup/stop settings as follows
    Start options: open
    Stop options: immediate
    Now you can change current settings if Start option is not "open"
    srvctl modify database -d SOCPRODCAV -s OPENReference
    http://docs.oracle.com/cd/E14072_01/server.112/e10595/restart005.htm#i1009665
    Salman

  • Why cannot start database?

    Hi, everyone:
    I have intalled Ora 9.2.0.1 system and generate database successful under RedHat 8.0, but can not start database (because no messages display after run the dbstart), if login at sqlplus, it will display two error message:
    "ORA-01034: ORACLE not available"
    "ORA-27010: shared memory realm does not exist".
    I have setted the memory parameter of kernel in the /etc/rc.d/rc.local:
    echo 250 32000 100 256 > /proc/sys/kernel/sem
    echo 671088640 > /proc/sys/kernel/shmmax.
    How can resolve the problem? My system has 512M RAM, PIV 1.7G CPU and the swap space is 640M.
    Thanks very much!

    First of all, how are you starting up the Engine? Did you setup an init script, if that's true can you post it. Try to start manually (dgmgrl), to see if everything is ok. If you see a problem ( like -&gt; "can't find init file"), then I realize, the answer which could help you.
    Greeting,
    Ariel ( abeliera@hotmail dot com )

Maybe you are looking for

  • TS1538 anyone up? cannot figure out why my itunes does not recognize my iphone 4s

    My device locked earlier and now I am trying to sync and restore via the cloud and have no idea. The itunes account is the newest version that came out today but I cannot get the device to be found anyone got some help please?

  • Please Help! MBP shutting off when plugged in, now not recognizing MagSafe Adapter

    I started seeing this problem a few weeks ago, my MacBook Pro just shut off spontaneously while watching a video full-screen. I turned it back on and the problem went away for a while. But now, the shut-downs happen more frequently. It doesn't matter

  • Printing a listing from an array of objects

    I know I'm missing something simple here but for the life of me I can't spot it. The code below should print a list of student names to the screen. At the moment it only prints the last name entered into the array. I will kick myself when I see the a

  • Computers don't recognize iPod is connected.

    About a month ago I was pushed an iTunes update. iTunes has not worked since. When I connect to my other computer, iTunes asked if I want to erase all content. Whow the heck do I reset, reboot or figure out how to have my computer recognize my 4th ge

  • Text Areas in Apex 4.2.2 - Can't be read dynamically - Bug?

    Hi, i encountered a big problem after upgrading Apex from 4.1 to 4.2.2. On an application page there is a Text Area which will be read and processed after clicking a button. I didn't want a refresh of the page and did it with a dynamic action. All th