Installing OAS when Oracle database alreay installed

I am installing Oracle App Server . The installation document says to unset my ORACLE_HOME and ORACLE_SID variables. If i does so, my ORACLE database will stop working.
How can i run both App Server and database on same Node. Is there any workaround for that.

Is this Windows or Linux/Unix?
I would recommend installing everything with the same user, for instance ORACLE. For each installation you have, you have to have different profile-environment-shell-files.
For instance:
db.sh - to set database environment
infra.sh - to set infrastructure environment
midtier.sh - to set middle-tier environment
This is an example environment file for a Portal (middle-tier environment):
# Portal (Middle-tier) Environment
# By Martin Malmstrom, ORACLE Consulting
export ORACLE_HOME=/u01/app/oracle/product/midtier
export OH=$ORACLE_HOME
export PATH=$OH/bin:$OH/opmn/bin:$OH/dcm/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin
alias oid=". ~/oid.env"
alias sso=". ~/sso.env"
alias portal=". ~/portal.env"
alias soa=". ~/soa.env"
echo Portal environment setNote that with the alias I create, I can quickly change between the environments, which wouldn't be possible if I'd installed everything with different users.
Set the environment with: $ . ./portal.env (note the two dots). When one environment is set, one can switch with just the alias, for instance: $ oid (to set the OID environment)
Regards,
Martin

Similar Messages

  • Tx Data Sources Target lost when Oracle Database is shutdown

    I noticed today a problem that occurred within Weblogic 6.1 console:Services:Tx Data Sources:txNameDataSource were the targeted server was removed from the "chosen" text area do to a database server being shut down. After digging through error logs and searching the weblogic server console I found the target problem. Is there a bug report database that I could search through to see if this is a know error? When I monitor the start-up of weblogic I do not see any notification messages saying DataSourceXYZ has thrown an exception...

    Set the target server on the TxDataSource.
    The TxDatasource should have a <JDBCTxDataSource/> tag in config.xml.
    <JDBCTxDataSource JNDIName="TxDataSourceJndi"
    Name="JDBCTxDataSource" PoolName="JDBCConnectionPool" Targets="myserver"/>
    Dan <[email protected]> wrote:
    I noticed today a problem that occurred within Weblogic 6.1 console:Services:Tx
    Data Sources:txNameDataSource were the targeted server was removed from
    the "chosen" text area do to a database server being shut down. After
    digging through error logs and searching the weblogic server console
    I found the target problem. Is there a bug report database that I could
    search through to see if this is a know error? When I monitor the start-up
    of weblogic I do not see any notification messages saying DataSourceXYZ
    has thrown an exception...

  • Oracle Database 10g Release 1(10.1.0.3) for Solaris x86

    I've downloaded this version of oracle to be installed on solaris x86 for version 5.10 but unfortunatly the following error has occurred:
    $ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 5.6, 5.7, 5.8 or 5.9. Actual 5.10
    Failed <<<<
    Exiting Oracle Universal Installer, log for this session can be found at /tmp/OraInstall2006-02-15_11-16-32AM/installActions2006-02-15_11-16-32AM.log
    so it is failed to install ...
    please advise,,
    thx alot...

    from metalink:
    General Notes For Oracle Database - Enterprise Edition On
    Solaris Operating System x86:
    Sun Solaris OS 10 Information:
    o Oracle will announce certification of the following database products on the Sun Solaris 10 operating system shortly after it is announced as being generally available by Sun. This is planned for March 2005.
    + Oracle Database 9iR2 (with 9.2.0.4 Patchset) for Sun Solaris SPARC32
    + Oracle Database 9iR2 (with 9.2.0.5 Patchset) for Sun Solaris SPARC64
    + Oracle Database 10gR1 (with 10.1.0.3 Patchset) for Sun Solaris SPARC64
    + Oracle Database 10gR1 (includes 10.1.0.3 Patchset) for Sun Solaris x86
    o When Oracle Database 10gR2 releases on Sun platforms later in 2005, the following releases will be certified on the Sun Solaris 10 operating system:
    + 10gR2 Database for Sun Solaris SPARC64
    + 10gR2 Database for Sun Solaris AMD64
    + 10gR2 Database for Sun Solaris x86
    pasquale rago

  • Oracle Database 11g Release 2 date

    Does anyone know for certain when Oracle Database 11g Release 2 is scheduled for release?
    We keep hearing it was due in mid-summer, then July, then mid-August, and now we are still waiting.
    Any have an official date on this yet?

    I can tell you with absolute certainty Oracle Database 11 Release 2 will be available for download no later than the end of Larry Ellison's keynote address at OpenWorld.
    You can safely mark that date on your calendar. <g>
    No software maker, with even a hint of sanity, ever announces a date by which software will be released.

  • Error when installing 9.0.1.4.0 patch set for the Oracle Database Server.

    Hi to all.
    Currently, i am trying to install patches for portal server.
    The server OS is Sun Solaris 8.
    We are using Oracle9iAS.
    Now, we are installing 9.0.1.4.0 patch set for the Oracle Database Server.
    We managed to install the patch, but have problem with the Post Install Action.
    We managed to run
    -ALTER SYSTEM ENABLE RESTRICTED SESSION;
    -@rdbms/admin/catpatch.sql
    -ALTER SYSTEM DISABLE RESTRICTED SESSION;
    -CONNECT / AS SYSDBA
    -update obj$ set status=5 where type#=29 and owner#!=0;
    -commit;
    But, when we come to the next command, which is to shutdown, it gives us like
    this..
    SQL> update obj$ set status=5 where type#=29 and owner#!=0;
    1402 rows updated.
    SQL> commit;
    Commit complete.
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01219: database not open: queries allowed on fixed tables/views only
    We tried to startup the database..it gives us this error..
    SQL> startup
    ORA-01081: cannot start already-running ORACLE - shut it down first
    So, we tried to shutdown again..
    SQL> shutdown immediate
    ORA-01089: immediate shutdown in progress - no operations are permitted
    I been informed that this is maybe a Database problem related. Any ideas?
    Best Wishes,
    Rushdan Md Saad.

    Patchsets could be obtained (only) from http://metalink.oracle.com
    You need to have valid CSI for access.
    P.S: Sorry Werner, I didn't see you post.
    Message was edited by:
    Ivan Kartik

  • Does OAS Enterprise manager console install when Oracle DB EM installed?

    I installed Oracle database 10gR2 on my development machine. After that I installed Oracle Application Server 10g 10.1.3.1.0
    Although I opted to install the EM component I don't think that it did install.
    Here is the install readme found in OAS_HOME\install\readme.txt:
    The installation of Oracle Application Server 10g 10.1.3.1.0 was successful.
    These instructions are located in C:\OracleAS_1\install\readme.txt for your future reference.
    You can view the status of the server with the following command:
    C:\OracleAS_1\opmn\bin\opmnctl status
    Access the Welcome Page with the following URL:
    http://main:80/
    Application Server Control Console is not running in this instance of Oracle Application Server. You can manage this instance remotely through another instance of Oracle Application Server that is configured to run Application Server Control Console.
    Installation Details:
    Installation Directory: C:\OracleAS_1
    Installation Type: J2EE Server and Web Server
    Installed Components: Oracle HTTP Server, Oracle Containers for J2EE (OC4J), and Oracle Process Manager & Notification Server (OPMN)
    Instance Name: orcl.main
    Administrator Username: oc4jadminIn the case of the database and the application server being on the same machine, should I be able to access two different EM consoles? If so then why can't I seem to access the OAS EM console (I can access the database EM).

    Problem discussed and solved here:
    Re: Not allow em console

  • Install Oracle Application server 10g and Oracle database 10g on same box

    Hi Experts!
    i need to install Oracle database and oracle application server on the same machine(windows xp).
    when i install both of them and reboot the machine either oracle database or oracle application server fails...
    i suspect that the problem might be due to two - ORACLE_HOME
    let me know how i can resolve this issue.
    Note: Oracle DB and OAS OPMN process run as a windows service.
    after restart opmn fails
    Many thanks in advance
    -Raghav

    Jacco, in spite of your ace :-) this time I cannot
    completely agree with you:
    I hope sincerely that this ace thing doesn't "scare" anyone from challengeing me. I can't know everything, even though this ace sign suggests it.
    - things like ORACLE_HOME are also set in the system
    environment settings. This may lead to conflicts;It does, therefore you should set them with the service (I figured the installer of Oracle would actually do that for you, but I hardly ever work with Windows)
    - the database and AS have different versions of the
    RSFs. The most recent AS version is using 10.1.0.5
    RSFs, where the database uses 10.2.x. This leads to
    conflicts.
    - Port conflicts are common in the ONS area, however
    this should not prevent startup and should not be
    very likely at this point since all products use the
    same inventory and it should have been checked for
    ports that are in use.ons port conflics shouldn't precent startup, but other port conflicts can.
    >
    With the total of our posts the problem should be
    resolved anyway ;)Exactly, as long as the reader has the proper knowledge to understand them ;)
    (this feels like a post just to make sure that you know I respect your opinions and advices)

  • Installing Oracle Database 11.2.0.3 on Centos 6.4 in AWS

    We have been installing and configuring oracle database 11.2.0.3 with OIAM 11gR1 for a few years with great success.
    RHEL 5.7
    WLS 10.3.6
    OracleDB 11.2.0.3
    OIAM 11gR1
    OHS 11.1.1.6
    We have recently decided to move our VMs to Amazon's EC2 environment using CentOS 6.4.  The OS our client currently has us using is a hardened version of RHEL5.7.  We have installed on CentOS in the past but not in 6.4.  All the prereqs are setup but we cannot seem to get the database to configure completely.  Running in silent or interactive mode makes no difference. 
    When running in silent mode we received the following:
    ./runInstaller -silent -ignoreSysPreReqs -responseFile db_install_w_database.rsp
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 120 MB.   Actual 6463 MB    Passed
    Checking swap space: must be greater than 150 MB.   Actual 24999 MB    Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2015-04-13_04-55-50PM. Please wait ...
    You can find the log of this install session at:
    /opt/oraInventory/logs/installActions2015-04-13_04-55-50PM.log
    The installation of Oracle Database 11g was successful.
    Please check '/opt/oraInventory/logs/silentInstall2015-04-13_04-55-50PM.log' for more details.
    [WARNING] [INS-32091] Some of the configuration assistants failed.
       CAUSE: Software installation was successful. But some configuration assistants failed, were cancelled or skipped.
       ACTION: Refer to the logs or contact Oracle Support Services.
    Checking the install log:
    INFO: Oracle Net Listener Startup:
    INFO: The information provided for this listener is currently in use by other software on this computer.
    INFO:     Listener start failed.
    INFO: Check the trace file for details: /opt/oracle/cfgtoollogs/netca/trace_OraDb11g_home1-1504134PM5854.log
    INFO: Oracle Net Services configuration failed.  The exit code is 1
    Then checking the netca log
    [main] [ 2015-04-13 16:58:55.132 UTC ] [CmdToolUtil.doexecute:473]  nativeSystem.runRemoteExecCmd failed. Command = /opt/oracle/product/dbs/srvm/admin/getcrshome arguments = [] env = null error = null
    [main] [ 2015-04-13 16:58:55.133 UTC ] [HAUtils.getHASHome:938]  Failed to get HAS home.
    PRCT-1011 : Failed to run "getcrshome". Detailed error: null
    oracle.cluster.deployment.ClusterwareInfo.getConfiguredCRSHome(ClusterwareInfo.java:483)
    oracle.sysman.assistants.util.hasi.HAUtils.getConfiguredGridHome(HAUtils.java:782)
    oracle.sysman.assistants.util.hasi.HAUtils.getHASHome(HAUtils.java:934)
    oracle.sysman.assistants.util.hasi.HAUtils.getHASHome(HAUtils.java:955)
    oracle.sysman.assistants.util.hasi.HAUtils.isHASConfigured(HAUtils.java:529)
    oracle.net.ca.ConfigureListener.isHASConfigured(ConfigureListener.java:1516)
    oracle.net.ca.ConfigureListener.isHASRunning(ConfigureListener.java:1538)
    oracle.net.ca.ConfigureListener.validateListenerName(ConfigureListener.java:1785)
    oracle.net.ca.ConfigureListener.typicalConfigure(ConfigureListener.java:183)
    oracle.net.ca.SilentConfigure.performSilentConfigure(SilentConfigure.java:185)
    oracle.net.ca.InitialSetup.<init>(NetCA.java:4189)
    oracle.net.ca.NetCA.main(NetCA.java:428)
    [main] [ 2015-04-13 16:58:55.133 UTC ] [HAUtils.isHASConfigured:532]  HA Home is null
    [main] [ 2015-04-13 16:58:55.134 UTC ] [ConfigureListener.isHASConfigured:1524]  Is Oracle Restart configured: false
    [main] [ 2015-04-13 16:58:55.134 UTC ] [ConfigureListener.isHASRunning:1553]  Is Oracle Restart running: false
    [main] [ 2015-04-13 16:58:55.134 UTC ] [ConfigureListener.listenerExists:344]  Is listener "LISTENER" already exists: false
    [main] [ 2015-04-13 16:58:55.135 UTC ] [ConfigureListener.typicalConfigure:215]  Checking for free port in range: 1521-1540
    [main] [ 2015-04-13 16:58:55.135 UTC ] [ConfigureListener.isPortFree:1080]  Checking if port 1521 is free on local machine...
    [main] [ 2015-04-13 16:58:55.135 UTC ] [ConfigureListener.isPortFree:1095]  InetAddress.getByName(127.0.0.1): /127.0.0.1
    [main] [ 2015-04-13 16:58:55.136 UTC ] [ConfigureListener.isPortFree:1097]  Local host IP address: awscentoschrome.amazonaws.com/52.4.205.244
    [main] [ 2015-04-13 16:58:55.136 UTC ] [ConfigureListener.isPortFree:1099]  Local host name: awscentoschrome.amazonaws.com
    [main] [ 2015-04-13 16:58:55.136 UTC ] [ConfigureListener.isPortFree:1115]  IP Address: awscentoschrome.amazonaws.com/52.4.205.244, Is IPv6 Address: false
    [main] [ 2015-04-13 16:58:55.137 UTC ] [ConfigureListener.isPortFree:1118]  IP Address: awscentoschrome.amazonaws.com/52.4.205.244, Is Link-Local Address: false
    [main] [ 2015-04-13 16:58:55.137 UTC ] [ConfigureListener.isPortFree:1143]  Creating ServerSocket on Port:1521, IP Address: awscentoschrome.amazonaws.com/52.4.205.244
    [main] [ 2015-04-13 16:58:55.140 UTC ] [ConfigureListener.isPortFree:1178]  java.net.PlainSocketImpl.socketBind(Native Method)
    java.net.PlainSocketImpl.bind(PlainSocketImpl.java:377)
    java.net.ServerSocket.bind(ServerSocket.java:319)
    java.net.ServerSocket.<init>(ServerSocket.java:185)
    oracle.net.ca.ConfigureListener.isPortFree(ConfigureListener.java:1145)
    oracle.net.ca.ConfigureListener.typicalConfigure(ConfigureListener.java:219)
    oracle.net.ca.SilentConfigure.performSilentConfigure(SilentConfigure.java:185)
    oracle.net.ca.InitialSetup.<init>(NetCA.java:4189)
    oracle.net.ca.NetCA.main(NetCA.java:428)
    [main] [ 2015-04-13 16:58:55.140 UTC ] [ConfigureListener.isPortFree:1191]  Returning is Port 1521 free: false
    2 things come to mind with the netca log:
    1) We are NOT using HA... so it would seem we could ignore that.
    2) Port 1521 is NOT in use.  I ran netstat -anpl | grep 1521 in a 5 second delay loop while running the installation and it never appeared.
    Does anyone know if there is something different with Centos6.4 or AWS installations that would cause this?  Also, the log says that the installation went fine and the issues were with  configuration.  The spfile does not exist and when root.sh is run after the install, the oratab has no entry ($ORACLE_SID:$ORACLE_HOME:<N|Y> does not exist).
    Ideas?

    Found the issue in the http://stackoverflow.com forums. We had searched them before but did not search on the correct error. I searched on "The information provided for this listener is currently in use by other software on this computer." and found a forum thread that we explained our issue.
    We are using AWS as our server provider. AWS has 2 IPs it uses. The Public one which we use to putty into and access the server and the Private one that is on eth0. Evidently, the private IP needs to be in the /etc/hosts file not the public IP.
    The database installed and is running.

  • Issue in Installing Oracle Database 11.2.0.2

    Hi All-
    I am trying to install Oracle Databse 11.2.0.2.
    I have downloaded patch - 10098816 for 32-bit windows version from Oracle Support.
    I am installing it on 32-bit Windows Server Enterprise, Service pack 2 machine.
    When I install it process till 60% and gets stuck at :
    updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDb11g_home1' My log file doesnt show any error messages.
    I have cleared all the pre installed Oracle DB from Windows Registery as well as Oracle Home. I am not sure why this happens.
    It would great if you could help.
    Below is my installation last few lines of my log file. I coudnt paste the entire log as max length for a post is 300000 characters
    INFO:
    Query Exception: VariableNotFoundException
    Query Exception Class: class oracle.sysman.oii.oiil.OiilQueryException
    INFO:
    INFO: Setting variable 'EM_IAS_CONSOLE_PORT' to ''. Received the value from a code block.
    INFO: Calling Query globalVarQueries2.1.0.4.1  getGlobalVariable
    variable = oracle.sysman.top.agent.s_agentSrvcName
    INFO:
    Query Exception: VariableNotFoundException
    Query Exception Class: class oracle.sysman.oii.oiil.OiilQueryException
    INFO:
    INFO: Setting variable 'AGENT_SRVC_NAME' to ''. Received the value from a code block.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFileEx
         source = E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl.bat.template
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl.bat
         variables = EMDROOT,ORACLE_HOME
         delimiter = #
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl.bat.template'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl.bat.template'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFileEx
         source = E:\Oracle_DB\product\11.2.0\DB_Home\bin\commonenv.bat.template
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\bin\commonenv.bat
         variables = EMPERLVER,EMPERLOHBIN
         delimiter = #
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\commonenv.bat.template'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\commonenv.bat.template'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl
         variables = null
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFileEx
         source = E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.template
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties
         variables = AGENT_SEED,CONTEXT_PATH,EMDROOT,EMD_EMAIL_ADDRESS,EMD_EMAIL_GATEWAY,EMD_FROM_EMAIL_ADDRESS,EMD_TRUSTCERTS_DIR,EM_HTTP_PORT,EM_REPOS_HOST,EM_REPOS_PROXYHOST,EM_REPOS_PROXYPORT,EM_SERVLET_PORT,EM_UPLOAD_DISABLE,EM_UPLOAD_PORT,HOSTNAME,JAVA_HOME,JRE_HOME,OC4JLOC,ORACLE_HOME,OUILOC,PSEP,PerlBin,n_uploadInterval,s_javapOracleHome
         delimiter = null
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.template'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.template'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFileEx
         source = E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.template
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.emca
         variables = AGENT_SEED,CONTEXT_PATH,EMDROOT,EMD_EMAIL_ADDRESS,EMD_EMAIL_GATEWAY,EMD_FROM_EMAIL_ADDRESS,EMD_TRUSTCERTS_DIR,EM_REPOS_PROXYHOST,EM_REPOS_PROXYPORT,EM_UPLOAD_DISABLE,JAVA_HOME,JRE_HOME,OC4JLOC,ORACLE_HOME,OUILOC,PSEP,PerlBin,n_uploadInterval,s_javapOracleHome
         delimiter = null
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.template'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.template'.
    INFO: Calling Action fileActions11.2.0.2.0  lineDelete
         fileName = E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.emca
         searchString = UploadMaxBytesXML
         ignoreCase = true
    INFO: updating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.emca.
    INFO: updating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.emca.
    INFO: Calling Action fileActions11.2.0.2.0  appendStringToFile
         source = E:\Oracle_DB\product\11.2.0\DB_Home/sysman/config/emd.properties.emca
         stringToAppend = UploadMaxBytesXML=20M
    INFO: updating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.emca.
    INFO: updating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.emca.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFileEx
         source = E:\Oracle_DB\product\11.2.0\DB_Home\bin\emagentdeploy.pl
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\bin\emagentdeploy.pl
         variables = null
         delimiter = null
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\emagentdeploy.pl'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\emagentdeploy.pl'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emagentlogging.properties.template
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emagentlogging.properties
         variables = null
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emagentlogging.properties.template'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emagentlogging.properties.template'.
    INFO: Setting up 'Oracle Enterprise Manager Console DB 11.2.0.2.0 '
    INFO: Setting up 'Oracle Enterprise Manager Console DB 11.2.0.2.0 '
    INFO: 6/7/11 12:08:09 PM IST: Starting install Install Phase 2 of component Oracle Enterprise Manager Console DB
    INFO: Calling Query globalVarQueries2.1.0.4.1  getGlobalVariable
    variable = oracle.sqlplus.isqlplus.httpport
    INFO:
    Query Exception: VariableNotFoundException
    Query Exception Class: class oracle.sysman.oii.oiil.OiilQueryException
    INFO:
    INFO: Setting variable 'ISQLPLUS_PORT' to ''. Received the value from a code block.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home/sysman/config/emoms.properties
         destination = E:\Oracle_DB\product\11.2.0\DB_Home/sysman/config/emoms.properties.emca
         variables = NO_PC_MODE,USE_HTTP_PROXY,EM_PING_COMMAND,SET_CONSOLE_MODE,USE_DB_CONSOLE,CONSOLE_MODE,ISQLPLUS_PORT,ISQLPLUS_HOST,ISQLPLUS_PROTOCOL
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emoms.properties'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emoms.properties'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home/bin/db2gc
         destination = E:\Oracle_DB\product\11.2.0\DB_Home/bin/db2gc
         variables = NO_PC_MODE,USE_HTTP_PROXY,EM_PING_COMMAND,SET_CONSOLE_MODE,USE_DB_CONSOLE,CONSOLE_MODE,ISQLPLUS_PORT,ISQLPLUS_HOST,ISQLPLUS_PROTOCOL
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\db2gc'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\db2gc'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home/oc4j/j2ee/OC4J_DBConsole/config/system-application.xml
         destination = E:\Oracle_DB\product\11.2.0\DB_Home/oc4j/j2ee/OC4J_DBConsole/config/system-application.xml
         variables = ORACLE_HOME
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\OC4J_DBConsole\config\system-application.xml'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\OC4J_DBConsole\config\system-application.xml'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home/sysman/config/emomslogging.properties.template
         destination = E:\Oracle_DB\product\11.2.0\DB_Home/sysman/config/emomslogging.properties
         variables = EMDROOT,LOGGING_LEVEL,s_javapOracleHome
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emomslogging.properties.template'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emomslogging.properties.template'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFileEx
         source = E:\Oracle_DB\product\11.2.0\DB_Home/sysman/config/emomsintg.xml
         destination = E:\Oracle_DB\product\11.2.0\DB_Home/sysman/config/emomsintg.xml
         variables = EMDROOT,LOGGING_LEVEL
         delimiter = null
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emomsintg.xml'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emomsintg.xml'.
    INFO: Calling Query RepositoryQueries3.0.0.2.17  Obfuscate
    InputString = *Protected value, not to be logged*
    OracleHome = E:\Oracle_DB\product\11.2.0\DB_Home
    JavaLocation = null
    JarLocation = null
    INFO: Query Returned: *Protected value, not to be logged*
    INFO: Setting variable 's_obfOc4jAdmPasswd' to '*Protected value, not to be logged*'. Received the value from a code block.
    INFO: Calling Query RepositoryQueries3.0.0.2.17  Obfuscate
    InputString = *Protected value, not to be logged*
    OracleHome = E:\Oracle_DB\product\11.2.0\DB_Home
    JavaLocation = null
    JarLocation = null
    INFO: Query Returned: *Protected value, not to be logged*
    INFO: Setting variable 's_obfJtaAdmPasswd' to '*Protected value, not to be logged*'. Received the value from a code block.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\\OC4J_DBConsole\config\system-jazn-data.xml
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\\OC4J_DBConsole\config\system-jazn-data.xml
         variables = s_obfOc4jAdmPasswd,s_obfJtaAdmPasswd
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\\OC4J_DBConsole\config\system-jazn-data.xml'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\\OC4J_DBConsole\config\system-jazn-data.xml'.
    INFO: Calling Action fileActions11.2.0.2.0  removeFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\oc4j_applications\applications\em.ear
    INFO: deleting 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\oc4j_applications\applications\em.ear'
    INFO: deleting 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\oc4j_applications\applications\em.ear'
    INFO: Calling Action fileActions11.2.0.2.0  removeFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\oc4j_applications\applications\em\em.war
    INFO: deleting 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\oc4j_applications\applications\em\em.war'
    INFO: deleting 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\oc4j_applications\applications\em\em.war'
    INFO: Calling Query globalVarQueries2.1.0.4.1  getGlobalVariable
    variable = oracle.assistants.server.sid
    INFO: Query Returned: OUBIDEV
    INFO: Setting variable 's_sid' to 'OUBIDEV'. Received the value from a code block.
    INFO: Setting variable 'b_launchBrowser' to 'true'. Received the value from a code block.
    INFO: Setting up 'HAS Files for DB 11.2.0.2.0 '
    INFO: Setting up 'HAS Files for DB 11.2.0.2.0 '
    INFO: 6/7/11 12:08:09 PM IST: Starting install Install Phase 2 of component HAS Files for DB
    INFO: Setting up 'Oracle Net Services 11.2.0.2.0 '
    INFO: Setting up 'Oracle Net Services 11.2.0.2.0 '
    INFO: 6/7/11 12:08:09 PM IST: Starting install Install Phase 2 of component Oracle Net Services
    INFO: Setting up 'Oracle Text 11.2.0.2.0 '
    INFO: Setting up 'Oracle Text 11.2.0.2.0 '
    INFO: 6/7/11 12:08:09 PM IST: Starting install Install Phase 2 of component Oracle Text
    INFO: Setting up 'Oracle Database 11g 11.2.0.2.0 '
    INFO: Setting up 'Oracle Database 11g 11.2.0.2.0 '
    INFO: 6/7/11 12:08:09 PM IST: Starting install Install Phase 2 of component Oracle Database 11g
    INFO: Calling Action w32RegActions10.2.0.1.0  RegSetValue
         selectedNodes =
         Key = HKEY_LOCAL_MACHINE
         SubKey = SOFTWARE\ORACLE\KEY_OraDb11g_home1
         value = RDBMS_CONTROL
         data = E:\Oracle_DB\product\11.2.0\DB_Home\DATABASE
         updateType = null
    INFO: updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDb11g_home1'
    INFO: updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDb11g_home1'
    INFO: Calling Action w32RegActions10.2.0.1.0  RegSetValue
         selectedNodes =
         Key = HKEY_LOCAL_MACHINE
         SubKey = SOFTWARE\ORACLE\KEY_OraDb11g_home1
         value = RDBMS_ARCHIVE
         data = E:\Oracle_DB\product\11.2.0\DB_Home\DATABASE\ARCHIVE
         updateType = null
    INFO: updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDb11g_home1'
    INFO: updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDb11g_home1'
    INFO: Calling Query UtilQueries11.2.0.2.0  GetNTUserName
    INFO: Query Returned: MNGKTR215626D\BI_coe
    INFO: Calling Action ntGrpActionLib10.2.0.1.0  AddToOraDbaGroup
         oradimLocation = E:\Oracle_DB\product\11.2.0\DB_Home\bin
         userName = MNGKTR215626D\BI_coe
         isRAC = false
         nodeList = Thanks in advance,
    Ramesh

    Hi Helios-
    Thanks for your response.
    My Window version is - Window Server Enterprise 2003, service pack 2Below is the log file:
    INFO: Calling Action ntw32FoldersActions10.2.0.3.0  ntCreateItem
         selectedNodes = null
         groupName = Oracle - OraDb11g_home1\Configuration and Migration Tools
         itemName = Database Configuration Assistant
         exeName = E:\Oracle_DB\product\11.2.0\DB_Home\bin\launch.exe
         paramName = null
         workingDir = E:\Oracle_DB\product\11.2.0\DB_Home\bin
         iconFileName = E:\Oracle_DB\product\11.2.0\DB_Home\assistants\dbca\dbca.ico
         icon = null
         cmdType = null
         multiparamName = E:\Oracle_DB\product\11.2.0\DB_Home\bin,dbca.cl
         runAsAdmin = 1
    INFO: creating 'Database Configuration Assistant' in folder 'Oracle - OraDb11g_home1\Configuration and Migration Tools'
    INFO: creating 'Database Configuration Assistant' in folder 'Oracle - OraDb11g_home1\Configuration and Migration Tools'
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home\assistants\dbca\instdbca.cl
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\bin\dbca.cl
         variables = null
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\assistants\dbca\instdbca.cl'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\assistants\dbca\instdbca.cl'.
    INFO: Calling Action fileActions11.2.0.2.0  removeFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home\assistants\dbca\instdbca.cl
    INFO: deleting 'E:\Oracle_DB\product\11.2.0\DB_Home\assistants\dbca\instdbca.cl'
    INFO: deleting 'E:\Oracle_DB\product\11.2.0\DB_Home\assistants\dbca\instdbca.cl'
    INFO: Calling Action ntw32FoldersActions10.2.0.3.0  ntCreateItem
         selectedNodes = null
         groupName = Oracle - OraDb11g_home1\Configuration and Migration Tools
         itemName = Database Upgrade Assistant
         exeName = E:\Oracle_DB\product\11.2.0\DB_Home\bin\launch.exe
         paramName = null
         workingDir = E:\Oracle_DB\product\11.2.0\DB_Home\bin
         iconFileName = E:\Oracle_DB\product\11.2.0\DB_Home\assistants\dbua\dbma.ico
         icon = null
         cmdType = null
         multiparamName = E:\Oracle_DB\product\11.2.0\DB_Home\bin,dbua.cl
         runAsAdmin = 1
    INFO: creating 'Database Upgrade Assistant' in folder 'Oracle - OraDb11g_home1\Configuration and Migration Tools'
    INFO: creating 'Database Upgrade Assistant' in folder 'Oracle - OraDb11g_home1\Configuration and Migration Tools'
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home\assistants\dbua\dbua.sbs
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\bin\dbua.bat
         variables = null
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\assistants\dbua\dbua.sbs'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\assistants\dbua\dbua.sbs'.
    INFO: Calling Action fileActions11.2.0.2.0  removeFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home\assistants\dbua\dbua.sbs
    INFO: deleting 'E:\Oracle_DB\product\11.2.0\DB_Home\assistants\dbua\dbua.sbs'
    INFO: deleting 'E:\Oracle_DB\product\11.2.0\DB_Home\assistants\dbua\dbua.sbs'
    INFO: Setting up 'Oracle JVM 11.2.0.2.0 '
    INFO: Setting up 'Oracle JVM 11.2.0.2.0 '
    INFO: 6/7/11 12:08:09 PM IST: Starting install Install Phase 2 of component Oracle JVM
    INFO: Setting up 'Oracle Advanced Security 11.2.0.2.0 '
    INFO: Setting up 'Oracle Advanced Security 11.2.0.2.0 '
    INFO: 6/7/11 12:08:09 PM IST: Starting install Install Phase 2 of component Oracle Advanced Security
    INFO: Setting up 'Enterprise Manager Agent 10.2.0.4.3 '
    INFO: Setting up 'Enterprise Manager Agent 10.2.0.4.3 '
    INFO: 6/7/11 12:08:09 PM IST: Starting install Install Phase 2 of component Enterprise Manager Agent
    INFO: Calling Query globalVarQueries2.1.0.4.1  getGlobalVariable
    variable = oracle.sysman.emd.iasconsoleport
    INFO:
    Query Exception: VariableNotFoundException
    Query Exception Class: class oracle.sysman.oii.oiil.OiilQueryException
    INFO:
    INFO: Setting variable 'EM_IAS_CONSOLE_PORT' to ''. Received the value from a code block.
    INFO: Calling Query globalVarQueries2.1.0.4.1  getGlobalVariable
    variable = oracle.sysman.top.agent.s_agentSrvcName
    INFO:
    Query Exception: VariableNotFoundException
    Query Exception Class: class oracle.sysman.oii.oiil.OiilQueryException
    INFO:
    INFO: Setting variable 'AGENT_SRVC_NAME' to ''. Received the value from a code block.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFileEx
         source = E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl.bat.template
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl.bat
         variables = EMDROOT,ORACLE_HOME
         delimiter = #
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl.bat.template'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl.bat.template'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFileEx
         source = E:\Oracle_DB\product\11.2.0\DB_Home\bin\commonenv.bat.template
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\bin\commonenv.bat
         variables = EMPERLVER,EMPERLOHBIN
         delimiter = #
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\commonenv.bat.template'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\commonenv.bat.template'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl
         variables = null
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFileEx
         source = E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.template
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties
         variables = AGENT_SEED,CONTEXT_PATH,EMDROOT,EMD_EMAIL_ADDRESS,EMD_EMAIL_GATEWAY,EMD_FROM_EMAIL_ADDRESS,EMD_TRUSTCERTS_DIR,EM_HTTP_PORT,EM_REPOS_HOST,EM_REPOS_PROXYHOST,EM_REPOS_PROXYPORT,EM_SERVLET_PORT,EM_UPLOAD_DISABLE,EM_UPLOAD_PORT,HOSTNAME,JAVA_HOME,JRE_HOME,OC4JLOC,ORACLE_HOME,OUILOC,PSEP,PerlBin,n_uploadInterval,s_javapOracleHome
         delimiter = null
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.template'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.template'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFileEx
         source = E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.template
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.emca
         variables = AGENT_SEED,CONTEXT_PATH,EMDROOT,EMD_EMAIL_ADDRESS,EMD_EMAIL_GATEWAY,EMD_FROM_EMAIL_ADDRESS,EMD_TRUSTCERTS_DIR,EM_REPOS_PROXYHOST,EM_REPOS_PROXYPORT,EM_UPLOAD_DISABLE,JAVA_HOME,JRE_HOME,OC4JLOC,ORACLE_HOME,OUILOC,PSEP,PerlBin,n_uploadInterval,s_javapOracleHome
         delimiter = null
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.template'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.template'.
    INFO: Calling Action fileActions11.2.0.2.0  lineDelete
         fileName = E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.emca
         searchString = UploadMaxBytesXML
         ignoreCase = true
    INFO: updating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.emca.
    INFO: updating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.emca.
    INFO: Calling Action fileActions11.2.0.2.0  appendStringToFile
         source = E:\Oracle_DB\product\11.2.0\DB_Home/sysman/config/emd.properties.emca
         stringToAppend = UploadMaxBytesXML=20M
    INFO: updating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.emca.
    INFO: updating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.emca.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFileEx
         source = E:\Oracle_DB\product\11.2.0\DB_Home\bin\emagentdeploy.pl
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\bin\emagentdeploy.pl
         variables = null
         delimiter = null
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\emagentdeploy.pl'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\emagentdeploy.pl'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emagentlogging.properties.template
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emagentlogging.properties
         variables = null
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emagentlogging.properties.template'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emagentlogging.properties.template'.
    INFO: Setting up 'Oracle Enterprise Manager Console DB 11.2.0.2.0 '
    INFO: Setting up 'Oracle Enterprise Manager Console DB 11.2.0.2.0 '
    INFO: 6/7/11 12:08:09 PM IST: Starting install Install Phase 2 of component Oracle Enterprise Manager Console DB
    INFO: Calling Query globalVarQueries2.1.0.4.1  getGlobalVariable
    variable = oracle.sqlplus.isqlplus.httpport
    INFO:
    Query Exception: VariableNotFoundException
    Query Exception Class: class oracle.sysman.oii.oiil.OiilQueryException
    INFO:
    INFO: Setting variable 'ISQLPLUS_PORT' to ''. Received the value from a code block.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home/sysman/config/emoms.properties
         destination = E:\Oracle_DB\product\11.2.0\DB_Home/sysman/config/emoms.properties.emca
         variables = NO_PC_MODE,USE_HTTP_PROXY,EM_PING_COMMAND,SET_CONSOLE_MODE,USE_DB_CONSOLE,CONSOLE_MODE,ISQLPLUS_PORT,ISQLPLUS_HOST,ISQLPLUS_PROTOCOL
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emoms.properties'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emoms.properties'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home/bin/db2gc
         destination = E:\Oracle_DB\product\11.2.0\DB_Home/bin/db2gc
         variables = NO_PC_MODE,USE_HTTP_PROXY,EM_PING_COMMAND,SET_CONSOLE_MODE,USE_DB_CONSOLE,CONSOLE_MODE,ISQLPLUS_PORT,ISQLPLUS_HOST,ISQLPLUS_PROTOCOL
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\db2gc'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\db2gc'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home/oc4j/j2ee/OC4J_DBConsole/config/system-application.xml
         destination = E:\Oracle_DB\product\11.2.0\DB_Home/oc4j/j2ee/OC4J_DBConsole/config/system-application.xml
         variables = ORACLE_HOME
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\OC4J_DBConsole\config\system-application.xml'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\OC4J_DBConsole\config\system-application.xml'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home/sysman/config/emomslogging.properties.template
         destination = E:\Oracle_DB\product\11.2.0\DB_Home/sysman/config/emomslogging.properties
         variables = EMDROOT,LOGGING_LEVEL,s_javapOracleHome
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emomslogging.properties.template'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emomslogging.properties.template'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFileEx
         source = E:\Oracle_DB\product\11.2.0\DB_Home/sysman/config/emomsintg.xml
         destination = E:\Oracle_DB\product\11.2.0\DB_Home/sysman/config/emomsintg.xml
         variables = EMDROOT,LOGGING_LEVEL
         delimiter = null
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emomsintg.xml'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emomsintg.xml'.
    INFO: Calling Query RepositoryQueries3.0.0.2.17  Obfuscate
    InputString = *Protected value, not to be logged*
    OracleHome = E:\Oracle_DB\product\11.2.0\DB_Home
    JavaLocation = null
    JarLocation = null
    INFO: Query Returned: *Protected value, not to be logged*
    INFO: Setting variable 's_obfOc4jAdmPasswd' to '*Protected value, not to be logged*'. Received the value from a code block.
    INFO: Calling Query RepositoryQueries3.0.0.2.17  Obfuscate
    InputString = *Protected value, not to be logged*
    OracleHome = E:\Oracle_DB\product\11.2.0\DB_Home
    JavaLocation = null
    JarLocation = null
    INFO: Query Returned: *Protected value, not to be logged*
    INFO: Setting variable 's_obfJtaAdmPasswd' to '*Protected value, not to be logged*'. Received the value from a code block.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\\OC4J_DBConsole\config\system-jazn-data.xml
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\\OC4J_DBConsole\config\system-jazn-data.xml
         variables = s_obfOc4jAdmPasswd,s_obfJtaAdmPasswd
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\\OC4J_DBConsole\config\system-jazn-data.xml'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\\OC4J_DBConsole\config\system-jazn-data.xml'.
    INFO: Calling Action fileActions11.2.0.2.0  removeFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\oc4j_applications\applications\em.ear
    INFO: deleting 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\oc4j_applications\applications\em.ear'
    INFO: deleting 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\oc4j_applications\applications\em.ear'
    INFO: Calling Action fileActions11.2.0.2.0  removeFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\oc4j_applications\applications\em\em.war
    INFO: deleting 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\oc4j_applications\applications\em\em.war'
    INFO: deleting 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\oc4j_applications\applications\em\em.war'
    INFO: Calling Query globalVarQueries2.1.0.4.1  getGlobalVariable
    variable = oracle.assistants.server.sid
    INFO: Query Returned: OUBIDEV
    INFO: Setting variable 's_sid' to 'OUBIDEV'. Received the value from a code block.
    INFO: Setting variable 'b_launchBrowser' to 'true'. Received the value from a code block.
    INFO: Setting up 'HAS Files for DB 11.2.0.2.0 '
    INFO: Setting up 'HAS Files for DB 11.2.0.2.0 '
    INFO: 6/7/11 12:08:09 PM IST: Starting install Install Phase 2 of component HAS Files for DB
    INFO: Setting up 'Oracle Net Services 11.2.0.2.0 '
    INFO: Setting up 'Oracle Net Services 11.2.0.2.0 '
    INFO: 6/7/11 12:08:09 PM IST: Starting install Install Phase 2 of component Oracle Net Services
    INFO: Setting up 'Oracle Text 11.2.0.2.0 '
    INFO: Setting up 'Oracle Text 11.2.0.2.0 '
    INFO: 6/7/11 12:08:09 PM IST: Starting install Install Phase 2 of component Oracle Text
    INFO: Setting up 'Oracle Database 11g 11.2.0.2.0 '
    INFO: Setting up 'Oracle Database 11g 11.2.0.2.0 '
    INFO: 6/7/11 12:08:09 PM IST: Starting install Install Phase 2 of component Oracle Database 11g
    INFO: Calling Action w32RegActions10.2.0.1.0  RegSetValue
         selectedNodes =
         Key = HKEY_LOCAL_MACHINE
         SubKey = SOFTWARE\ORACLE\KEY_OraDb11g_home1
         value = RDBMS_CONTROL
         data = E:\Oracle_DB\product\11.2.0\DB_Home\DATABASE
         updateType = null
    INFO: updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDb11g_home1'
    INFO: updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDb11g_home1'
    INFO: Calling Action w32RegActions10.2.0.1.0  RegSetValue
         selectedNodes =
         Key = HKEY_LOCAL_MACHINE
         SubKey = SOFTWARE\ORACLE\KEY_OraDb11g_home1
         value = RDBMS_ARCHIVE
         data = E:\Oracle_DB\product\11.2.0\DB_Home\DATABASE\ARCHIVE
         updateType = null
    INFO: updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDb11g_home1'
    INFO: updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDb11g_home1'
    INFO: Calling Query UtilQueries11.2.0.2.0  GetNTUserName
    INFO: Query Returned: MNGKTR215626D\BI_coe
    INFO: Calling Action ntGrpActionLib10.2.0.1.0  AddToOraDbaGroup
         oradimLocation = E:\Oracle_DB\product\11.2.0\DB_Home\bin
         userName = MNGKTR215626D\BI_coe
         isRAC = false
         nodeList = Regards,
    Ramesh

  • Can not Install Oracle Database 11g Release 2

    This will be my second time trying to install Oracle Database 11g Release 2 on my Computer. I have Windows 7 x64 and when go through the setup phase, I receive numerous errors stating that files are missing and it will never get past that stage. I downloaded both folders for the database:
    Oracle Database 11g Release 2 (11.2.0.1.0) for Microsoft Windows (x64)
    win64_11gR2_database_1of2.zip (1,213,501,989 bytes) (cksum - 3906682109)
    win64_11gR2_database_2of2.zip (1,007,988,954 bytes) (cksum - 1232608515)
    Can anyone tell me what I am doing wrong?

    Pl post the complete error message. Have you unzipped the two files into the same directory ?
    Oracle 11g R2 Windows Installation issue
    Re: 11g R2 install failure
    Srini

  • How to install oracle database 11g express edition on Windows 7

    Hi Guys,
    i am trying to download and install Oracle database 11g express edition on windows7 and i can't seem to get it right. i did get the download but when i try to install, it keeps saying it appears to be an invalid archive.
    Please help..

    Action - Refer to the logs or contact OracleFinding the problem is the key. "Refer to the logs" is the only option, XE has no oracle support offerings.
    Which plugin failed, and why did it fail will be important clues. There should be error messages in the log that will be helpful.
    Otherwise, we don't have much help to offer. Fixing a problem means identifying the problem and performing steps to correct it, if there a fix is available.
    A MOS lookup on the ins-20802 error has snippets from one installer session, this one is from an x64 install. Not x86. To paraphrase the details:
    ... Created a new file <drive>:<OH path>\cfgtoollogs\configToolAllCommands
    SEVERE: java.io.IOException: Access is denied
    ...So from those symptoms, the user trying to run the installer does not have appropriate rights on that drive and/or folder. The fix for that particular problem is adding the user to the local administrators group. And rerunning the install. After running the deinstall steps to clean up the installation. As specified in the XE install guide for Windows.
    http://docs.oracle.com/cd/E17781_01/install.112/e18803/toc.htm
    Also note the System Requirements, it specifies a System architecture Intel x86, which is not X64. There is no X64 installer for XE on Windows. So it might work. Or it might not if your host is x64.
    So if that is your particular error, verify that your user is in the local admins group. Either use the local users and groups applet (Start/Run/lusrmgr.msc) and open up the Administrators group. Click the Add button. Find your user. If your OS user is a windows domain user, be sure you have authenticated to the domain.
    Try the `net ...` list of the adminis group, that should reveal whom is indeed in the local administrators group:
    net localgroup administrators
    Administrator
    <domain>\Domain Admins ... # ??? is the host in windows domain ???
    <domain>\Local Admins
    <domain>\<user1>
    <user2>
    <user3>
    echo %USERNAME%
    # if relevant:
    echo %USERDOMAIN%Like it also states in the Windows install guide, under Permission Required quote:
    ... must be a member of the Administrators group on Windows to install Oracle Database XE.

  • Installing Oracle Database Express Edition 11g on UBUNTU

    Hello everyone,
    I want to install Oracle Database Express Edition 11g on UBUNTU. I followed the steps from this link created by Dude:
    https://forums.oracle.com/thread/2303639?start=0&tstart=0
    My problem becomes when I type in from the terminal:
    sudo /etc/init.d/oracle-xe configure
    I followed the instructions there, agreeing t HTTP port 8080, port database listener 1521,  specifying a password for my database account, and wanting Oracle Express to be started on boot. This is what I'm getting:
    Starting Oracle Net Listener...touch: cannot touch `/var/lock/subsys/listener': No such file or directory
    Done
    Configuring database...
    Database Configuration failed.  Look into /u01/app/oracle/product/11.2.0/xe/config/log for details
    I have no idea what this means, so I went into the log's location and I found 4 of them, so I clicked on each of them, and this is what I'm getting:
    1. cloneDBCreation.log:
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    ORA-00845: MEMORY_TARGET not supported on this system
    Create controlfile reuse set database "XE"
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    alter system enable restricted session
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    alter database "XE" open resetlogs
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    alter database rename global_name to "XE"
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    alter system switch logfile
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    alter system checkpoint
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    2. CloneRmanRestore.log
    ORA-00845: MEMORY_TARGET not supported on this system
    select TO_CHAR(systimestamp,'YYYYMMDD HH:MI:SS') from dual
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    declare
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    select TO_CHAR(systimestamp,'YYYYMMDD HH:MI:SS') from dual
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    3. postDBCreation.log
    begin
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    File created.
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    ORA-00845: MEMORY_TARGET not supported on this system
    select 'utl_recomp_begin: ' || to_char(sysdate, 'HH:MI:SS') from dual
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    BEGIN utl_recomp.recomp_serial(); END;
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    select 'utl_recomp_end: ' || to_char(sysdate, 'HH:MI:SS') from dual
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    4. postScripts.log
    CREATE OR REPLACE LIBRARY dbms_sumadv_lib AS '/u01/app/oracle/product/11.2.0/xe/lib/libqsmashr.so';
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    BEGIN dbms_datapump_utl.replace_default_dir; END;
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    commit
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    create or replace directory XMLDIR as '/u01/app/oracle/product/11.2.0/xe/rdbms/xml'
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    DROP DIRECTORY ORACLE_OCM_CONFIG_DIR
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    DROP DIRECTORY ADMIN_DIR
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    DROP DIRECTORY WORK_DIR
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    BEGIN dbms_swrf_internal.cleanup_database(cleanup_local => FALSE); END;
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    commit
    Can somebody that knows this, or has installed Oracle Express on Ubuntu, to please explain it to me what does it mean and why am I getting those errors. Please explain thoroughly as if I am an amateur person, IN DETAIL, STEP-BY-STEP. I want to run it and make it work! I heard that it encourages people to answer for points. I am open for your suggestions and experiences, as long as it's not 'use common sense', 'you're dumb', or an answer that is vaguely explained.  Thank you for those that take the time to read it.
    ec557fac-f825-4356-a220-1ec941ce7cd0 

    Hi Pradeepcmst,
    Thanks for your suggestion, but I found it sometimes misunderstanding on what he's trying to say - his instructions are not step-by-step and precise. Instead, I found this link that helped me a lot:
    Installing Oracle 11gXE on Mint and Ubuntu | The Anti-Kyte

  • Can't succesfully install Oracle Database 10g Express Edition on Ubuntu

    Hi,
    I've been trying to install Oracle Database 10g xe on Ubuntu 10.04 and when I execute the .deb package (oracle-xe-universal_10.2.0.1-1.0_i386.deb) I get a quick installation that doesn't ask me for any configuration settings. When the installation is finished I don't get any menu in my Applications menu named "Oracle Database 10g Express Edition" as specified in Getting Started Guide (I only get some items grouped into an category called "Other" (Backup Database, Get Started, Get Started With Oracle Database 10g Express Edition, Go To Online Forum, Read Documentation, Read Online Help, Register For Online Forum, Restore Database, Run SQL Command Line, Start Database and Stop Database). As a consequence I can't access the Oracle Database Home Page.
    In addition when I click on Start Database I get the following message: "Operation failed. josep is not member of 'dba' group".
    I've tried to re-download the packages and to configure it by editing /etc/init.d/oracle-xe but this doesn't solve my problem.
    can you give me some help?
    Thabk you in advance!

    Markus Waldorf wrote:
    Did you run the post-installation?
    $ sudo /etc/init.d/oracle-xe configureYes I've done it but it doesn't seem to work...

  • The problem of installing oracle database 9.2.0 on Redhat 7.2

    Hi, there,
    I meet an error when I want to run runInstaller to install oracle database 9.2.0 on Redhat 7.2 at the Oracle Database Configuration Assistant step:
    ORA-03113:end-of-file on communication channel.
    the installer report every other things are installed successfully except Database Configuration Assistant. but after I try to connect to database using sqlplus:
    sqlplus /nolog
    connect / as sysdba
    after a very long responding time, there is an interior error. I don't know how to fix it. do I need reinstall the oracle or mannully configure the database? how to do that? my machine is P2 266 with 128M memory. the harddisk is 30GB. I don't know if this problem is caused by memory limitation?
    besides, who knows any other forums or website about oracle database installed on linux? I found there is very limit resource about this content on oarcle website.
    any hint will be great appreciated!

    It could be because of the memory. Oracle 9.x requires 512 MB minimum on Linux. Also the only Red Hat Oracle is now supporting is Advanced Server. But there are workarounds.
    There is an excellent web site for installing Oracle on Linux, but it has been down for the last week or two. But try it maybe next week:
    www.puschitz.com

  • Can I install two versions of SOA suite using same Oracle database

    Condition:
    I installed Weblogic server(10.3.5) and SOA Suite(11.1.1.5), and
    I used RCU 11.1.1.5 to create the schemas(Oracle DB 11g-111170) for it.
    Plan:
    Now I plan to install another Weblogic server(10.3.6) and SOA Suite (11.1.1.6)
    and I will used RCU 11.1.1.6 to create the schemas for it.
    Question:
    Can I use same database(Oracle DB 11g-111170) for the two versions of SOA Suite? that is
    Can I Run the RCU 11.1.1.6 to create the schemas for SOA Suite (11.1.1.6) on the oracle database server I already used for SOA Suite 11.1.1.5?
    If I can use same database for the two versions of SOA Suite, how can I resolve schame name conflict?

    Hi
    1. YES. You can absolutely use SAME DB to have multiple Versions of SOA Schemas.
    2. Any SOA/BPM will need basically 4/5 schemas like SOAINFRA, MDS, ORABAM, ORASDPM etc. based on what you choose. And each of these Schemas can be Prefixed. Default prefix is like DEV, so schemas are like DEV_SOAINFRA, DEV_MDS etc
    3. Very Simple. When you Run RCU 11.6 and give the same old db details, in next screen it will automatically show the new Prefix for the schemas it will create. If DEV is used, it will show DEV1 like that. So just choose a Different Prefix and you are good to go.
    I have the same thing on my side. Single Database. Multiple RCU for SOA 11.5 and SOA 11.6 with different Prefixes:
    SOA 11.5 -> DEV115_SOAINFRA, DEV115_MDS, DEV115_ORABAM etc
    SOA 11.6 -> DEV116_SOAINFRA, DEV116_MDS, DEV116_ORABAM etc
    I Used the Prefixes like DEV115, DEV116 so that I know exactly which version of RCU schema they refer to.
    For QC, UAT, PROD we used prefixes like QC_*, UAT_*, PROD_* etc.
    NOTE: When you drop the schemas for some reason, make sure to give the appropriate prefixes so that only they are dropped and not others.
    Thanks
    Ravi Jegga

Maybe you are looking for

  • MacBook (10.4.11) is unable to connect to wifi networks

    After updating with 10.4.11 (and the associated 2008-01 Airport update) a few months ago, my Intel MacBook has been unable to connect to my WPA2 network. It will see my network name in the Airport drop-down menu, but fail to actually connect. The ico

  • Using new version iPhoto

    I just bought imac and used migration asst. to transfer my old files. When I was setting up the new computer it asked if I wanted to update the iPhoto, I said yes and have not been able to use iPhoto. I have all of my old pictures on the computer and

  • Deleting main adminin and trasfering its files to a new one

    I purchased a used macbook pro. Everything is great, i love it except the old user of this computer did not re-format the computer. The reason he didn't is because he has many nifty programs such as Final Cut Pro, PS, Ai, Id, DW and he wanted me to h

  • Sun Blade 150 Hard Drive Support

    Hello, We are upgrading our Sun Blade 150 server. I was keen on knowing if it would support two separate 80 Gb hard-drives which effectively increase its capacity to 160. Thanks, Vijay

  • Connect to Form 6i from local database 8i

    Hello, I installed Oracle 8.1.7 and Oracle Form Developer 6i on my PC locally, and I can't get the Form Builder or Procedure Builder connect to the Oracle database. I can connect to Oracle 8.1.7 using SQLPlus, but not through Form Builder or Procedur