Problem creating database during installation Oracle 8i

Hi!
When I was installing Oracle 8i a problem appeared. This problem was about Database creation, when the program of the Oracle installation was creating the database an error message was appeared : ORA-01034:ORACLE NOT AVAILABLE. I aborted the creation of the database and Oracle 8i was installed successfully.Now I'm trying to create the database with dbassist program but the same error is showed. Is there some solution?
In addition, I'm installing Oracle 8.1.7 in a Sunblade 100 Sparc with Solaris 8.0.
With best wishes, Jordi Carrasco.

did you define the variable ORACLE_SID and ORACLE_HOME?

Similar Messages

  • How to create database link between oracle and SQL Server

    Hello Everyone,
    Here i have Oracle Database 9i and SQL Server 2005 databases.
    I have some tables in sql server db and i want to access from Oracle.
    How to create a database link between these two servers
    Thanks,

    Thanks for Everyone,
    I was struggle with this almost 10 days....
    I created Database link from Oracle to SQL Server
    Now it is fine.........
    Here i am giving my servers configuration and proceedure how i created the db link...@
    Using Generic Connectivity (HSODBC) we can create db link between Oracle and SQL server.
    Machine (1)
    DB Version : Oracle 9.2.0.7.0
    Operating System : HP-UX Itanuim 64 11.23
    IP : 192.168.0.31
    Host : abcdbt
    Machine (2)
    Version : SQL Server 2005
    Operating System : Windows server 2003 x86
    IP : 192.168.0.175
    Host : SQLDEV1
    User/PW : sa/abc@123! (Connect to database)
    Database : SQLTEST (exsisting)
    Table : T (“ T “ is the table existing in SQLTEST database with 10 rows)
    Prerequisites in Machine (2):
    a)     Oracle 10g software
    b)     User account to access SQL Server database (sa/abc@123!)
    c)     Existing SQL Server Database (SQLTEST)
    d) Tables (testing purpose) (T)
    Steps:
    1)     Install Oracle 10.2.0.1 (Only SW,No need of database) *(Machine 2)*
    2)     Create a DSN where your windows Oracle 10g SW resides *(Machine 2)*
    Control panel >> Administrative Tools >> Data Source (ODBC) >> System DSN ADD
    You can follow this link also.....
    http://www.databasejournal.com/features/oracle/article.php/3442661/Making-a-Connection-from-Oracle-to-SQL-Server.htm
    I created DSN as
    DSN name : SQLTEST
    User : SA/abc@123! (Existing user account)
    Host : 192.168.0.175 (machine 2)
    Already I have 1 database in SQL Server with the name SQLTEST
    You can create DSN with different name also (not same as db name also)
    3)     Create a hsodbc init file in $ORACLE_HOME\hs\admin *(Machine 2)*
    Create init<DSN NAME> file
    Ex: initSQLTEST
    Copy inithsodbc to initSQLTEST
    And edit
    initSQLTEST file
    HS_FDS_CONNECT_INFO = SQLTEST    <DSN NAME>*
    HS_FDS_TRACE_LEVEL = OFF*
    save the file....@
    4)     Configure Listener.ora *(Machine 2)*
    LISTENER_NEW =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.175)(PORT = 1525))
    SID_LIST_LISTENER_NEW =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = SQLTEST) *+< Here SQLTEST is DSN NAME >+*
    (ORACLE_HOME = G:\oracle 10g\oracle\product\10.2.0\db_1)
    (PROGRAM = hsodbc))
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = G:\oracle 10g\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc) )
    :> lsnrctl start LISTENER_NEW
    5)     Configure tnsname.ora *(Machine 2)*
    SQLTEST11 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.175)(PORT = 1525))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = SQLTEST))
    (HS=OK)
    :> tnsping SQLTEST11
    If No errors then conti….
    6)     Configure a file *(Machine 1)*
    Cd $TNS_ADMIN ($ORACLE_HOME/network/admin)
    Create a file
    $ vi TEST_abcdbt_ifile.ora
    something=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST =192.168.0.175) (PORT=1525))
    (CONNECT_DATA=
    (SID=SQLTEST))
    (HS=OK)
    $ tnsping something
    $ sqlplus system/manager
    Your connected to Oracle database *(machine 1)*
    create database link xyz connect to “sa” identified by “abc@123!” using ‘SOMETHING’;
    select * from t@xyz;10 rows selected.
    Thanks,
    Edited by: ram5424 on Feb 10, 2010 7:24 PM

  • How to create database link from oracle to sql server

    Please help with how to create database link from oracle to sql server
    Best regards,
    Vishal

    Please help with how to create database link from oracle to sql server
    Best regards,
    Vishal
    Hi Vishal,
    I found a lof of information regarding how to create a database link from Oracle to SQL Server, please see:
    https://www.google.co.in/?gws_rd=cr&ei=vd3XUvGFO8TgkAXqlYCADg#q=how+to+create+database+link+from+oracle+to+sql+server
    We discuss SQL Server related issue in this forum. If you have any more question regarding Oracle, please post it in Oracle communities forum for better support.
    Regards,
    Elvis Long
    TechNet Community Support

  • 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.

  • Creating database after installing oracle 10.2 on solaris 10

    Hi,
    I installed oracle 10.2 on solaris.
    after installation is completed i started dbca to create a database.
    i mentioned all the details, after i click finish button, one window will open , in that all database details will be mentioned, when i click on that window, it will become invisible and that same dbca will remain same, actually after clicking ok it has to start creating database.
    but here it is going back to that dbca windows and in that back,cancel,finish button is there.
    why this problem is coming
    why it is not creating database after i clicked on finish botton,
    please help me, it is very critical, i want to create database and i want to submit to the client project.
    Regards,
    Veeresh S

    ya, i clicked in finish and one html window opened, in that also i clicked ok, after nothing will work, no messages,no errors,no logs created.
    i want to submit this to 1 project, but i am stucked here,
    and solaris server is 64 sparc
    and i installed oracle 10.2.0.1 64 bit for sparc 64
    now this is not working.
    can i install oracle 10.2.0.2 x86 in this sparc 64 bit server

  • Problem in Database Replication in Oracle 9i

    i am trying to do database replication but am facing problems in 9i.i have two machines on network and both have a database created.i also have a common schema in both the database (testuser is the name of schema). i have created database links between the two machines and when i check the link through OEM console then it shows that database link is active.when i add object to my master group it shows the status as need generation and when it try to generate replication support for the same the status changes to DOINGGEN.i am not able to get the status to GENERATED.my database names on both machines are different.could that be a problem.do we need to have same database name on both machines.plz help me out with this and if possible give me step wise details of how to do replication.i have tired it by following the steps given in oracle documentation.

    use enterprise edition, i think you are using standered edition. moreover there should be primary key column in replicated tables.

  • Specifying hostname for the database during installation

    I installed 11g r2 database as a Desktop server, nowhere during the installation did it ask me to review or change the hostname. It automatically used "localhost" as the hostname, and has written so in listener.ora, so no other machine on the network is able to use it. It only connects from within the same machine. Please help how to specify the hostname during installation.
    Edited by: user4928701 on 8 Jul, 2011 11:15 PM

    user4928701 wrote:
    I installed 11g r2 database as a Desktop server, nowhere during the installation did it ask me to review or change the hostname. It automatically used "localhost" as the hostname, and has written so in listener.ora, so no other machine on the network is able to use it. It only connects from within the same machine. Please help how to specify the hostname during installation.
    Edited by: user4928701 on 8 Jul, 2011 11:15 PMFirst, while the installation may (or may not) automatically create the listener.ora, it is not logically related. Creation/maintenance of listener has nothing to do with installation of software OR creation of a database.
    Second, I believe (but am not sure, and setting up a test takes more time than I have at the moment) whatever automatic creation of listener may occur uses the hosts file to get that info.
    Third, there is absolutely nothing stopping you from changing the listener.ora after the fact. There are no deep hooks between it and the installation.

  • Error on Create Database command for Oracle 9i on Red Hat 9

    Error on Create Database command
    CREATE DATABASE ora9i
    LOGFILE
    GROUP 1 ('$HOME/ORADATA/log_01_01_ora9i.rdo') SIZE 10M,
    GROUP 2 ('$HOME/ORADATA/log_02_01_ora9i.rdo') SIZE 10M
    DATAFILE '$HOME/ORADATA/system_01_ora9i.dbf' SIZE 100M
    AUTOEXTEND ON NEXT 50M MAXSIZE 150M
    DEFAULT TEMPORARY TABLESPACE temp
    TEMPFILE '$HOME/ORADATA/temp_01_ora9i.dbf' SIZE 15M
    AUTOEXTEND ON NEXT 5M MAXSIZE 30M
    CHARACTER SET WE81SO8859P1
    NATIONAL CHARACTER SET AL16UTF16
    CREATE DATABASE ora9i
    ERROR at line 1:
    ORA-01092:ORACLE instance terminated. Disconnection forced.
    initora9i.ora file contents :
    background_dump_dest=$HOME/ADMIN/BDUMP
    core_dump_dest=$HOME/ADMIN/CDUMP
    db_name=ora9i
    db_files= 80
    db_file_multiblock_read_count=8
    db_block_buffers=100
    shared_pool_size = 3500000
    log_checkpoint_interval = 10000
    processes=50
    parallel_max_servers=5
    log_buffer = 32768
    max_dump_file_size = 10240
    global_name = TRUE
    control_files=$HOME/ORADATA/ctrl01.ctl
    undo_management=AUTO
    user_dump_dest=$HOME/ADMIN/UDUMP
    -------------------------------------------------

    Pleae include REUSE keyword at the end of each file location as shown below...
    CREATE DATABASE ora9i
    LOGFILE
    GROUP 1 ('$HOME/ORADATA/log_01_01_ora9i.rdo') SIZE 10M REUSE,
    GROUP 2 ('$HOME/ORADATA/log_02_01_ora9i.rdo') SIZE 10M REUSE
    DATAFILE '$HOME/ORADATA/system_01_ora9i.dbf' SIZE 100M REUSE
    AUTOEXTEND ON NEXT 50M MAXSIZE 150M
    DEFAULT TEMPORARY TABLESPACE temp
    TEMPFILE '$HOME/ORADATA/temp_01_ora9i.dbf' SIZE 15M REUSE
    AUTOEXTEND ON NEXT 5M MAXSIZE 30M
    CHARACTER SET WE81SO8859P1
    NATIONAL CHARACTER SET AL16UTF16

  • Creating Database Link from Oracle to SQL Server

    I am trying to create a database link from Oracle to SQL Server, and the documentation is about as clear as mud to me. Can anyone send me clear instructions on exactly what I need to do? What needs to be in tnsnames.ora and listener.ora files? Is there anything other than those two files that needs to be set up? Do I set up an ODBC connection? Anything else? I want to execute queries against a SQL Server database and load data into Oracle database.
    Thanks so much,
    Susan

    These are the instructions from an old document I created. The steps are same for SQL Server and Sybase. Hope it helps.
    The 9i Transparent Gateway Software is in Oracle Software CD -> oracle9i database -> Custom -> Oracle Transparent Gateways
    The gateway can be installed on the same machine as the Oracle database or
    on the Sybase server or on a third machine as a stand-alone.
    We have installed the gateway software in one of oracle database
    servers in a separate oracle home.
    These are the steps involved in configuring a gateway to a Sybase database
    1.     Install Sybase client and Gateway software on the Gateway Server
    2.     Configure <initsidfile> in the Gateway Server's <gatewayhome>
         /u00/app/oracle/product/9.2.0/tg4sybs/admin/init<gatewaysid>.ora
    Sybase server and database information is required for this step.
    eg: HS_FDS_CONNECT_INFO=USTRUD01.uwd
    3.     Add an entry in listener.ora in <listnenerhome>
         (/u00/app/oracle/product/9.0.1/network/admin/listener.ora) for the <gatewaysid>
    4.     Edit the tnsnames file (/u00/app/oracle/product/9.0.1/network/admin/tnsnames.ora)
    to add an entry <tnsalias> for the <gatewaysid>
    5.     Create a database link to the Sybase database in the oracle database.
    The steps for creating the database link are
    a. create a login oracle_tgw in the sybase server
    b. add the user to the sybase database with the necessary privilege on the tables
    c. create the database link in the required oracle database using the command
         "create public database link <dblinkname> connect to oracle_tgw identified by password using 'tnsalias'; "
    6.     Restart the gateway listener.

  • 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.

  • Unable to Create Database RH6.2 Oracle 8.1.5

    I have problem creating a new database. I succeed in startup nomount the instance. I connect internal but I receive also the message
    Ora 01012 Not logged on
    Can you help me?
    Giancarlo

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by [email protected]:
    I have problem creating a new database. I succeed in startup nomount the instance. I connect internal but I receive also the message
    Ora 01012 Not logged on
    Can you help me?
    Giancarlo<HR></BLOCKQUOTE>
    Giancarlo, did you get an answer to this question? I am experiencing it as well. It may also be related to the NLS parameter setting, as I see that error message as well. And the "create database ..." command just doesn't work.
    null

  • Can't create database link to oracle 8i

    can you tel me please why i can't create a database link to oracle 8i from owb 9.2.0.2.8

    Can you please provide more information: what is the error you are getting? Are you creating the link while importing metadata or while deploying?
    Nikolai

  • Problem creating an AIR installer (.exe) from a .fla file.

    Hey everyone,
    I am trying to create an Adobe AIR installer(.exe). I already
    created the .fla file and tested it. It didn't seem to work and
    gave me the error of
    "You cannot debug this SWF because it does not contain
    ActionScript" and acc. to this link
    http://www.actionscript.org/forums/archive/index.php3/t-168154.html
    I created a new environment variable called JAVA_TOOL_OPTIONS
    of -Xmx256M. And then the .fla file seemed to work . Apparently
    there is too much code in my .fla file with as many as 20 videos
    (.flv) and lot of radio-buttons ( I mean A lot of them !!! )...
    Now with the .fla file working, when I am trying to create an
    AIR installer it is throwing the error,
    " Error creating AIR file. Picked up JAVA_TOOL_OPTIONS: -Xmx256M
    so I am not able to create the AIR Installer. and If I change
    back the -Xmx 256M then my .fla file won't work. So what do I do
    now ? I somehow removed the above -Xmx 256M variable and created a
    AIR installer with a self-signed certificate and when I try to
    install that AIR installer, I get another error message,
    "The application could not be installed. Try installing it
    again. If the problem persists, contact the application author.
    Error# 0".
    So I have 2 questions:
    1. how do I create this AIR installer(.exe) and make it work
    as a .exe file and run it without having Adobe flash CS3 installed
    on another computer and please help me in my case as above.
    2. Also, would I need to buy a digital certificate to create
    the AIR installer or can I use a self-signed certificate to create
    an AIR installer and use it to install the AIR application on a few
    computers ? Please help
    Axe

    "Axe_AP" <[email protected]> wrote in
    message
    news:gqs5k7$cjp$[email protected]..
    > Hey everyone,
    >
    > I am trying to create an Adobe AIR installer(.exe). I
    already created the
    > .fla
    > file and tested it. It didn't seem to work and gave me
    the error of
    >
    "You
    > cannot debug this SWF because it does not contain
    ActionScript" and
    > acc. to
    > this link
    >
    http://www.actionscript.org/forums/archive/index.php3/t-168154.html
    >
    > I created a new environment variable called
    JAVA_TOOL_OPTIONS of -Xmx256M.
    > And
    > then the .fla file seemed to work . Apparently there is
    too much code in
    > my
    > .fla file with as many as 20 videos (.flv) and lot of
    radio-buttons ( I
    > mean A
    > lot of them !!! )...
    >
    > Now with the .fla file working, when I am trying to
    create an AIR
    > installer it
    > is throwing the error,
    " Error creating AIR file. Picked up
    > JAVA_TOOL_OPTIONS: -Xmx256M ? .
    > so I am not able to create the AIR Installer. and If I
    change back
    > the -Xmx
    > 256M then my .fla file won't work. So what do I do now ?
    I somehow removed
    > the
    > above -Xmx 256M variable and created a AIR installer
    with a self-signed
    > certificate and when I try to install that AIR
    installer, I get another
    > error
    > message,
    "The application could not be installed. Try installing it
    > again.
    > If the problem persists, contact the application author.
    Error# 0".
    >
    > So I have 2 questions:
    >
    > 1. how do I create this AIR installer(.exe) and make it
    work as a .exe
    > file
    > and run it without having Adobe flash CS3 installed on
    another computer
    > and
    > please help me in my case as above.
    >
    > 2. Also, would I need to buy a digital certificate to
    create the AIR
    > installer
    > or can I use a self-signed certificate to create an AIR
    installer and use
    > it to
    > install the AIR application on a few computers ? Please
    help
    This forum is for people seeking help with the Flex Framework
    and/or Flex
    builder. You might want to try one of the Flash forums.

  • Error during installation Oracle on Unix...

    Hello everyone,
    I tried to installer Oracle 10g r2 on unix tru 64 bit. I copied oracle software in /tmp. When I run "./runinstaller" then following message arise:
    "Unable to convert from UTF-8 to ISO 8859-1 for NLS! Permission denied."
    Any help would be appreciated.
    Regards,

    53637 wrote:
    Hello,
    Thank for your suggestion. When I tried to execute this command the following message arise:
    $ export NLS_LANG=AMERICA_AMERICA.WE8ISO8859-1
    NLS_LANG=AMERICA_AMERICA.WE8ISO8859-1 is not indentifierFirst - it was suggested you enter "WE8ISO88591", not "WE8ISO8859-1"
    Second - the suggestion was made assuming a shell such as Bash. You may be using ksh or other. Try doing this in several steps
    NLS_LANG=AMERICA_AMERICA.WE8ISO88591
    export NLS_LANG
    and perhaps try surrounding the literal with quotes
    NLS_LANG="AMERICA_AMERICA.WE8ISO88591"

  • Problem during installation oracle database configuration assistant FAILED

    Hi Dear,
    The Configurations are :
    VM OS : Oracle enterprise linux 5
    Trying to install : Oracle 11g R1
    I'm having a real problem , so i can't continue my installation during the configuration assistant, oracle net configuration assistant was succeeded but oracle database configuration assistant FAILED
    Here is the long message showed by console :
    Output generated from configuration assistant "Oracle Net Configuration Assistant":
    Command = /u01/app/oracle/product/11.1.0/db_1/bin/netca /orahome /u01/app/oracle/product/11.1.0/db_1 /orahnam OraDb11g_home1 /instype typical /inscomp client,oraclenet,javavm,server,ano /insprtcl tcp /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile /u01/app/oracle/product/11.1.0/db_1/network/install/netca_typ.rsp
    Parsing command line arguments:
    Parameter "orahome" = /u01/app/oracle/product/11.1.0/db_1
    Parameter "orahnam" = OraDb11g_home1
    Parameter "instype" = typical
    Parameter "inscomp" = client,oraclenet,javavm,server,ano
    Parameter "insprtcl" = tcp
    Parameter "cfg" = local
    Parameter "authadp" = NO_VALUE
    Parameter "nodeinfo" = NO_VALUE
    Parameter "responsefile" = /u01/app/oracle/product/11.1.0/db_1/network/install/netca_typ.rsp
    Done parsing command line arguments.
    Oracle Net Services Configuration:
    Profile configuration complete.
    Listener started at port:1521
    Oracle Net Listener Startup:
    Running Listener Control:
    /u01/app/oracle/product/11.1.0/db_1/bin/lsnrctl start LISTENER
    Listener Control complete.
    Listener started successfully.
    Listener configuration complete.
    Oracle Net Services configuration successful. The exit code is 0
    Configuration assistant "Oracle Net Configuration Assistant" succeeded
    Output generated from configuration assistant "Oracle Database Configuration Assistant":
    Command = oracle.assistants.server.DbcaCfgPlugIn /u01/app/oracle/product/11.1.0/db_1/bin/dbca -progress_only -createDatabase -templateName General_Purpose.dbc -sid DB11G -gdbName DB11G.WORLD -emConfiguration LOCAL -datafileJarLocation /u01/app/oracle/product/11.1.0/db_1/assistants/dbca/templates -datafileDestination /u01/app/oracle/oradata/ -responseFile NO_VALUE -characterset WE8MSWIN1252 -obfuscatedPasswords false -sampleSchema false -oratabLocation /u01/app/oracle/product/11.1.0/db_1/install/oratab -recoveryAreaDestination NO_VALUE -totalMemory 403 -automaticMemoryManagement true -sysPassword ${S_SYSPASS} -systemPassword ${S_SYSTEMPASS} -dbsnmpPassword ${S_DBSNMPPASS} -sysmanPassword ${S_SYSMANPASS} ${S_SYSASMPASS} ${S_HOSTUSERPASS}
    Configuration assistant "Oracle Database Configuration Assistant" failed
    The "/u01/app/oracle/product/11.1.0/db_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------Output generated from configuration assistant "Oracle Database Configuration Assistant":
    Command = oracle.assistants.server.DbcaCfgPlugIn /u01/app/oracle/product/11.1.0/db_1/bin/dbca -progress_only -createDatabase -templateName General_Purpose.dbc -sid DB11G -gdbName DB11G.WORLD -emConfiguration LOCAL -datafileJarLocation /u01/app/oracle/product/11.1.0/db_1/assistants/dbca/templates -datafileDestination /u01/app/oracle/oradata/ -responseFile NO_VALUE -characterset WE8MSWIN1252 -obfuscatedPasswords false -sampleSchema false -oratabLocation /u01/app/oracle/product/11.1.0/db_1/install/oratab -recoveryAreaDestination NO_VALUE -totalMemory 403 -automaticMemoryManagement true -sysPassword ${S_SYSPASS} -systemPassword ${S_SYSTEMPASS} -dbsnmpPassword ${S_DBSNMPPASS} -sysmanPassword ${S_SYSMANPASS} ${S_SYSASMPASS} ${S_HOSTUSERPASS}
    Configuration assistant "Oracle Database Configuration Assistant" failed
    The "/u01/app/oracle/product/11.1.0/db_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------Output generated from configuration assistant "Oracle Database Configuration Assistant" (attempt 2):
    Command = oracle.assistants.server.DbcaCfgPlugIn /u01/app/oracle/product/11.1.0/db_1/bin/dbca -progress_only -createDatabase -templateName General_Purpose.dbc -sid DB11G -gdbName DB11G.WORLD -emConfiguration LOCAL -datafileJarLocation /u01/app/oracle/product/11.1.0/db_1/assistants/dbca/templates -datafileDestination /u01/app/oracle/oradata/ -responseFile NO_VALUE -characterset WE8MSWIN1252 -obfuscatedPasswords false -sampleSchema false -oratabLocation /u01/app/oracle/product/11.1.0/db_1/install/oratab -recoveryAreaDestination NO_VALUE -totalMemory 403 -automaticMemoryManagement true -sysPassword ${S_SYSPASS} -systemPassword ${S_SYSTEMPASS} -dbsnmpPassword ${S_DBSNMPPASS} -sysmanPassword ${S_SYSMANPASS} ${S_SYSASMPASS} ${S_HOSTUSERPASS}
    Configuration assistant "Oracle Database Configuration Assistant" failed
    The "/u01/app/oracle/product/11.1.0/db_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------Output generated from configuration assistant "Oracle Database Configuration Assistant" (attempt 3):
    Command = oracle.assistants.server.DbcaCfgPlugIn /u01/app/oracle/product/11.1.0/db_1/bin/dbca -progress_only -createDatabase -templateName General_Purpose.dbc -sid DB11G -gdbName DB11G.WORLD -emConfiguration LOCAL -datafileJarLocation /u01/app/oracle/product/11.1.0/db_1/assistants/dbca/templates -datafileDestination /u01/app/oracle/oradata/ -responseFile NO_VALUE -characterset WE8MSWIN1252 -obfuscatedPasswords false -sampleSchema false -oratabLocation /u01/app/oracle/product/11.1.0/db_1/install/oratab -recoveryAreaDestination NO_VALUE -totalMemory 403 -automaticMemoryManagement true -sysPassword ${S_SYSPASS} -systemPassword ${S_SYSTEMPASS} -dbsnmpPassword ${S_DBSNMPPASS} -sysmanPassword ${S_SYSMANPASS} ${S_SYSASMPASS} ${S_HOSTUSERPASS}
    Configuration assistant "Oracle Database Configuration Assistant" failed
    The "/u01/app/oracle/product/11.1.0/db_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------
    Please help me it's urgently

    Please help me i can't find any solution to resolve this trouble
    Should i uninstall this version or what exactly, could you please suggest to me something like another release who matches that configuration
    Sorry but i have no idea
    Waiting for the response

Maybe you are looking for

  • Billing document text determination from SO10

    Hello! Tricky question: We created a new text type for billing document header (we will call it Z001) . We can also determine that this text will appear in billing document (SD basics) But we want to do something tricky: I want to create a text in SO

  • Branchwise customer Aging

    Hi, How to create branchwise customer aging report in SAP B1. Regards, Harshad.

  • In CIN excise accounting is happening.

    Hi Team, Excise invoice (Excise duty) condition accounting must not be posted for export sales. And Excise duty conditions it is marked as statistical and account determination in SD is not happening which is fine., But in CIN , excise accounting hap

  • Acrobat Pro as Default PDF Reader

    How can I make Acrobat Pro my default PDF reader, I am using a Mac and whenever I open a pdf it opens it in the Mac OS's 'Preview' software instead of Acrobat Pro

  • Schema browsing

    Hi Guys, I am looking for a specific word to locate corresponding fields in an oracle database. I want to browse through all existing schemas (or only a specific schema) for this word anybody can help with a sql script that can i use?? thanks