Problem creating database in RHEL3 using dbca

I have installed oracle 9iR2 on RHEL3 and applied the patch 3006854
but while installing installing Net Configuration Assistant was not installed it gave an error.
now I am trying to create database using dbca but getting an error as
ORA-12546:TNS:Permission denined.
plz guide me in solving this problem

At which step/stage in DBCA you get this error?
You can try to dump out the creation scripts and run them manually see if you can get through.

Similar Messages

  • ORA-12523 while creating a database on ASM using DBCA

    HI PPL,
    I have set up am ASM instance and also configured the listener services to it.
    But when I try to create database on the configured ASM instance using DBCA , I am getting the following error
    TNS:listener could not find instance appropriate
    for the client connection
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP(Host=10.10.199.141)
    (Port=6881))(CONNECT_DATA=(SERVICE_NAME++ASM1)
    (INSTANCE_NAME=+ASM1)(UR=A)))
    I have checked the listener status and ASM instance and booth seem to be fine:
    $ lsnrctl status ASM
    LSNRCTL for HPUX: Version 10.2.0.3.0 - Production on 30-JUL-2010 12:40:17
    Copyright (c) 1991, 2006, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.10.199.141)(PORT=6881)))
    STATUS of the LISTENER
    Alias ASM
    Version TNSLSNR for HPUX: Version 10.2.0.3.0 - Production
    Start Date 30-JUL-2010 11:36:11
    Uptime 0 days 1 hr. 4 min. 5 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /uat06/asm_home/network/admin/listener.ora
    Listener Log File /uat06/asm_home/network/log/asm.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.10.199.141)(PORT=6881)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "ASM", status BLOCKED, has 1 handler(s) for this service...
    Service "+ASM_XPT" has 1 instance(s).
    Instance "ASM", status BLOCKED, has 1 handler(s) for this service...
    Service "ASM" has 1 instance(s).
    Instance "ASM", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    SQL> sho parameter local
    NAME TYPE VALUE
    local_listener string ASM
    log_archive_local_first boolean TRUE
    Please help as I am new to ASM.
    OS-HP-UX
    Database;10gR2
    regards

    HI Chinar,
    I have already checke the same and made the changes as per the metalink note.
    But stil I am getting teh following error:
    $ lsnrctl status ASM
    LSNRCTL for HPUX: Version 10.2.0.3.0 - Production on 30-JUL-2010 12:40:17
    Copyright (c) 1991, 2006, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.10.199.141)(PORT=6881)))
    STATUS of the LISTENER
    Alias ASM
    Version TNSLSNR for HPUX: Version 10.2.0.3.0 - Production
    Start Date 30-JUL-2010 11:36:11
    Uptime 0 days 1 hr. 4 min. 5 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /uat06/asm_home/network/admin/listener.ora
    Listener Log File /uat06/asm_home/network/log/asm.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.10.199.141)(PORT=6881)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "ASM", status BLOCKED, has 1 handler(s) for this service...
    Service "+ASM_XPT" has 1 instance(s).
    Instance "ASM", status BLOCKED, has 1 handler(s) for this service...
    Service "ASM" has 1 instance(s).
    Instance "ASM", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    Why is it showing status "BLOCKED" if i check the listener status.

  • Create database on RAC environment - DBCA hangs on clone database creation

    Hi, friends!
    I have two vm´s (vmware 2) with OEL 5 installed.
    I´ve installed OGI and database software sucessfully. So, my crs stack is working fine in both two nodes.
    However, when i use DBCA to create a database in this RAC environment, it hangs when it gets on "clone database creation", about 52% of the progress bar.
    My DBCA logs don´t point any error out. It just hangs on..
    I wait about 4 hours and it doesn´t move on.
    I searched and found many cases like that, including here in OTN. But it seems nobody could find a resolution to this issue.
    Is there any bug about OEL 5 and database 11gR2??
    More details:
    I apllied the patch "p8670579_112010_LINUX" on both OGI installation (before root.sh) and databae software install (also before root.sh).
    Everything worked fine.
    Sorry for the grammar errors.

    you can trace dbca, and you can found witch step is occurs problem.
    can you paste here last 15-20 sentence of dbca trace file?
    Mahir

  • Problem in database fields creation using default class of B1DE Wizard

    Hi Experts
    In an AddOn I am creating database fields in default class "Project_DB'. It does not give any message weather it creates fields or not. My code for database creation is given below
    Namespace FormARE
        Public Class FormARE_Db
            Inherits B1Db
            Public Sub New()
                MyBase.New
                B1Connections.theAppl.StatusBar.SetText("Please wait. AddOn is updating database", BoMessageTime.bmt_Long, BoStatusBarMessageType.smt_None)
                Columns = New B1DbColumn() {New B1DbColumn("OCRD", "BondNo", "Bond No.", BoFieldTypes.db_Alpha, BoFldSubTypes.st_None, 20, New B1WizardBase.B1DbValidValue(-1) {}, -1), New B1DbColumn("OCRD", "BFrDate", "Bond From Date", BoFieldTypes.db_Date, BoFldSubTypes.st_None, 10, New B1WizardBase.B1DbValidValue(-1) {}, -1), New B1DbColumn("OCRD", "BTDate", "Bond To Date", BoFieldTypes.db_Date, BoFldSubTypes.st_None, 10, New B1WizardBase.B1DbValidValue(-1) {}, -1), New B1DbColumn("OINV", "Cntner_no", "Container No.", BoFieldTypes.db_Alpha, BoFldSubTypes.st_None, 20, New B1WizardBase.B1DbValidValue(-1) {}, -1), New B1DbColumn("OINV", "Cntnr_Seal", "Container Seal No.", BoFieldTypes.db_Alpha, BoFldSubTypes.st_None, 20, New B1WizardBase.B1DbValidValue(-1) {}, -1), New B1DbColumn("OINV", "Cust_Seal", "Custom Seal No.", BoFieldTypes.db_Alpha, BoFldSubTypes.st_None, 20, New B1WizardBase.B1DbValidValue(-1) {}, -1), New B1DbColumn("OINV", "ctryOrgn", "Country of Origin", BoFieldTypes.db_Alpha, BoFldSubTypes.st_None, 20, New B1WizardBase.B1DbValidValue(-1) {}, -1)}
                GC.Collect()
                B1Connections.theAppl.StatusBar.SetText("Successfully updated database", BoMessageTime.bmt_Short, BoStatusBarMessageType.smt_Success)
            End Sub
        End Class
    End Namespace
    It does not give first message. and second message come properly and immediately when I start the AddOn. I checked it makes all fields accuratly. But when I open the related form it gives error message "Data Source not found". I checked fields name are same as used in form and database .What can the reason? Should I use a simple function for creation of database fields which will run when a button is pressed? Is it fine to using default class for database fields creation?
    Thanks
    Best Regards
    Jitender

    I solved the problem.
    Procedure I followed :
    UNINSTALL ORACLE WRAEHOUSE BUILDER SOFTAWARE.
    'GLOBAL_NAMES = FALSE' in init.ora file.
    RESTARTED MY MACHINE.
    INSTALL THE ORACLE WRAEHOUSE BUILDER SOFTAWARE.

  • Database Storage location using DBCA

    I'm trying to create a database. I would like to put the database on drive M and the logs on drive N.
    I'm getting that if I want to do it during creation using DBCA I need to define the location on step 11 - Database Storage.
    When I click on Datafile I then click on File Location Variables do I change ORACLE_BASE, ORACLE_HOME or both?
    When I click on Redo Log Groups I then click on File Location Variables do I change ORACLE_BASE, ORACLE_HOME or both?
    Do I do anything with the Control files location?

    In that step you got File Name and File Directory menu.
    Change the paths in File Directory menu.
    Suppose you have create oradata folder in both M and N drives.
    System01.dbf M:\oradata
    redolog01a.log N:\oradata
    suggestion:- Please multiplex controlfiles and redo log files.

  • How to create database from scratch using user input

    what I am trying to do is to create database via my java code (using hibernate and my sql) and based on user input.
    The details like the name of table.... or the number of columns in it are all supposed to be determined from user input (only the first time).
    On subsequent run the program should remember the previously created database and hence work with it.
    Can somebody help me through this?
    Suppose I did create it using firing queries from my program then the next problem is how my program would start up next time......?????

    Anuvrat wrote:
    what I am trying to do is to create database via my java code (using hibernate and my sql) and based on user input.
    The details like the name of table.... or the number of columns in it are all supposed to be determined from user input (only the first time).
    On subsequent run the program should remember the previously created database and hence work with it.
    Can somebody help me through this?Presumably because you want to (fun) rather than because you need to (job or project.)
    If the second then don't do it.
    >
    Suppose I did create it using firing queries from my program then the next problem is how my program would start up next time......?????You would start by learning about DDL which is the common name for the languages, which vary by database, used to create the entities that represent the structure of a database. Until you figure out the syntax of that you can't do anything in java.

  • Unable to create database on windows7 using Oracle 10g XE

    please provide me the steps to create database on windows7 64bit using 10g XE

    997763 wrote:
    please provide me the steps to create database on windows7 64bit using 10g XEWhy 10g XE when 11g is already there?
    Were you able to install the XE software correctly? If yes, you should had a working db with you already.
    http://docs.oracle.com/cd/E17781_01/server.112/e18804/startup.htm#CHDGJGHB
    Aman....

  • Problems creating a Java Array using JNI-HELP!

    Hi,
    I am trying to create a Java Array using JNI.I have posted the code below. The problem is that the oth element is added correctly to the Array but when the JVM gets to the next element...it goes for a toss. It is not able to create a new instance of the object in GetUGEntity() function...there seems to be some problem in creating a new instance of the object!
    Can somebody help me with this?
    jobject GetUGEntity(JNIEnv *env, UF_DISP_j3d_entity_t* entity_list)
         int numVerts=0, numStrips=0;
         jfieldID fid;
         jdoubleArray jTransform=NULL;
         jstring jstrName=NULL;
         jdoubleArray jNormals=NULL;
         //Init an Entity object
         cout<< "**Getting New Class Reference...";
         jclass jEntity = env->FindClass("Lcom/wipro/java3d/rmi/Entity;");
         cout << "**got Class reference..."<<endl;
         if (jEntity == NULL)
              return NULL;
         cout<<"Creating new object instance...";
         jmethodID mIDInit = env->GetMethodID(jEntity, "<init>", "()V");
         cout<<"Got java method id...";
         jobject javaObj = env->NewObject(jEntity, mIDInit);
         if (javaObj==NULL)
              return NULL;
         cout << "Created!" << endl;
         //Entity ID
         cout<< "**Setting eid...";
         fid=env->GetFieldID(jEntity,"eid","I");
         jint eid = (jint)(entity_list)->eid;
         env->SetIntField(javaObj, fid, eid);
         //env->DeleteLocalRef(eid);
         cout << "Done!" << endl;
         cout << "Done!" << endl;
         cout<< "**Returning jobject...";
         return javaObj;
    jobjectArray createJArray(JNIEnv* env, UF_DISP_j3d_entity_t** entity_list, int noOfEntities )
         UF_DISP_j3d_entity_t* tempVar=NULL;
         cout<<"*Creating Jobjectarray...";
         jobjectArray jEntityArray = (jobjectArray) env->NewObjectArray(noOfEntities,
              env->FindClass("Lcom/wipro/java3d/rmi/Entity;"),NULL);
         cout<<"Created!"<<endl;
         for(int i=0; i<noOfEntities;++i)
              tempVar = &(*entity_list);
              if (tempVar !=NULL)
                   cout<<"*Trying to get Entity...."<<endl;
                   jobject jEntity = GetUGEntity(env, tempVar);
                   if (jEntity!= NULL)
                        cout<<"Got Entity!" <<endl;
                        cout <<"*Setting Array Element....";
                        env->SetObjectArrayElement(jEntityArray, i, jEntity);
                        cout << "Done!" << endl;
                   else
                        printf("ERROR: Did not get Entity Reference");
              else
                   printf("ERROR: Got a NULL Reference!");
         return jEntityArray;

    Hi Deepak,
    Could you please let us know upto which line your code is going safe. Try printing the value in the structure before you send that to the method GetUGEntity().
    I am not too sure that would be a problem. But I have faced a problem like this, wherein I tried to access a structure for which I have not allocated memory and hence got exception because of that.
    Since your JNI code seems to be error free, I got doubt on your C part. Sorry.
    Dhamo.

  • Problem creating database in

    Hi all,
    I'm using the DBCA to create the database. During the creation of database which on "Database Configuration Assistant" window where it undergo the process of Completing Database Creation, the status of the database creation is at 85% which it says it "Clone database creation in progress". Then it seems stuck there for 20-25mins and prompt out this error msg.
    "Enterprise manager configuration failed due to the following error -
    Error starting Database Control
    Refer to the log file at
    /opt/app/oracle/OraHome_1/cfgtoolslogs/dbca/ocrl/emConfig.log for more
    details.
    You can retry configuration this database with Enterprise Manager
    later by manually running
    /opt/app/oracle/OraHome_1/bin/emca script "
    here is the emConfig.log file.
    Feb 18, 2008 5:21:47 PM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to /opt/app/oracle/OraHome_1/oui
    Feb 18, 2008 5:21:47 PM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to /opt/app/oracle/OraHome_1/oui
    Feb 18, 2008 5:21:48 PM oracle.sysman.emcp.util.CentralAgentUtil getCentralAgentHomeAndURL
    CONFIG: Central Agent home and URL: {}
    Feb 18, 2008 5:42:38 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: LOG_FILE value: /opt/app/oracle/OraHome_1/cfgtoollogs/dbca/ocrl/emConfig.log
    Feb 18, 2008 5:42:38 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: HOST value: core.myserver
    Feb 18, 2008 5:42:38 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: PORT value: 1521
    Feb 18, 2008 5:42:38 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SID value: ocrl
    Feb 18, 2008 5:42:38 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: LISTENER value: LISTENER
    Feb 18, 2008 5:42:38 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: LISTENER_OH value: /opt/app/oracle/OraHome_1
    Feb 18, 2008 5:42:38 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-config' set to true
    Feb 18, 2008 5:42:38 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    Feb 18, 2008 5:42:38 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: EM_HOME value: /opt/app/oracle/OraHome_1
    Feb 18, 2008 5:42:38 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: ocrl
    Feb 18, 2008 5:42:38 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: ocrl
    Feb 18, 2008 5:42:38 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: ORACLE_HOME value: /opt/app/oracle/OraHome_1
    Feb 18, 2008 5:42:38 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'dbcontrol' set to true
    Feb 18, 2008 5:42:38 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'UPDATE_EMAIL' set to false
    Feb 18, 2008 5:42:38 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-backup' set to false
    Feb 18, 2008 5:42:38 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'create' set to false
    Feb 18, 2008 5:42:38 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/cfgtoollogs/emca/emca_2008-02-18_05-21-47-PM.log to /opt/app/oracle/OraHome_1/cfgtoollogs/emca/ocrl/emca_2008-02-18_05-21-47-PM.log
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /opt/app/oracle/OraHome_1/cfgtoollogs/dbca/ocrl/emConfig.log.
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'CHECK_CONFIG' set to true
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: ocrl, oracleHome: /opt/app/oracle/OraHome_1, and user: SYS
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: ocrl, oracleHome: /opt/app/oracle/OraHome_1, and user: DBSNMP
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: ocrl, oracleHome: /opt/app/oracle/OraHome_1, and user: SYS
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: ocrl, oracleHome: /opt/app/oracle/OraHome_1, and user: SYS
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: ocrl
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: ocrl
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: ocrl
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBID.
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.DatabaseChecks getDbid
    CONFIG: No dbid available. Will query db to extract it.
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: ocrl, oracleHome: /opt/app/oracle/OraHome_1, and user: SYS
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBID value: 588603269
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: ocrl, oracleHome: /opt/app/oracle/OraHome_1, and user: SYSMAN
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Feb 18, 2008 5:42:39 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 18, 2008 5:42:40 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 18, 2008 5:42:40 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: ocrl, oracleHome: /opt/app/oracle/OraHome_1, and user: SYS
    Feb 18, 2008 5:42:40 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Feb 18, 2008 5:42:40 PM oracle.sysman.emcp.EMDBPreConfig invoke
    CONFIG: Passed repository configuration check
    Feb 18, 2008 5:42:40 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Feb 18, 2008 5:42:40 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Feb 18, 2008 5:42:40 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter GLOBAL_DB_UNIQUE_NAME.
    Feb 18, 2008 5:42:40 PM oracle.sysman.emcp.DatabaseChecks getGlobalDbUniqueName
    CONFIG: No Global database unique name available. Will try to retrieve it from DB itself
    Feb 18, 2008 5:42:40 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: ocrl, oracleHome: /opt/app/oracle/OraHome_1, and user: SYS
    Feb 18, 2008 5:42:40 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Feb 18, 2008 5:42:40 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Feb 18, 2008 5:42:40 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Feb 18, 2008 5:42:40 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: GLOBAL_DB_UNIQUE_NAME value: ocrl
    Feb 18, 2008 5:42:40 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/sysman/config/emd.properties to /opt/app/oracle/OraHome_1/sysman/config/emd.properties.emca.tmp
    Feb 18, 2008 5:42:40 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file /opt/app/oracle/OraHome_1/sysman/config/emd.properties has been copied to /opt/app/oracle/OraHome_1/sysman/config/emd.properties.emca.tmp
    Feb 18, 2008 5:42:40 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/sysman/config/emoms.properties.emca to /opt/app/oracle/OraHome_1/sysman/config/emoms.properties
    Feb 18, 2008 5:42:40 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file /opt/app/oracle/OraHome_1/sysman/config/emoms.properties.emca has been copied to /opt/app/oracle/OraHome_1/sysman/config/emoms.properties
    Feb 18, 2008 5:42:40 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/sysman/emd/targets.xml to /opt/app/oracle/OraHome_1/sysman/emd/targets.xml.emca.tmp
    Feb 18, 2008 5:42:40 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file /opt/app/oracle/OraHome_1/sysman/emd/targets.xml has been copied to /opt/app/oracle/OraHome_1/sysman/emd/targets.xml.emca.tmp
    Feb 18, 2008 5:42:40 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 18, 2008 5:42:41 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: This is expected, as we might be calling it from a non-rac home
    Feb 18, 2008 5:42:41 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: Error retrieving the local node for the cluster
    Feb 18, 2008 5:42:41 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: PRKH-1010 : Unable to communicate with CRS services.
    [OCR Error(Native: prsr_initCLSS:[21])]
    Feb 18, 2008 5:42:41 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: Cluster Error Message: PRKH-1010 : Unable to communicate with CRS services.
    [OCR Error(Native: prsr_initCLSS:[21])]
    Feb 18, 2008 5:42:41 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_RECONFIG' set to false
    Feb 18, 2008 5:42:41 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: ocrl Host: core.myserver Node: null OH: /opt/app/oracle/OraHome_1 agentHome: null isCentral: false
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: ocrl Host: core.myserver Node: null OH: /opt/app/oracle/OraHome_1 isDBC: false
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_CONFIGURED' set to false
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_DBCONTROL_CONFIGURED' set to false
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT.
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT.
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT.
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT.
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: ocrl Host: core.myserver Node: null OH: /opt/app/oracle/OraHome_1 isDBC: false
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter PORTS_FILE.
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT_ocrl.
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT.
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT_ocrl.
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT.
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_ocrl.
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT.
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT_ocrl.
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT.
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to /opt/app/oracle/OraHome_1/oui
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Homes to scan for used ports: [opt/app/oracle/OraHome_1]
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Searching all DBConsole instances for used ports under ORACLE_HOME /opt/app/oracle/OraHome_1
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking JMS port: null from /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking RMI port: null from /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking HTTP port: null from /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.util.PortManager getAgentPort
    CONFIG: Cannot parse EMD_URL correctly. No port identified
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking Agent port: null from /opt/app/oracle/OraHome_1/sysman/config/emd.properties
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Cannnot parse EMD_URL correctly. No port identified
    Feb 18, 2008 5:42:42 PM oracle.sysman.emcp.util.FileUtil getProperties
    CONFIG: Error reading file /opt/app/oracle/OraHome_1/install/staticports.ini
    Feb 18, 2008 5:42:43 PM oracle.sysman.emcp.util.PortManager getFreePorts
    CONFIG: /opt/app/oracle/OraHome_1:core.myserver:null:ocrl:{}:null:{DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
    Feb 18, 2008 5:42:43 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT_ocrl.
    Feb 18, 2008 5:42:43 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: AGENT_PORT_ocrl value: 3938
    Feb 18, 2008 5:42:43 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_ocrl.
    Feb 18, 2008 5:42:43 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBCONTROL_HTTP_PORT_ocrl value: 1158
    Feb 18, 2008 5:42:43 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT_ocrl.
    Feb 18, 2008 5:42:43 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: JMS_PORT_ocrl value: 5540
    Feb 18, 2008 5:42:43 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT_ocrl.
    Feb 18, 2008 5:42:43 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: RMI_PORT_ocrl value: 5520
    Feb 18, 2008 5:42:43 PM oracle.sysman.emcp.EMDBPreConfig getFreePorts
    CONFIG: Ports assigned for SID: ocrl : {DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
    Feb 18, 2008 5:42:43 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: ocrl, oracleHome: /opt/app/oracle/OraHome_1, and user: SYS
    Feb 18, 2008 5:42:43 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Feb 18, 2008 5:42:43 PM oracle.sysman.emcp.EMReposConfig invoke
    CONFIG: Successfully granted priviliges to dbsnmp.
    Feb 18, 2008 5:42:43 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: ocrl, oracleHome: /opt/app/oracle/OraHome_1, and user: SYS
    Feb 18, 2008 5:42:43 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Feb 18, 2008 5:42:43 PM oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: Unlocking dbsnmp and sysman
    Feb 18, 2008 5:42:44 PM oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: Unlocked mgmt_view account
    Feb 18, 2008 5:42:44 PM oracle.sysman.emcp.EMReposConfig invoke
    CONFIG: Successfully unlocked relevant accounts
    Feb 18, 2008 5:42:44 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: ocrl, oracleHome: /opt/app/oracle/OraHome_1, and user: SYSMAN
    Feb 18, 2008 5:42:44 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Feb 18, 2008 5:42:48 PM oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
    CONFIG: Finished executing emreposoutofbox.sql
    Feb 18, 2008 5:42:48 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 18, 2008 5:42:48 PM oracle.sysman.emcp.EMDBCConfig updateEmomsProps
    CONFIG: Updating file /opt/app/oracle/OraHome_1/sysman/config/emoms.properties ...
    Feb 18, 2008 5:42:48 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 18, 2008 5:42:49 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/sysman/config/emoms.properties.emca to /opt/app/oracle/OraHome_1/sysman/config/emoms.properties
    Feb 18, 2008 5:42:49 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/sysman/config/emoms.properties.emca.util.tmp to /opt/app/oracle/OraHome_1/sysman/config/emoms.properties
    Feb 18, 2008 5:42:49 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole/config/server.xml.emca.util.tmp to /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole/config/server.xml
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.EMDBCConfig copyOC4JDir
    CONFIG: Copying OC4J config files from /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole to /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole_core.myserver_ocrl
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole_core.myserver_ocrl/config
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole/config/application.xml to /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole_core.myserver_ocrl/config/application.xml
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole/config/data-sources.xml to /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole_core.myserver_ocrl/config/data-sources.xml
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole/config/global-web-application.xml to /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole_core.myserver_ocrl/config/global-web-application.xml
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole/config/http-web-site.xml to /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole_core.myserver_ocrl/config/http-web-site.xml
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole/config/internal-settings.xml to /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole_core.myserver_ocrl/config/internal-settings.xml
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole/config/java2.policy to /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole_core.myserver_ocrl/config/java2.policy
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole/config/jazn-data.xml to /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole_core.myserver_ocrl/config/jazn-data.xml
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole/config/jazn.xml to /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole_core.myserver_ocrl/config/jazn.xml
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole/config/jms.xml to /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole_core.myserver_ocrl/config/jms.xml
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole/config/mime.types to /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole_core.myserver_ocrl/config/mime.types
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole/config/oc4j-connectors.xml to /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole_core.myserver_ocrl/config/oc4j-connectors.xml
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole/config/principals.xml to /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole_core.myserver_ocrl/config/principals.xml
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole/config/rmi.xml to /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole_core.myserver_ocrl/config/rmi.xml
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole/config/server.xml to /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole_core.myserver_ocrl/config/server.xml
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole_core.myserver_ocrl/META-INF
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole/META-INF/MANIFEST.MF to /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole_core.myserver_ocrl/META-INF/MANIFEST.MF
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole_core.myserver_ocrl/application-deployments/default/defaultWebApp
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole/application-deployments/default/defaultWebApp/orion-web.xml to /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole_core.myserver_ocrl/application-deployments/default/defaultWebApp/orion-web.xml
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.EMDBCConfig copyOC4JDir
    CONFIG: Finished copying OC4J config files
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole_core.myserver_ocrl/config/jms.xml.emca.util.tmp to /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole_core.myserver_ocrl/config/jms.xml
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole_core.myserver_ocrl/config/rmi.xml.emca.util.tmp to /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole_core.myserver_ocrl/config/rmi.xml
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole_core.myserver_ocrl/config/http-web-site.xml.emca.util.tmp to /opt/app/oracle/OraHome_1/oc4j/j2ee/OC4J_DBConsole_core.myserver_ocrl/config/http-web-site.xml
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.EMAgentConfig updateEmdProps
    CONFIG: Updating file /opt/app/oracle/OraHome_1/sysman/config/emd.properties ...
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/sysman/config/emd.properties.emca to /opt/app/oracle/OraHome_1/sysman/config/emd.properties
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/sysman/config/emd.properties.emca.util.tmp to /opt/app/oracle/OraHome_1/sysman/config/emd.properties
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.EMAgentConfig updateAgentConfigFiles
    CONFIG: Updating file /opt/app/oracle/OraHome_1/sysman/config/emd.properties ...
    Feb 18, 2008 5:42:50 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 18, 2008 5:42:51 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 18, 2008 5:42:51 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 18, 2008 5:42:51 PM oracle.sysman.emcp.ParamsManager getLocalListener
    CONFIG: Using specified listener name: LISTENER
    Feb 18, 2008 5:42:51 PM oracle.sysman.emcp.EMAgentConfig updateAgentConfigFiles
    CONFIG: Updating file /opt/app/oracle/OraHome_1/sysman/emd/targets.xml ...
    Feb 18, 2008 5:42:51 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 18, 2008 5:42:51 PM oracle.sysman.emcp.EMAgentConfig instantiateEMConfigFiles
    CONFIG: Local host name: core.myserver
    Feb 18, 2008 5:42:51 PM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [DISPLAY=:0.0, NEED_EXIT_CODE=1, ORACLE_SID=ocrl, PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/dt/bin:/usr/bin/X11:/sbin:/usr/java14/jre/bin:/usr/java14/bin, TZ=EET-10EETDT]
    Feb 18, 2008 5:42:51 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: /opt/app/oracle/OraHome_1/bin/emctl deploy dbconsole /opt/app/oracle/OraHome_1/core.myserver_ocrl core.myserver:3938 core.myserver ocrl
    Feb 18, 2008 5:42:53 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Feb 18, 2008 5:42:53 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of /opt/app/oracle/OraHome_1/bin/emctl deploy dbconsole /opt/app/oracle/OraHome_1/core.myserver_ocrl core.myserver:3938 core.myserver ocrl completed successfully
    Feb 18, 2008 5:42:53 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Creating shared install...
    Source location: /opt/app/oracle/OraHome_1
    Destination (shared install) : /opt/app/oracle/OraHome_1/core.myserver_ocrl
    DeployMode : dbconsole
    Creating directories...
    Setting console properties ...
    Setting log and trace files locations for Console ...
    Setting log and trace files locations for Agent ...
    Feb 18, 2008 5:42:53 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/core.myserver_ocrl/sysman/config/emoms.properties.emca.util.tmp to /opt/app/oracle/OraHome_1/core.myserver_ocrl/sysman/config/emoms.properties
    Feb 18, 2008 5:42:53 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/core.myserver_ocrl/sysman/config/emd.properties.emca.util.tmp to /opt/app/oracle/OraHome_1/core.myserver_ocrl/sysman/config/emd.properties
    Feb 18, 2008 5:42:53 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/core.myserver_ocrl/sysman/config/emd.properties.emca.util.tmp to /opt/app/oracle/OraHome_1/core.myserver_ocrl/sysman/config/emd.properties
    Feb 18, 2008 5:42:53 PM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [LD_LIBRARY_PATH=/opt/app/oracle/OraHome_1/lib32:/opt/app/oracle/OraHome_1/lib:/opt/app/oracle/OraHome_1/perl/lib:null, PERL5LIB=/opt/app/oracle/OraHome_1/perl/lib:/opt/app/oracle/OraHome_1/perl/lib/site_perl:/opt/app/oracle/OraHome_1/sysman/admin/scripts:/opt/app/oracle/OraHome_1/bin:]
    Feb 18, 2008 5:42:53 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: /opt/app/oracle/OraHome_1/perl/bin/perl /opt/app/oracle/OraHome_1/bin/targetdeploy.pl /opt/app/oracle/OraHome_1/core.myserver_ocrl core.myserver ocrl
    Feb 18, 2008 5:42:53 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Feb 18, 2008 5:42:53 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of /opt/app/oracle/OraHome_1/perl/bin/perl /opt/app/oracle/OraHome_1/bin/targetdeploy.pl /opt/app/oracle/OraHome_1/core.myserver_ocrl core.myserver ocrl completed successfully
    Feb 18, 2008 5:42:53 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Creating targets.xml in state directories...
    Source location: /opt/app/oracle/OraHome_1
    Destination : /opt/app/oracle/OraHome_1/core.myserver_ocrl
    Creating directories...
    Creating targets.xml...
    Done.
    Feb 18, 2008 5:42:53 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/oraInst.loc to /opt/app/oracle/OraHome_1/core.myserver_ocrl/oraInst.loc
    Feb 18, 2008 5:42:53 PM oracle.sysman.emcp.EMAgentConfig instantiateEMConfigFiles
    CONFIG: Successfully deployed state dirs for core.myserver
    Feb 18, 2008 5:42:53 PM oracle.sysman.emcp.EMAgentConfig performConfiguration
    CONFIG: Successfully updated agent config files
    Feb 18, 2008 5:42:53 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/sysman/config/emd.properties.emca.tmp to /opt/app/oracle/OraHome_1/sysman/config/emd.properties
    Feb 18, 2008 5:42:53 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file /opt/app/oracle/OraHome_1/sysman/config/emd.properties.emca.tmp has been copied to /opt/app/oracle/OraHome_1/sysman/config/emd.properties
    Feb 18, 2008 5:42:53 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/sysman/emd/targets.xml.emca.tmp to /opt/app/oracle/OraHome_1/sysman/emd/targets.xml
    Feb 18, 2008 5:42:53 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file /opt/app/oracle/OraHome_1/sysman/emd/targets.xml.emca.tmp has been copied to /opt/app/oracle/OraHome_1/sysman/emd/targets.xml
    Feb 18, 2008 5:42:54 PM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: Updating file /opt/app/oracle/OraHome_1/install/portlist.ini ...
    Feb 18, 2008 5:42:54 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/install/portlist.ini to /opt/app/oracle/OraHome_1/install/portlist.ini.emca.util.tmp
    Feb 18, 2008 5:42:54 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file /opt/app/oracle/OraHome_1/install/portlist.ini has been copied to /opt/app/oracle/OraHome_1/install/portlist.ini.emca.util.tmp
    Feb 18, 2008 5:42:54 PM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: Writing the selected ports to a tmp file
    Feb 18, 2008 5:42:54 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/install/portlist.ini.emca.util.tmp to /opt/app/oracle/OraHome_1/install/portlist.ini
    Feb 18, 2008 5:42:54 PM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: File /opt/app/oracle/OraHome_1/install/portlist.ini is successfully updated
    Feb 18, 2008 5:42:54 PM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: Updating file /opt/app/oracle/OraHome_1/install/portlist.ini ...
    Feb 18, 2008 5:42:54 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/install/portlist.ini to /opt/app/oracle/OraHome_1/install/portlist.ini.emca.util.tmp
    Feb 18, 2008 5:42:54 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file /opt/app/oracle/OraHome_1/install/portlist.ini has been copied to /opt/app/oracle/OraHome_1/install/portlist.ini.emca.util.tmp
    Feb 18, 2008 5:42:54 PM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: Writing the selected ports to a tmp file
    Feb 18, 2008 5:42:54 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /opt/app/oracle/OraHome_1/install/portlist.ini.emca.util.tmp to /opt/app/oracle/OraHome_1/install/portlist.ini
    Feb 18, 2008 5:42:54 PM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: File /opt/app/oracle/OraHome_1/install/portlist.ini is successfully updated
    Feb 18, 2008 5:42:54 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 18, 2008 5:42:54 PM oracle.sysman.emcp.util.DBControlUtil startOMS
    INFO: Starting Database Control (this may take a while) ...
    Feb 18, 2008 5:42:54 PM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [DISPLAY=:0.0, NEED_EXIT_CODE=1, ORACLE_SID=ocrl, PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/dt/bin:/usr/bin/X11:/sbin:/usr/java14/jre/bin:/usr/java14/bin, TZ=EET-10EETDT]
    Feb 18, 2008 5:42:54 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: /opt/app/oracle/OraHome_1/bin/emctl start dbconsole
    Feb 18, 2008 6:08:04 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 1
    Feb 18, 2008 6:08:04 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://core.myserver:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 10g Database Control ............................................................................................. failed.
    Logs are generated in directory /opt/app/oracle/OraHome_1/core.myserver_ocrl/sysman/log
    Feb 18, 2008 6:08:04 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing /opt/app/oracle/OraHome_1/bin/emctl start dbconsole
    Feb 18, 2008 6:08:04 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error starting Database Control
    Refer to the log file at /opt/app/oracle/OraHome_1/cfgtoollogs/dbca/ocrl/emConfig.log for more details.
    Feb 18, 2008 6:08:04 PM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error starting Database Control
         at oracle.sysman.emcp.EMDBPostConfig.performConfiguration(EMDBPostConfig.java:565)
         at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:177)
         at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:146)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:155)
         at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:426)
         at java.lang.Thread.run(Thread.java:568)
    Please advise what I need to do to create my database.
    Thank you and regards,
    Daniel

    Look likes , error at the time of EM configuration , please ignore/cancel this step and continue with database creation latter you can configure EM manually.

  • Problem creating Database view

    Hi ABAP experts,
    I have created an ABAP database view with tables /SAPAPO/MATLOC, /SAPAPO/MATKEY and /SAPAPO/LOC.
    I am taking snp planner (PLANNER_SNP) and ppds planner (PLANNER_PPS) from table /SAPAPO/MATLOC. I want their descriptions also in the same view which is there in an another database table /SAPAPO/PLANNER. but when i use this table in the join number of entries in the view appears to be zero. I dont know why..
    Can anybody suggest me how can I put descriptions of SNP planner and PPDS planner also in the same view.
    Also view is getting created with all the fields as key fields by default but I want only three feilds to be the key feilds.
    Can anybody help in this matter.
    Thanks a lot
    Best Regards,
    Chandan Dubey

    I can't see the structure of these tables but apparently your join condition is not well done. Ensure foreing keys for /SAPAPO/MATLOC exist in /SAPAPO/PLANNER (or vice versa dependig on which table has primary key) . Try doing a view first only with these two tables, then if this works expand it to the two other tables. This will give you an overview were is the logic (relationship) problem.
    As for your second question system will suggest key relationship, of which you can delete some relations. In this case you don't need to use all of them but only part of the key fields to be compared. Just select relationship you don't want and delete it. when using this view only these fields will be used to formluate join condition.
    I hope this helps you
    Marcin

  • Problems debugging Database Java remotely using JDeveloper 9i (9.04)

    I am currently working on a project where we are configuring a COTS product built onto a Oracle 9i database. The product has up versioned and changed its architecture considerably to support Java on the database as well as PL/SQL in the form of an API set. My team are writing custom code to meet the clients requirements and are all proficient PL/SQL developers and have experience with Java but we are having real trouble developing and testing our code in the same way we used to in PL/SQL using tools such as TOAD and PL/SQL Developer. I have invested some time in working out how to remote debug our Java code and have had some success with JDeveloper but have run into the following issues:
    1. I am unable to add Java objects or variables to the Watch but can view PL/SQL variables.
    2. The reported execution of the code seems inaccurate, i.e. often when I step into the Java code, I receive an exception that prevents me for continuing but suggests little about what has gone wrong.
    3. In general, debugging is a very hit or miss affair and does not appear to be a worthwhile tool in fixing code.
    Has anyone managed to set up Jdeveloper so that it is as proficient as TOAD or the like in debugging Java and can suggest how to resolve these issues?
    Peter
    3.

    Topic closed. Problem was with with database generated by DBCA. Resolved by TARs on Metalink

  • Having problem creating Database on Oracle8i installed on a stand alone NT 4.0

    Hi,
    I have installed Oracle 8i Enterprise Edition on my stand alone Windows NT4.0 work station (Service Pack 3). After installation, it tries to create a sample database and just hangs there. I also tried aborting it and creating it using "Database Configuration Assistant" and still facing the same problem. It doesn't show any error but just hangs indefinitely at the database creation menu. I observed that the listener is not running.
    Kindly let me know if there are any precautions to be taken while installing a Oracle 8i on Stand alone Windows NT. My NT is NOT CONNECTED to any network. Also, let me know how I can create a database when listener is not running.
    Regards,
    Sheshachala

    I installed 816 EE on my home NT40 workstation without any troubles. Please make sure that you've suttisfied all installation requirements as written in the Installation Guide.Install other version of Servis Pack. I am usinn SP6. Alo you can try to copy a sample database from cd without creating it
    Yours.

  • URGENT Creating database in Linux using RMAN dump of windows

    Hi Everyone,
    I'm having a problem in creating a database in Oracle Enterprise Linux using a database dump of Windows platform.
    I Have the following-
    -->RMAN Backup (for windows database)
    -->Archive log files.
    Using these i've to create the same database (clone) in linux.
    But when i'm try to do this ,everything goes fine except the datafile structures remain same as in windows( like C:\oracle\datafiles\system.dbf instead of /home/oracle/datafiles/system.dbf)
    And also i'm not able to restore the full database.
    Please suggest me the way to accomplish the task.
    Edited by: user8915599 on Jan 11, 2010 10:13 PM

    Hello
    You posted in the wrong forum, you'd better use one of the database forums : http://forums.oracle.com/forums/category.jspa?categoryID=18
    Anaway, regarding your datafile name strucyture you should look after db_file_name_convert in RMAN documentation. As for your other question, please be more precise (which version, what happens, etc).
    But again, post in the right forum and you'll get a ton of answers

  • Problems Creating a Java Class using a webservice with certificate

    hi,
    i'm developing a java class that call's a webservice that needs a certificate, i'm not used to work with java, last time was 10 years ago, so i'm having some troubles because of the certificate.
    I already add the certificate using java control panel > Security > Certificates. When testing i get the following error: IOException (java.io.IOException: subject key, Unknown key spec)
    I think I need to define the certificate in my class, but i'm having a lots of trouble with the samples that i found over the internet, nothing works and i'm running out of time.
    This is my Class
    create or replace and compile java source named "FishInfoAt" as
    import java.net.*;
    import java.io.*;
    import java.security.*;
    public class FishInfoAt
         public FishInfoAt()
         public static String send(String urlfishinfoat, String mensagem, String mensagem1, String mensagem2, String mensagem3)
              // Init
              String response = "";
              String msgtotal = mensagem+mensagem1+mensagem2+mensagem3;
              String a = "";
              HttpURLConnection conn = null;
              try{
                   URL url = new URL(urlfishinfoat);
                   conn = (HttpURLConnection) url.openConnection();
                   conn.setRequestMethod("POST");
                   conn.setRequestProperty("Content-type", "text/xml; charset=utf-8");
                   conn.setRequestProperty("SOAPAction", "https://servicos.portaldasfinancas.gov.pt:401/sgdtws/documentosTransporte/");
                   conn.setRequestProperty("Content-Length","" + msgtotal.length());
                   conn.setDoOutput(true);
                   conn.setDoInput(true);
                   conn.connect();
                   OutputStream out = conn.getOutputStream();
                   out.write(msgtotal.getBytes());
                   out.flush();
                   InputStream in = conn.getInputStream();
                   int value;
                   while( (value = in.read()) != -1)
                        response+=(char)value;
              catch(Exception e)
    response = ("*** ERROR - IOException (" + e.getMessage() + a + ")");
    return response;
    /

    Hi Deepak,
    Could you please let us know upto which line your code is going safe. Try printing the value in the structure before you send that to the method GetUGEntity().
    I am not too sure that would be a problem. But I have faced a problem like this, wherein I tried to access a structure for which I have not allocated memory and hence got exception because of that.
    Since your JNI code seems to be error free, I got doubt on your C part. Sorry.
    Dhamo.

  • Creating database and tables using datasources in a portal application

    Hi All,
    <b>
    I have created a datasource using Visual Administrator.
    Now I want to create a database and then tables using this datasource.
    I have todo this in the portal application.
    How to create a database and then tables into this database????
    </b>
    regards
    Brahmachaitanya

    Hi,
    I have created a datasource using Visual Administrator. I am trying to connect to it in my portal application. I have written the following code...
    InitialContext iContext = new InitialContext();
    DataSource ds = (DataSource) iContext.lookup("jdbc/CustomDataSource");
    Connection connection = ds.getConnection();
    But I am getting the following connection exception....
    ResourceException in method ConnectionFactoryImpl.getConnection(): com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException thrown by the physical connection: com.microsoft.sqlserver.jdbc.SQLServerException: Login failed for user 'sysadmin'.
    can anybody tell me how to go about this exception?????
    regards
    Brahmachaitanya

Maybe you are looking for

  • Problem with EBCDIC

    Hi I ahve a specific reqmt to convert my ascii information into EBCDIC before writing XML data to a file adapter.I have converted my ASCII data to Codepage CP037 before the payload looks in XI like this <?xml version="1.0" ?> <ns0:MT_Result_FlatStr x

  • I WANT TO DELETE MY ACCONT

    IM SO SICK OF THIS! I'VE TRIED ALL OF THE INSTRUCTIONS OF HOW TO DELETE/UNLINK MY SKYPE ACCOUNT FROM MY MICROSOFT ACCOUNT. NO INFORMATION IS HELPFULL. NORE DOES THE INFORMATION STAND FOR SOMETHING REAL. I'M REALLY ANGRY AS YOU CAN TELL. I ALSO TRIED

  • ORA-22292: Cannot open a LOB in read-write mode without a transaction ORA-06512

    I'm trying to do an update of a clob, and have come up against this error. all similar posts i can find on this site mention the not locking the record before the update... cheers in advance :-)

  • Error Sim, Invalid Sim ios 5.1.1

    I have an iphone 4 with vodafone and from the 5.1.1 update I get errors sporadically sim, sim invalid. Is solved when I put the mobile in airplane mode, but after a few hours I happens again the same error. I tried to restore the phone but the error

  • Possible For Address Link From Safari To Open In Maps?

    The iPhone recognizes phone numbers and dates from Safari and will dial a number or launch Calendar if clicked. Shouldn't it recognize addresses and launch Maps if clicked? This would be especially helpful from Safari, where now I have to copy the ad