SQL*NET or Oracle Net Services

Installed ODAC11.2.0.3 on my machine and able to connect to DB.
Is Oracle Net Services (http://docs.oracle.com/cd/B28359_01/network.111/b28316/intro.htm) similar to SQL*Net?
If so, how do you tell the version of Oracle Net Services being installed?
This link Troubleshooting Oracle Net Services says to check SQLNET.LOG on the server, however, I do not have access to the server. Is there another way to tell which version?
Thanks.

OracleNewbie828 wrote:
Installed ODAC11.2.0.3 on my machine and able to connect to DB.
Is Oracle Net Services (http://docs.oracle.com/cd/B28359_01/network.111/b28316/intro.htm) similar to SQL*Net?
Not "similar".  Same.
If so, how do you tell the version of Oracle Net Services being installed?
Here's one way:
C:\Users\estevens\Documents\sql>sqlplus /nolog
SQL*Plus: Release 11.2.0.1.0 Production on Wed Sep 11 10:36:37 2013
Copyright (c) 1982, 2010, Oracle.  All rights reserved.
SQL>
This link Troubleshooting Oracle Net Services says to check SQLNET.LOG on the server, however, I do not have access to the server. Is there another way to tell which version?
Network connections have two sides .. the client and the server.  The two sides do not have to be the same version.  If you don't have access to the server, then you are only concerned with the client.
SQLNET.LOG only gets written/created in response to a problem.  And it gets written in the "current" directory of the process that had the problem.  So you could have several of them .. or none.
Thanks.

Similar Messages

  • Oracle Heterogenous Services

    Hi all!
    I want to access and query an excel file's data stored in my system in SQL PLUS using oracle Heterogenous Services. I am using 11g database
    I done
    1. registering odbc DSN name as: cars Driver: Microsoft Excel Driver
    2. modified "initdg4odbc.ora" file with following parameters:
    # This is a sample agent init file that contains the HS parameters that are
    # needed for the Database Gateway for ODBC
    # HS init parameters
    HS_FDS_CONNECT_INFO = cars
    HS_FDS_TRACE_LEVEL = 0
    HS_FDS_TRACE_FILE_NAME = hsmsql.trc
    # Environment variables required for the non-Oracle system
    #set <envvar>=<value>
    3. modified tnsnames.ora as
    # tnsnames.ora Network Configuration File: D:\app\node1\product\11.1.0\db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = node9)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    cars.node1.COM =
    (DESCRIPTION =
    (ADDRESS=(PROTOCOL=tcp)
    (HOST=node9)
    (PORT=1521)
    (CONNECT_DATA=(SID=cars))
    (HS=OK)
    4. Modified listener.ora as
    # listener.ora Network Configuration File: D:\app\node1\product\11.1.0\db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (ADDRESS_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = node9)(PORT = 1521))
    SID_LIST_LISTENER=
    (SID_LIST=
    (SID_DESC=
    (SID_NAME=cars)
    (ORACLE_HOME = D:\app\node1\product\11.1.0\db_1)
    (PROGRAM=hsodbc)
    5. created database link:
    CREATE PUBLIC DATABASE LINK "LNK" USING 'cars';
    6. Finally rebooted the system to get the parameters intialized, and run the query:
    SQL> select * from SITES@DLINK;
    select * from SITES@DLINK
    ERROR at line 1:
    ORA-12154: TNS:could not resolve the connect identifier specified
    i got the error, is there any mistake in the procedure i have done.. please help...

    Thankyou i got the issue solved.

  • Hibernate vs Oracle Net Services

    Dear All,
    I need to know, what is the best way to connect to oracle, Hibernate or normal oracle net services?
    And what is the advantages and disadvantages of each one?
    if you can give me a comparison from this points of view
    Development, Performance, security

    Tomy3k_Bakr wrote:
    Hi Dear,
    each way of connecting to a database comes to solve a specific problem or to improve a certain area of interest.
    As far as i know, Hibernate moves the over head from the developer to write native SQL. But for example does it supports Load balance and failover since it is using JDBC connection as the underlying connection method. so my question to give a comparison between them which is not a comparison between cars :)
    thx anywayOracle net services are just a pipe. I don't know what Hibernate brings to the table but I do see from a brief on it that it still requires the Oracle jdbc client to be in you CLASSPATH. That tells me that as far a the db is concerned, Hibernate is just another client - not the "either/or" situation your questions seems to assume. Whether it is a good client, or one that is a solution in search of a non-existent problem is another question entirely. If I had to bet, I'd bet that Hibernate was one more of many products written by people who don't understand databases, treat them like data dumps, and re-invent (poorly) solutions that already exist within the rdbms product itself.

  • Oracle Net services

    Hi,
    Friends
    Where can i find the major differences between oracle 9i net services and oracle 10g net services.Or where can i find the enhancement in oracle net services for oracle 10g over oracle 9i.
    Regards
    somy

    The New Features Guide for 10gR2 may help. Not sure if it includes the 10gR1 new features over 9i.

  • Is oracle net services included in XE?

    Greetings from a newbie,
    Is net services included in XE? If not, is this a stand alone piece?
    regards,
    Valerie

    Oracle Networking, formerly known as Oracle Net 8 or Oracle SQLNet, is included in XE. It is the Oracle 10gR2 version of Oracle Networking.
    Some of the configuration pieces, such as netmgr, are not included in XE.
    If you want a lighter or standalone version of Oracle Networking, you can downlaod Oracle CLient or Oracle Standalone CLient from the OTN dosnload area.

  • OID Replication - Unable to test Oracle Net connections to a node with SQL

    Hi all,
    I am implementing OID replication and currently stuck on the verification part where I should use SQL*Plus to verify if TNSNAMES.ORA is configured correctly.
    First server installed as a regular OID installation. Second server is installed with a high availability option.
    Server1: name: server. Domain: domain.com
    Server2: name: oid1. Domain: galaxy.com
    My TSNAMES.ORA:
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = server.domain.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = orcl)
    OIDREP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = oid1.galaxy.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = orcl)
    So, the configuration instructions state to test both WITH and WITHOUT the domain name:
    IMPORTANT: Test Oracle Net connections to all nodes from each node in the DRG.
    Use SQL*Plus. Test both system@net_service_name and system@net_service_name.domain.
    IF THIS DOES NOT WORK, THEN ASR REPLICATION SETUP WILL NOT BE SUCCESSFUL!
    So, my SQL*Plus statement "*sqlplus "sys/abcd1234@orcl as sysdba"* works just fine.
    But the command "*sqlplus "sys/[email protected] as sysdba"* fails with ORA-12154: TNS:could not resolve the connect identifier specified
    Thanks in advance for your input.

    Vijay,
    Thank you for your help. I was able to connect to my first instance without any issues. My next problem is updating TSNAMES with the second server, I am still getting the error message when connecting via SQLPLUS. May be my SQL statement wrong?
    sqlplus sys/[email protected] as sysdba" or sqlplus sys/abcd1234@OIDREP as sysdba Neither one is working :(
    Here is my TSNAMES. For now, I am using IP addresses
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.192.141)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = orcl)
    ORCL.DOMAIN.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.192.141)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = orcl)
    OIDREP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.192.137)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = orcl)
    OIDREP.GALAXY.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.192.137)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = orcl)
    -----

  • Background running Oracle net services eject CD out of CD writer

    I'm reporting a problem.
    It took me months to finally figure out why my CD was constantly ejecting, thus my automatic backups of my personal files couldn't take place. I didn't realize that even though I shut down the database, there were still 3 active processes running. One of which (Oraclexe.exe) would overun my system for 5-10 minutes taking up 100% CPU usage (that was addressed in another post).
    One of the three net processes sends an eject command to the cd writer or has a interrupt conflict thus ejecting a cd from the cd writer.
    After terminating all ORACLE processes, My CD has not ejected by itself for over two weeks. Thus ORACLE was in conflict with it.
    My system :
    windows2000
    Vexira antivirus
    ZoneAlarm Pro firewall
    512 M ram
    Oracle 10gxe (trial version) (one table created with two records.)
    Dell Latitude CPiR laptop in a docking station (Cdock)
    bill

    "Why do you have to shutdown the database to backup "personal files"? What has this CD and "personal files" backup got to do with net processes and oracle processes?"
    That is a good question I shouldn't have to, that is why I'm reporting the problem.
    I merely have retrospect 7.0 backup scheduled to backup personal files on CD everyevening. When the Oracle net processess are running the CD gets ejected at totally random times, thus when the backup starts it can't because the cd is ejected. They have nothing to do with each other in theory hence there is a conflict somewhere.
    I was merely experimenting with oracle and created two tables with two records in them back in Novemeber when I first downloaded the program. Thus I shutdown the database when not in use since I'm not using it. I was unaware of three other oracle networking processes that were still running in the background. These would grab 100% cpu usage at intervals and increase their memory usage from 27M to 152M. This was perplexing since I don't have anything in my database except two records since I haven't completed the project yet. When I shut down those last remaining processess, the CD has not ejected at random times, and my retrospect backup program scheduler has been able to backup files regularly again.
    Hope that explains it better.
    bill

  • Oracle Net Services for XE

    Regards.
    As you can remember in earlier versions to Oracle 10g, there used to be a tool named "netmgr" which was very helpful to manage the listener an tnsnames configuration through a application (which allows also to test connections), instead of manipulating this files manually.
    My question is if the newest versions of DB client (including XE) includes any kind of Oracle Net Manager? I've downloaded and installed the Oracle XE Client, nevertheless, at first sight it doesn't have any kind of net mananger tool, and the web site does not specific information about it.
    Thanks!

    user536280 wrote:
    My question is if the newest versions of DB client (including XE) includes any kind of Oracle Net Manager?
    Oracle Net Manager is not part of XE.
    There is a chapter in Oracle Database Express Edition 2 Day DBA 'Connecting to the Database' followed with chapter 'Managing Network Connections' where you can read about 'XE Net':
    http://download-uk.oracle.com/docs/cd/B25329_01/doc/admin.102/b25107/connecting.htm
    Cheers!

  • In oracle 10g is the same Oracle Net Listener than...?

    Hi forum members again I'm vey new in oracle server10g, this time I have a doubt about oracle components , that is the same the Oracle Net Listner than the Oracle SQL*Net listener, if is not the same, please tell me the diference
    Thanks in advance

    SQL*Net has gone through a few minor revisions over the years.. We've seen SQL*Net Version 1, SQL*Net V2, Net8, Oracle Networking and now (in 10g) Oracle Net Services.
    It's exactly the same, only different.
    Not surprisingly, Oracle actually documents the differences in their documentation which is freely available for all to read.
    If you want some information about what's new in Oracle Networking, I encourage you to read the introduction section of the "Oracle® Database Net Services Administrator's Guide (10g Release 2 (10.2))" titled "What's New in Oracle Net Services?"
    Reading that will not only give you a better understanding, but also justify the jobs of the technical writers who create over 55,000 pages of information for our use. <g>

  • ORA-28547: connection to server failed, probable Oracle Net admin error

    Hi Gurus
    I can't get the gateway to work? I'm running on AIX. Any suggestions are appreciated.
    listener.ora
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1522))
    # (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1522))
    SID_LIST_LISTENER=
    (SID_LIST=
    (SID_DESC=
    (SID_NAME=dg4msql)
    (ORACLE_HOME=/oracle/rcsr/base/product/11.2.0/gateway)
    (PROGRAM=dg4msql)
    tnsnames.ora
    dg4msql =
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1522))
    (CONNECT_DATA=(SID=dg4msql))
    (HS=OK)
    sqlnet.ora
    SQL_AUTHENTICATION_SERVICES = (NONE)
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    ADR_BASE = /oracle/rcsr/base
    initdg4msql.ora
    HS_FDS_CONNECT_INFO=142.178.205.42:1433//komodo
    # alternate connect format is hostname/serverinstance/databasename
    HS_FDS_TRACE_LEVEL=debug
    HS_FDS_RECOVERY_ACCOUNT=RECOVER
    HS_FDS_RECOVERY_PWD=RECOVER
    $ lsnrctl status
    LSNRCTL for IBM/AIX RISC System/6000: Version 11.2.0.1.0 - Production on 03-MAY-2013 13:48:01
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1522)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for IBM/AIX RISC System/6000: Version 11.2.0.1.0 - Production
    Start Date 03-MAY-2013 13:38:14
    Uptime 0 days 0 hr. 9 min. 47 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP ON
    Listener Parameter File /oracle/rcsr/base/product/11.2.0/gateway/network/admin/listener.ora
    Listener Log File /oracle/rcsr/base/diag/tnslsnr/abe-rcsr-01/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1522)))
    Services Summary...
    Service "dg4msql" has 1 instance(s).
    Instance "dg4msql", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    $ tnsping dg4msql
    TNS Ping Utility for IBM/AIX RISC System/6000: Version 11.2.0.1.0 - Production on 03-MAY-2013 13:48:53
    Copyright (c) 1997, 2009, Oracle. All rights reserved.
    Used parameter files:
    /oracle/rcsr/base/product/11.2.0/gateway/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1522)) (CONNECT_DATA=(SID=dg4msql)) (HS=OK))
    OK (0 msec)
    $ sqlplus aa/aa@dg4msql
    SQL*Plus: Release 11.2.0.1.0 Production on Fri May 3 13:49:52 2013
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    ERROR:
    ORA-28547: connection to server failed, probable Oracle Net admin error

    You can't directly use the gateway - you can only access a gateway using a database link.
    So this won't work:
    $ sqlplus aa/aa@dg4msql
    You need to connect to your Oracle database (for example as sysdba) and create a (public) database link:
    create [public] database link dg4msql connect to "<MS SQl Server username! identified by "<MS SQl Server password>" using 'dg4msql;
    Once you create the database link you can now access the MS SQl Server tables:
    select * from "your MS SQL Server table"@dg4msql;

  • Problem with connecting to 11.1 database via Oracle Net

    Hello,
    I have 11.1 database running on Windows. It's named 'test1' and it is only started (not mounted).
    I'm trying to connect to it via Oracle Net, but always get ORA-12154: TNS:could not resolve the connect identifier specified
    This is my listener.ora:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = host_ip)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME = D:\oracle\product\11.1.0\db_1)
    (SID_NAME = test1)
    This is sqlnet.ora
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    This is tnsnames.ora
    test1 =
    (DESCRIPTION =
         (ADDRESS = (PROTOCOL = TCP)(HOST = host_ip)(PORT = 1521))
         (CONNECT_DATA =
              (SERVER = DEDICATED)
              (SID_NAME = test1)
    Where is the error? I can't find it. Any help is appreciated.
    Aliq
    Edited by: user547746 on Apr 3, 2009 12:48 PM

    lsnrctl status
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=host_ip)(PORT=1521)))
    Services Summary...
    Service "test1" has 2 instance(s).
    Instance "test1", status UNKNOWN, has 1 handler(s) for this service...
    Instance "test1", status BLOCKED, has 1 handler(s) for this service...
    lsnrctl services
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    Services Summary...
    Service "test1" has 2 instance(s).
    Instance "test1", status UNKNOWN, has 1 handler(s) for this service...
         DEDICATED SERVER established:0 refused:0
         LOCAL SERVER
    Instance "test1", status BLOCKED, has 1 handler(s) for this service...
         DEDICATED SERVER established:0 refused:0
         LOCAL SERVER
    I hope this is enough and well translated.
    Aliq

  • INS-20802 Oracle net configuration assistant failed on windows server 2003 R2

    Hi all,
                I have windows server 2003 r2 installed on VM and tried installing oracle database 11g r2.
    But got Oracle net configuration assistant failed. Below is the log
    INFO: This variable JRE_HOME is not added to the global context map
    INFO: This variable ISQLPLUS_PROTOCOL is not added to the global context map
    INFO: This variable ISQLPLUS_PORT is not added to the global context map
    INFO: This variable HOST_SID_OFFSET_ENABLED is not added to the global context map
    INFO: This variable HOSTNAME is not added to the global context map
    INFO: This variable EM_UPLOAD_DISABLE is not added to the global context map
    INFO: This variable EM_UIX_DEBUG_FLAG is not added to the global context map
    INFO: This variable EMPRODVER is not added to the global context map
    INFO: This variable CONSOLE_MODE is not added to the global context map
    INFO: This variable CONSOLE_CFG is not added to the global context map
    INFO: This variable sl_oraclehomes is not added to the global context map
    INFO: This variable s_oc4jDir is not added to the global context map
    INFO: This variable s_oc4jAppsDir is not added to the global context map
    INFO: This variable s_jreHome is not added to the global context map
    INFO: This variable s_configcommand is not added to the global context map
    INFO: This variable b_isRAC is not added to the global context map
    INFO: This variable b_UNIX is not added to the global context map
    INFO: This variable OJSP_JAR_LOC is not added to the global context map
    INFO: This variable OJSPUTIL_JAR_LOC is not added to the global context map
    INFO: This variable LDAP_JAR_LOC is not added to the global context map
    INFO: This variable JAVA_HOME is not added to the global context map
    INFO: This variable ISQLPLUS_HOST is not added to the global context map
    INFO: This variable EM_UIX_LOCATION is not added to the global context map
    INFO: This variable EM_REPOS_HOST is not added to the global context map
    INFO: This variable EM_PING_COMMAND is not added to the global context map
    INFO: This variable EM_OC4J_HOME is not added to the global context map
    INFO: This variable EM_EAR_LOC is not added to the global context map
    INFO: This variable EMDROOT is not added to the global context map
    INFO: Adding the variable s_oc4jAdmPasswd to the aggregate oracle.sysman.console.db
    INFO: Adding the variable s_oc4jAdmPasswd to the global context map for the aggregate oracle.sysman.console.db
    INFO: This variable s_launchBrowserClasspath is not added to the global context map
    INFO: This variable s_javapOracleHome is not added to the global context map
    INFO: This variable PROD_HOME is not added to the global context map
    INFO: {Parameter:TOPLEVEL_COMPONENT in {Aggregate:OuiConfigVariables:1.0.0.0.0:common}}: Parameter data type is not compatible with the provided String Array.
    INFO: passing params to cf done
    INFO: done saving info by cf
    INFO: This is a shared oracle home or remote nodes are null. No copy required.
    INFO: Checkpoint:Failed Checkpoint found returning it for getAllFailedCheckPoints.
    INFO: Checkpoint:Failed Checkpoint found returning null for getLastFailedCheckPoint.
    INFO: Checkpoint:Index file written and updated
    INFO: Checkpoint:Transfer of file done from remote node
    INFO: Updating the global context
    INFO: Path To 'globalcontext.xml' = C:\oracle\product\11.2.0\dbhome_1\install\chainedInstall\globalcontext
    INFO: Since operation was successful, move the current OiicAPISessionDetails to installed list
    INFO: Number of root scripts to be executed = 0
    INFO: isSuccessfullInstallation: true
    INFO: isSuccessfullRemoteInstallation: true
    INFO: Adding ExitStatus SUCCESS to the exit status set
    INFO: Completed setting up InstallDB
    INFO: Performing Configuration
    INFO: Entering ConfigClient.init method
    INFO: ConfigClient.init sOracleHomeLoc=C:\oracle\product\11.2.0\dbhome_1, sTopAggId=oracle.server
    INFO: Entering ConfigClient.initClientAndSession method
    INFO: ConfigClient.initClientAndSession status : connected to the config framework
    INFO: ConfigClient.initClientAndSession session begun oracle.sysman.emCfg.client.CfwSession@c0d228
    INFO: ConfigClient.initClientAndSession m_oAggregate=[Loracle.sysman.emCfg.common.IAggregate;@1257f0e
    INFO: Configuration log directory - C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs
    INFO: Exiting ConfigClient.init method
    INFO: Calling event ConfigSessionInitialized
    INFO: ConfigClient.registerOutErrStream method called
    INFO: Entering ConfigClient.getToolsList method
    INFO: Created config job for Oracle Net Configuration Assistant
    INFO: Created config job for Oracle Database Configuration Assistant
    INFO: Updating Transient Parameters in the Aggregates
    INFO: Updating Transient Parameters for oracle.server
    INFO: Updating Transient Parameters for oracle.assistants.netca.client
    INFO: Updating Transient Parameters for oracle.assistants.server
    INFO: Setting value to transient variable s_dbcaArgs
    INFO: Setting value to transient variable S_SYSMANPASSWORD
    INFO: Setting value to transient variable s_systemPasswordFlag
    INFO: Setting value to transient variable s_sysmanPasswordFlag
    INFO: Setting value to transient variable S_HOSTUSERPASSWORD
    INFO: Setting value to transient variable s_dbcaArgsOverride
    INFO: Setting value to transient variable windows_commandline_prefix
    INFO: Setting value to transient variable s_sysPasswordFlag
    INFO: Setting value to transient variable S_SYSPASSWORD
    INFO: Setting value to transient variable s_asmsnmpPasswordFlag
    INFO: Setting value to transient variable S_DBSNMPPASSWORD
    INFO: Setting value to transient variable s_dbsnmpPasswordFlag
    INFO: Setting value to transient variable S_ASMSNMPPASSWORD
    INFO: Setting value to transient variable S_SYSTEMPASSWORD
    INFO: Setting value to transient variable s_hostUserPasswordFlag
    INFO: Updating Transient Parameters for OuiConfigVariables
    INFO: Updating Transient Parameters for oracle.sysman.ccr
    INFO: Updating Transient Parameters for oracle.sysman.console.db
    INFO: Successfully updated Transient Parameters in the Aggregates
    INFO: Configuration log directory - C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs
    INFO:
    The Runconfig command constructed is C:\oracle\product\11.2.0\dbhome_1\oui\bin\runConfig.bat ORACLE_HOME=C:\oracle\product\11.2.0\dbhome_1 MODE=perform ACTION=configure RERUN=true $*
    INFO: Created a new file C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs\configToolAllCommands
    INFO: Since the option is to overwrite the existing C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs\configToolAllCommands file, backing it up
    INFO: The backed up file name is C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs\configToolAllCommands.bak
    INFO: Entering ConfigClient.executeToolsInAggregate method
    INFO: ConfigClient.executeToolsInAggregate oAggregate=oracle.server:oracle.server:11.2.0.1.0:common
    INFO: Entering ConfigClient.assignAction method
    INFO: ConfigClient.assignAction actionref=[Loracle.sysman.emCfg.common.IActionReference;@1ae9cec
    INFO: ConfigClient.assignAction action is of type :configuration
    INFO: Exiting ConfigClient.assignAction method
    INFO: ConfigClient.executeToolsInAggregate action assigned
    INFO: Started Plugin named: Oracle Net Configuration Assistant
    INFO: Found associated job
    INFO: Starting 'Oracle Net Configuration Assistant'
    INFO: Starting 'Oracle Net Configuration Assistant'
    INFO: UnsatisfiedLinkError exception loading native library: oranjni11
    INFO: java.lang.UnsatisfiedLinkError: C:\oracle\product\11.2.0\dbhome_1\BIN\oranjni11.dll: Can't find dependent libraries
    WARNING: java.lang.UnsatisfiedLinkError: jniGetOracleHome
    WARNING: at oracle.net.common.NetGetEnv.jniGetOracleHome(Native Method)
    WARNING: at oracle.net.common.NetGetEnv.getOracleHome(Unknown Source)
    WARNING: at oracle.net.ca.NetCALogger.getOracleHome(NetCALogger.java:230)
    WARNING: at oracle.net.ca.NetCALogger.initOracleParameters(NetCALogger.java:215)
    WARNING: at oracle.net.ca.NetCALogger.initLogger(NetCALogger.java:130)
    WARNING: at oracle.net.ca.NetCA.main(NetCA.java:408)
    INFO:
    INFO: Error: jniGetOracleHome
    INFO: Oracle Net Services configuration failed.  The exit code is 1
    INFO:
    WARNING:
    INFO: Completed Plugin named: Oracle Net Configuration Assistant
    INFO: Oracle Net Configuration Assistant failed.
    INFO: Oracle Net Configuration Assistant failed.
    INFO: ConfigClient.executeToolsInAggregate action performed
    INFO: Exiting ConfigClient.executeToolsInAggregate method
    INFO: Calling event ConfigToolsExecuted
    INFO:
    The Runconfig command constructed is C:\oracle\product\11.2.0\dbhome_1\oui\bin\runConfig.bat ORACLE_HOME=C:\oracle\product\11.2.0\dbhome_1 MODE=perform ACTION=configure RERUN=false $*
    INFO: Created a new file C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs\configToolFailedCommands
    INFO: Since the option is to overwrite the existing C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs\configToolFailedCommands file, backing it up
    INFO: The backed up file name is C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs\configToolFailedCommands.bak
    WARNING: readme.txt file doesn't exits
    INFO: ConfigClient.saveSession method called
    INFO: Calling event ConfigSessionEnding
    INFO: ConfigClient.endSession method called
    INFO: Completed Configuration
    INFO: Shutting down OUISetupDriver.JobExecutorThread
    INFO: Cleaning up, please wait...
    INFO: Dispose the install area control object
    INFO: Update the state machine to STATE_CLEAN
    INFO: All forked task are completed at state setup
    INFO: Completed background operations
    INFO: Moved to state <setup>
    INFO: Performing Configuration
    INFO: Entering ConfigClient.init method
    INFO: ConfigClient.init sOracleHomeLoc=C:\oracle\product\11.2.0\dbhome_1, sTopAggId=oracle.server
    INFO: Entering ConfigClient.initClientAndSession method
    INFO: ConfigClient.initClientAndSession status : connected to the config framework
    INFO: ConfigClient.initClientAndSession session begun oracle.sysman.emCfg.client.CfwSession@140de18
    INFO: ConfigClient.initClientAndSession m_oAggregate=[Loracle.sysman.emCfg.common.IAggregate;@1b52041
    INFO: Configuration log directory - C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs
    INFO: Exiting ConfigClient.init method
    INFO: Calling event ConfigSessionInitialized
    INFO: ConfigClient.registerOutErrStream method called
    INFO: Entering ConfigClient.getToolsList method
    INFO: Selecting job named 'Oracle Net Configuration Assistant' for retry
    INFO: Selecting job named 'Oracle Database Configuration Assistant' for retry
    INFO: Updating Transient Parameters in the Aggregates
    INFO: Updating Transient Parameters for oracle.server
    INFO: Updating Transient Parameters for oracle.assistants.netca.client
    INFO: Updating Transient Parameters for oracle.assistants.server
    INFO: Setting value to transient variable s_dbcaArgs
    INFO: Setting value to transient variable S_SYSMANPASSWORD
    INFO: Setting value to transient variable s_systemPasswordFlag
    INFO: Setting value to transient variable s_sysmanPasswordFlag
    INFO: Setting value to transient variable S_HOSTUSERPASSWORD
    INFO: Setting value to transient variable s_dbcaArgsOverride
    INFO: Setting value to transient variable windows_commandline_prefix
    INFO: Setting value to transient variable s_sysPasswordFlag
    INFO: Setting value to transient variable S_SYSPASSWORD
    INFO: Setting value to transient variable s_asmsnmpPasswordFlag
    INFO: Setting value to transient variable S_DBSNMPPASSWORD
    INFO: Setting value to transient variable s_dbsnmpPasswordFlag
    INFO: Setting value to transient variable S_ASMSNMPPASSWORD
    INFO: Setting value to transient variable S_SYSTEMPASSWORD
    INFO: Setting value to transient variable s_hostUserPasswordFlag
    INFO: Updating Transient Parameters for OuiConfigVariables
    INFO: Updating Transient Parameters for oracle.sysman.ccr
    INFO: Updating Transient Parameters for oracle.sysman.console.db
    INFO: Successfully updated Transient Parameters in the Aggregates
    INFO: Configuration log directory - C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs
    INFO:
    The Runconfig command constructed is C:\oracle\product\11.2.0\dbhome_1\oui\bin\runConfig.bat ORACLE_HOME=C:\oracle\product\11.2.0\dbhome_1 MODE=perform ACTION=configure RERUN=true $*
    INFO: Since the option is to overwrite the existing C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs\configToolAllCommands file, backing it up
    INFO: The backed up file name is C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs\configToolAllCommands.bak.1
    INFO: Entering ConfigClient.executeSelectedToolsInAggregate method
    INFO: ConfigClient.executeSelectedToolsInAggregate oAggregate=oracle.server:oracle.server:11.2.0.1.0:common
    INFO: Entering ConfigClient.assignAction method
    INFO: ConfigClient.assignAction actionref=[Loracle.sysman.emCfg.common.IActionReference;@b970f5
    INFO: ConfigClient.assignAction action is of type :configuration
    INFO: Exiting ConfigClient.assignAction method
    INFO: ConfigClient.executeSelectedToolsInAggregate action assigned
    INFO: Started Plugin named: Oracle Net Configuration Assistant
    INFO: Found associated job
    INFO: Starting 'Oracle Net Configuration Assistant'
    INFO: Starting 'Oracle Net Configuration Assistant'
    INFO: UnsatisfiedLinkError exception loading native library: oranjni11
    INFO: java.lang.UnsatisfiedLinkError: C:\oracle\product\11.2.0\dbhome_1\BIN\oranjni11.dll: Can't find dependent libraries
    WARNING: java.lang.UnsatisfiedLinkError: jniGetOracleHome
    WARNING: at oracle.net.common.NetGetEnv.jniGetOracleHome(Native Method)
    WARNING: at oracle.net.common.NetGetEnv.getOracleHome(Unknown Source)
    WARNING: at oracle.net.ca.NetCALogger.getOracleHome(NetCALogger.java:230)
    WARNING: at oracle.net.ca.NetCALogger.initOracleParameters(NetCALogger.java:215)
    WARNING: at oracle.net.ca.NetCALogger.initLogger(NetCALogger.java:130)
    WARNING: at oracle.net.ca.NetCA.main(NetCA.java:408)
    INFO:
    INFO: Error: jniGetOracleHome
    INFO: Oracle Net Services configuration failed.  The exit code is 1
    INFO:
    WARNING:
    INFO: Completed Plugin named: Oracle Net Configuration Assistant
    INFO: Oracle Net Configuration Assistant failed.
    INFO: Oracle Net Configuration Assistant failed.
    INFO: ConfigClient.executeSelectedToolsInAggregate action performed
    INFO: Exiting ConfigClient.executeSelectedToolsInAggregate method
    INFO:
    The Runconfig command constructed is C:\oracle\product\11.2.0\dbhome_1\oui\bin\runConfig.bat ORACLE_HOME=C:\oracle\product\11.2.0\dbhome_1 MODE=perform ACTION=configure RERUN=false $*
    INFO: Since the option is to overwrite the existing C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs\configToolFailedCommands file, backing it up
    INFO: The backed up file name is C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs\configToolFailedCommands.bak.1
    WARNING: readme.txt file doesn't exits
    INFO: ConfigClient.saveSession method called
    INFO: Calling event ConfigSessionEnding
    INFO: ConfigClient.endSession method called
    INFO: Completed Configuration
    INFO: Performing Configuration
    INFO: Entering ConfigClient.init method
    INFO: ConfigClient.init sOracleHomeLoc=C:\oracle\product\11.2.0\dbhome_1, sTopAggId=oracle.server
    INFO: Entering ConfigClient.initClientAndSession method
    INFO: ConfigClient.initClientAndSession status : connected to the config framework
    INFO: ConfigClient.initClientAndSession session begun oracle.sysman.emCfg.client.CfwSession@969e08
    INFO: ConfigClient.initClientAndSession m_oAggregate=[Loracle.sysman.emCfg.common.IAggregate;@6155e3
    INFO: Configuration log directory - C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs
    INFO: Exiting ConfigClient.init method
    INFO: Calling event ConfigSessionInitialized
    INFO: ConfigClient.registerOutErrStream method called
    INFO: Entering ConfigClient.getToolsList method
    INFO: Selecting job named 'Oracle Net Configuration Assistant' for retry
    INFO: Selecting job named 'Oracle Database Configuration Assistant' for retry
    INFO: Updating Transient Parameters in the Aggregates
    INFO: Updating Transient Parameters for oracle.server
    INFO: Updating Transient Parameters for oracle.assistants.netca.client
    INFO: Updating Transient Parameters for oracle.assistants.server
    INFO: Setting value to transient variable s_dbcaArgs
    INFO: Setting value to transient variable S_SYSMANPASSWORD
    INFO: Setting value to transient variable s_systemPasswordFlag
    INFO: Setting value to transient variable s_sysmanPasswordFlag
    INFO: Setting value to transient variable S_HOSTUSERPASSWORD
    INFO: Setting value to transient variable s_dbcaArgsOverride
    INFO: Setting value to transient variable windows_commandline_prefix
    INFO: Setting value to transient variable s_sysPasswordFlag
    INFO: Setting value to transient variable S_SYSPASSWORD
    INFO: Setting value to transient variable s_asmsnmpPasswordFlag
    INFO: Setting value to transient variable S_DBSNMPPASSWORD
    INFO: Setting value to transient variable s_dbsnmpPasswordFlag
    INFO: Setting value to transient variable S_ASMSNMPPASSWORD
    INFO: Setting value to transient variable S_SYSTEMPASSWORD
    INFO: Setting value to transient variable s_hostUserPasswordFlag
    INFO: Updating Transient Parameters for OuiConfigVariables
    INFO: Updating Transient Parameters for oracle.sysman.ccr
    INFO: Updating Transient Parameters for oracle.sysman.console.db
    INFO: Successfully updated Transient Parameters in the Aggregates
    INFO: Configuration log directory - C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs
    INFO:
    The Runconfig command constructed is C:\oracle\product\11.2.0\dbhome_1\oui\bin\runConfig.bat ORACLE_HOME=C:\oracle\product\11.2.0\dbhome_1 MODE=perform ACTION=configure RERUN=true $*
    INFO: Since the option is to overwrite the existing C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs\configToolAllCommands file, backing it up
    INFO: The backed up file name is C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs\configToolAllCommands.bak.2
    INFO: Entering ConfigClient.executeSelectedToolsInAggregate method
    INFO: ConfigClient.executeSelectedToolsInAggregate oAggregate=oracle.server:oracle.server:11.2.0.1.0:common
    INFO: Entering ConfigClient.assignAction method
    INFO: ConfigClient.assignAction actionref=[Loracle.sysman.emCfg.common.IActionReference;@1e976fd
    INFO: ConfigClient.assignAction action is of type :configuration
    INFO: Exiting ConfigClient.assignAction method
    INFO: ConfigClient.executeSelectedToolsInAggregate action assigned
    INFO: Started Plugin named: Oracle Net Configuration Assistant
    INFO: Found associated job
    INFO: Starting 'Oracle Net Configuration Assistant'
    INFO: Starting 'Oracle Net Configuration Assistant'
    INFO: UnsatisfiedLinkError exception loading native library: oranjni11
    INFO: java.lang.UnsatisfiedLinkError: C:\oracle\product\11.2.0\dbhome_1\BIN\oranjni11.dll: Can't find dependent libraries
    WARNING: java.lang.UnsatisfiedLinkError: jniGetOracleHome
    WARNING: at oracle.net.common.NetGetEnv.jniGetOracleHome(Native Method)
    WARNING: at oracle.net.common.NetGetEnv.getOracleHome(Unknown Source)
    WARNING: at oracle.net.ca.NetCALogger.getOracleHome(NetCALogger.java:230)
    WARNING: at oracle.net.ca.NetCALogger.initOracleParameters(NetCALogger.java:215)
    WARNING: at oracle.net.ca.NetCALogger.initLogger(NetCALogger.java:130)
    WARNING: at oracle.net.ca.NetCA.main(NetCA.java:408)
    INFO:
    INFO: Error: jniGetOracleHome
    INFO: Oracle Net Services configuration failed.  The exit code is 1
    WARNING:
    INFO:
    INFO: Completed Plugin named: Oracle Net Configuration Assistant
    INFO: Oracle Net Configuration Assistant failed.
    INFO: Oracle Net Configuration Assistant failed.
    INFO: ConfigClient.executeSelectedToolsInAggregate action performed
    INFO: Exiting ConfigClient.executeSelectedToolsInAggregate method
    INFO:
    The Runconfig command constructed is C:\oracle\product\11.2.0\dbhome_1\oui\bin\runConfig.bat ORACLE_HOME=C:\oracle\product\11.2.0\dbhome_1 MODE=perform ACTION=configure RERUN=false $*
    INFO: Since the option is to overwrite the existing C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs\configToolFailedCommands file, backing it up
    INFO: The backed up file name is C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs\configToolFailedCommands.bak.2
    WARNING: readme.txt file doesn't exits
    INFO: ConfigClient.saveSession method called
    INFO: Calling event ConfigSessionEnding
    INFO: ConfigClient.endSession method called
    INFO: Completed Configuration

    Hi Srini,
           The issue is resolved. Thanks for your response.
        The issue is, windows 2003 server is 32 bit and I am trying to install 64 bit 11g database. I tried installing 32 bit 11g database. Before that I have cleared the traces of virtual box in my host system and reinstalled it and tried. It worked out.
    Thanks
    Sunil

  • Install grid infrastructure fails due to oracle net configuration a failure

    hello guys,
    I installed software only then tried to install grid infrastructure standalone server along with ASM then i got an error
    [main] [ 2010-10-16 05:13:15.094 EET ] [RuntimeExec.runCommand:164] CRS-212: Resource 'ora.crsd' is not registered.
    [main] [ 2010-10-16 05:13:15.095 EET ] [RuntimeExec.runCommand:170] RunTimeExec: error>
    [main] [ 2010-10-16 05:13:15.097 EET ] [RuntimeExec.runCommand:192] Returning from RunTimeExec.runCommand
    [main] [ 2010-10-16 05:13:15.104 EET ] [ConfigureListener.setListenerParam:1779] Setting ADR_BASE_LISTENER: /oracle/app/oracle
    [main] [ 2010-10-16 05:13:15.284 EET ] [EndpointsImpl.<init>:276] Get listener endpoints from TCP:1521
    [main] [ 2010-10-16 05:13:15.286 EET ] [EndpointsImpl.<init>:302] Token count is 1
    [main] [ 2010-10-16 05:13:15.312 EET ] [EndpointsImpl.<init>:324] LsnrProtocol type = TCP, values = 1521
    [main] [ 2010-10-16 05:13:15.318 EET ] [EndpointsImpl$LsnrProtocol.addPortValue:86] Calling parseInt to check 1521
    [main] [ 2010-10-16 05:13:15.319 EET ] [EndpointsImpl$LsnrProtocol.addPortValue:97] Get port number 1521
    [main] [ 2010-10-16 05:13:15.469 EET ] [Version.isPre:274] version to be checked 11.2.0.1.0 major version to check against10
    [main] [ 2010-10-16 05:13:15.471 EET ] [Version.isPre:285] isPre.java: Returning FALSE
    [main] [ 2010-10-16 05:13:15.472 EET ] [OCR.loadLibrary:308]
    Inside constructor of OCR
    [main] [ 2010-10-16 05:13:15.482 EET ] [OCR.isCluster:939] Calling OCRNative for isCluster()
    [main] [ 2010-10-16 05:13:15.486 EET ] [OCR.isCluster:943] OCR Result status = true
    [main] [ 2010-10-16 05:13:15.487 EET ] [OCR.isCluster:955] Bolean result = false
    [main] [ 2010-10-16 05:13:15.505 EET ] [Version.isPre:274] version to be checked 11.2.0.1.0 major version to check against10
    [main] [ 2010-10-16 05:13:15.527 EET ] [Version.isPre:285] isPre.java: Returning FALSE
    [main] [ 2010-10-16 05:13:15.530 EET ] [OCR.loadLibrary:308]
    Inside constructor of OCR
    [main] [ 2010-10-16 05:13:15.533 EET ] [OCR.isCluster:939] Calling OCRNative for isCluster()
    [main] [ 2010-10-16 05:13:15.535 EET ] [OCR.isCluster:943] OCR Result status = true
    [main] [ 2010-10-16 05:13:15.536 EET ] [OCR.isCluster:955] Bolean result = false
    [main] [ 2010-10-16 05:13:15.581 EET ] [HASContext.<init>:100] moduleInit = 67
    [main] [ 2010-10-16 05:13:15.583 EET ] [sPlatform.isHybrid:67] osName=Linux osArch=i386 rc=false
    [main] [ 2010-10-16 05:13:15.590 EET ] [sPlatform.isHybrid:67] osName=Linux osArch=i386 rc=false
    [main] [ 2010-10-16 05:13:15.591 EET ] [Library.load:254] Loading library /oracle/app/oracle/product/11.2.0/grid/lib/libsrvmhas11.so
    [main] [ 2010-10-16 05:13:15.967 EET ] [CRSNativeResult.addComp:162] add comp: name ora.LISTENER.lsnr, rc 210, msg CRS-0210: Could not find resource 'ora.LISTENER.lsnr'.
    [main] [ 2010-10-16 05:13:16.020 EET ] [CRSNative.isEntityRegistered:672] entity: ora.LISTENER.lsnr, type: 1, registered: false
    [main] [ 2010-10-16 05:13:16.099 EET ] [Version.isPre:274] version to be checked 11.2.0.1.0 major version to check against10
    [main] [ 2010-10-16 05:13:16.101 EET ] [Version.isPre:285] isPre.java: Returning FALSE
    [main] [ 2010-10-16 05:13:16.102 EET ] [OCR.loadLibrary:308]
    Inside constructor of OCR
    [main] [ 2010-10-16 05:13:16.103 EET ] [OCR.isCluster:939] Calling OCRNative for isCluster()
    [main] [ 2010-10-16 05:13:16.108 EET ] [OCR.isCluster:943] OCR Result status = true
    [main] [ 2010-10-16 05:13:16.109 EET ] [OCR.isCluster:955] Bolean result = false
    [main] [ 2010-10-16 05:16:25.268 EET ] [PortAvailableCommand.execute:198] Port 1521 is available on node primary.localdomain
    [main] [ 2010-10-16 05:16:25.297 EET ] [NodeAppsFactoryImpl.checkPortHelper:1525] port=1521 availability status=true across nodeList=local node
    [main] [ 2010-10-16 05:16:25.848 EET ] [CRSNativeResult.addComp:162] add comp: name ora.listener.type, rc 210, msg CRS-0210: Could not find resource 'ora.listener.type'.
    [main] [ 2010-10-16 05:16:25.861 EET ] [CRSNative.isEntityRegistered:672] entity: ora.listener.type, type: 2, registered: false
    [main] [ 2010-10-16 05:16:26.028 EET ] [CRSNativeResult.addComp:162] add comp: name ora.local_resource.type, rc 210, msg CRS-0210: Could not find resource 'ora.local_resource.type'.
    [main] [ 2010-10-16 05:16:26.038 EET ] [CRSNative.isEntityRegistered:672] entity: ora.local_resource.type, type: 2, registered: false
    [main] [ 2010-10-16 05:16:26.222 EET ] [CRSNativeResult.addComp:162] add comp: name ora.local_resource.type, rc 210, msg CRS-0210: Could not find resource 'ora.local_resource.type'.
    [main] [ 2010-10-16 05:16:26.231 EET ] [CRSNative.isEntityRegistered:672] entity: ora.local_resource.type, type: 2, registered: false
    [main] [ 2010-10-16 05:16:26.246 EET ] [CRSNative.register:1133] About to register: name: ora.local_resource.type, type: 2, update: false, force: false
    [main] [ 2010-10-16 05:16:26.384 EET ] [CRSNative.register:1141] Name: 'ALIAS_NAME', Value: ''
    [main] [ 2010-10-16 05:16:26.413 EET ] [CRSNative.register:1141] Name: 'BASE_TYPE', Value: 'local_resource'
    [main] [ 2010-10-16 05:16:26.421 EET ] [CRSNative.register:1141] Name: 'DESCRIPTION', Value: 'CRS resource type for the Oracle Local Resource'
    [main] [ 2010-10-16 05:16:26.427 EET ] [CRSNative.register:1141] Name: 'RESTART_ATTEMPTS', Value: '5'
    [main] [ 2010-10-16 05:16:26.434 EET ] [CRSNative.register:1141] Name: 'UPTIME_THRESHOLD', Value: '1d'
    [main] [ 2010-10-16 05:16:26.441 EET ] [CRSNative.register:1141] Name: 'AUTO_START', Value: 'restore'
    [main] [ 2010-10-16 05:16:26.517 EET ] [CRSNative.register:1141] Name: 'ENABLED', Value: '1'
    [main] [ 2010-10-16 05:16:26.531 EET ] [CRSNative.register:1141] Name: 'VERSION', Value: ''
    [main] [ 2010-10-16 05:16:26.544 EET ] [CRSNative.register:1141] Name: 'NLS_LANG', Value: ''
    [main] [ 2010-10-16 05:16:26.552 EET ] [CRSNative.register:1141] Name: 'USR_ORA_ENV', Value: ''
    [main] [ 2010-10-16 05:16:26.559 EET ] [CRSNative.register:1141] Name: 'START_DEPENDENCIES', Value: ''
    [main] [ 2010-10-16 05:16:26.595 EET ] [CRSNative.register:1141] Name: 'STOP_DEPENDENCIES', Value: ''
    [main] [ 2010-10-16 05:16:27.340 EET ] [CRSNativeResult.addLine:106] callback: ora.local_resource.type true CRS-2618: Cannot change data type INT of existing attribute ENABLED to type STRING.
    [main] [ 2010-10-16 05:16:27.357 EET ] [CRSNativeResult.addLine:106] callback: ora.local_resource.type true CRS-2618: Cannot change data type INT of existing attribute RESTART_ATTEMPTS to type STRING.
    [main] [ 2010-10-16 05:16:28.400 EET ] [CRSNativeResult.addComp:162] add comp: name ora.listener.type, rc 210, msg CRS-0210: Could not find resource 'ora.listener.type'.
    [main] [ 2010-10-16 05:16:28.419 EET ] [CRSNative.isEntityRegistered:672] entity: ora.listener.type, type: 2, registered: false
    [main] [ 2010-10-16 05:16:28.431 EET ] [CRSNative.register:1133] About to register: name: ora.listener.type, type: 2, update: false, force: false
    [main] [ 2010-10-16 05:16:28.440 EET ] [CRSNative.register:1141] Name: 'BASE_TYPE', Value: 'ora.local_resource.type'
    [main] [ 2010-10-16 05:16:28.448 EET ] [CRSNative.register:1141] Name: 'DESCRIPTION', Value: 'CRS resource type for the Listener'
    [main] [ 2010-10-16 05:16:28.457 EET ] [CRSNative.register:1141] Name: 'AGENT_FILENAME', Value: '%CRS_HOME%/bin/oraagent%CRS_EXE_SUFFIX%'
    [main] [ 2010-10-16 05:16:28.486 EET ] [CRSNative.register:1141] Name: 'ACTION_SCRIPT', Value: ''
    [main] [ 2010-10-16 05:16:28.495 EET ] [CRSNative.register:1141] Name: 'ORACLE_HOME', Value: '%CRS_HOME%'
    [main] [ 2010-10-16 05:16:28.505 EET ] [CRSNative.register:1141] Name: 'START_TIMEOUT', Value: '180'
    [main] [ 2010-10-16 05:16:28.513 EET ] [CRSNative.register:1141] Name: 'ENDPOINTS', Value: 'TCP:1521'
    [main] [ 2010-10-16 05:16:28.568 EET ] [CRSNative.register:1141] Name: 'PORT', Value: '1521'
    [main] [ 2010-10-16 05:16:28.577 EET ] [CRSNative.register:1141] Name: 'USR_ORA_OPI', Value: 'false'
    [main] [ 2010-10-16 05:16:28.713 EET ] [CRSNative.register:1141] Name: 'DEFAULT_TEMPLATE', Value: 'PROPERTY(RESOURCE_CLASS=listener) PROPERTY(LISTENER_NAME=PARSE(%NAME%, ., 2))'
    [main] [ 2010-10-16 05:16:28.890 EET ] [CRSNativeResult.addLine:106] callback: ora.listener.type true CRS-2618: Cannot change data type INT of existing attribute START_TIMEOUT to type STRING.
    [main] [ 2010-10-16 05:16:29.688 EET ] [Util.<init>:86] Util Instance created.
    [main] [ 2010-10-16 05:16:29.816 EET ] [HASContext.getCRSHome:507] /oracle/app/oracle/product/11.2.0/grid
    [main] [ 2010-10-16 05:16:29.821 EET ] [Util.getCRSHome:542] getCRSHome: ret=/oracle/app/oracle/product/11.2.0/grid
    [main] [ 2010-10-16 05:16:29.834 EET ] [ListenerImpl.getOracleHomeVal:1323] crshome is /oracle/app/oracle/product/11.2.0/grid
    [main] [ 2010-10-16 05:16:29.839 EET ] [ListenerImpl.getOracleHomeVal:1324] oraclehome is /oracle/app/oracle/product/11.2.0/grid
    [main] [ 2010-10-16 05:16:29.845 EET ] [ListenerImpl.create:534] Creating Resource
    [main] [ 2010-10-16 05:16:30.290 EET ] [CRSNativeResult.addComp:162] add comp: name ora.LISTENER.lsnr, rc 210, msg CRS-0210: Could not find resource 'ora.LISTENER.lsnr'.
    [main] [ 2010-10-16 05:16:30.302 EET ] [CRSNative.isEntityRegistered:672] entity: ora.LISTENER.lsnr, type: 1, registered: false
    [main] [ 2010-10-16 05:16:30.313 EET ] [CRSNative.register:1133] About to register: name: ora.LISTENER.lsnr, type: 1, update: false, force: false
    [main] [ 2010-10-16 05:16:30.321 EET ] [CRSNative.register:1141] Name: 'TYPE', Value: 'ora.listener.type'
    [main] [ 2010-10-16 05:16:30.331 EET ] [CRSNative.register:1141] Name: 'DESCRIPTION', Value: 'CRS resource type for the Listener'
    [main] [ 2010-10-16 05:16:30.338 EET ] [CRSNative.register:1141] Name: 'AGENT_FILENAME', Value: '%CRS_HOME%/bin/oraagent%CRS_EXE_SUFFIX%'
    [main] [ 2010-10-16 05:16:30.345 EET ] [CRSNative.register:1141] Name: 'ACTION_SCRIPT', Value: ''
    [main] [ 2010-10-16 05:16:30.353 EET ] [CRSNative.register:1141] Name: 'ORACLE_HOME', Value: '%CRS_HOME%'
    [main] [ 2010-10-16 05:16:30.360 EET ] [CRSNative.register:1141] Name: 'START_TIMEOUT', Value: '180'
    [main] [ 2010-10-16 05:16:30.466 EET ] [CRSNative.register:1141] Name: 'ENDPOINTS', Value: 'TCP:1521'
    [main] [ 2010-10-16 05:16:30.484 EET ] [CRSNative.register:1141] Name: 'PORT', Value: '1521'
    [main] [ 2010-10-16 05:16:30.516 EET ] [CRSNative.register:1141] Name: 'USR_ORA_OPI', Value: 'false'
    [main] [ 2010-10-16 05:16:30.526 EET ] [CRSNative.register:1141] Name: 'DEFAULT_TEMPLATE', Value: 'PROPERTY(RESOURCE_CLASS=listener) PROPERTY(LISTENER_NAME=PARSE(%NAME%, ., 2))'
    [main] [ 2010-10-16 05:16:30.538 EET ] [CRSNative.register:1141] Name: 'VERSION', Value: '11.2.0.1.0'
    [main] [ 2010-10-16 05:16:31.184 EET ] [ConfigureListener.isPortFree:1010] Checking if port 1521 is free on local machine...
    [main] [ 2010-10-16 05:16:31.195 EET ] [ConfigureListener.isPortFree:1023] InetAddress.getByName(127.0.0.1): /127.0.0.1
    [main] [ 2010-10-16 05:16:31.219 EET ] [ConfigureListener.isPortFree:1025] Local host IP address: primary.localdomain/192.168.1.80
    [main] [ 2010-10-16 05:16:31.223 EET ] [ConfigureListener.isPortFree:1027] Local host name: primary.localdomain
    [main] [ 2010-10-16 05:16:31.229 EET ] [ConfigureListener.isPortFree:1039] Creating ServerSocket on Port:1521, IP Address: primary.localdomain/192.168.1.80
    [main] [ 2010-10-16 05:16:31.243 EET ] [ConfigureListener.isPortFree:1075] java.net.PlainSocketImpl.socketBind(Native Method)
    java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
    java.net.ServerSocket.bind(ServerSocket.java:319)
    java.net.ServerSocket.<init>(ServerSocket.java:185)
    oracle.net.ca.ConfigureListener.isPortFree(ConfigureListener.java:1041)
    oracle.net.ca.ConfigureListener.startOrStopListener(ConfigureListener.java:1118)
    oracle.net.ca.ConfigureListener.typicalConfigure(ConfigureListener.java:256)
    oracle.net.ca.SilentConfigure.performSilentConfigure(SilentConfigure.java:185)
    oracle.net.ca.InitialSetup.<init>(NetCA.java:4159)
    oracle.net.ca.NetCA.main(NetCA.java:405)
    *[main] [ 2010-10-16 05:16:31.249 EET ] [ConfigureListener.isPortFree:1088] Returning is Port 1521 free: false*
    my firewall is offline so what prevents oracle from using that port i tried also to use another port but i am getting the same error.
    Please advise.
    Mohamed

    Hi Mohammed,
    [main] [ 2010-10-16 05:16:31.249 EET ] [ConfigureListener.isPortFree:1088] Returning is Port 1521 free: falseMake sure that no listener service is running on port 1521.
    Its returning value false while checking free port for 1521.
    Regards,
    X A H E E R

  • Oracle Net Configuration Assistant failed  Error - installing Oracel 11g

    Hi
    I am getting the following error while installing Oracle 11g database.Could you please tell me what can be the issue.I tried it two times by cleaning up but still the same error.
    utput generated from configuration assistant "Oracle Net Configuration Assistant":
    Command = C:\Windows\system32\cmd /c call C:\Installed_Software\product\11.1.0\db_1/bin/netca.bat /orahome C:\Installed_Software\product\11.1.0\db_1 /orahnam OraDb11g_home1 /instype typical /inscomp client,oraclenet,javavm,server,ano /insprtcl tcp,nmp /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile C:\Installed_Software\product\11.1.0\db_1\network\install\netca_typ.rsp
    Parsing command line arguments:
    Parameter "orahome" = C:\Installed_Software\product\11.1.0\db_1
    Parameter "orahnam" = OraDb11g_home1
    Parameter "instype" = typical
    Parameter "inscomp" = client,oraclenet,javavm,server,ano
    Parameter "insprtcl" = tcp,nmp
    Parameter "cfg" = local
    Parameter "authadp" = NO_VALUE
    Parameter "nodeinfo" = NO_VALUE
    Parameter "responsefile" = C:\Installed_Software\product\11.1.0\db_1\network\install\netca_typ.rsp
    Done parsing command line arguments.
    Oracle Net Services Configuration:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c342849, pid=4284, tid=5436
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)
    # Problematic frame:
    # C [MSVCR71.dll+0x2849]
    # An error report file with more information is saved as hs_err_pid4284.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Configuration assistant "Oracle Net Configuration Assistant" failed
    The "C:\Installed_Software\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 Net Configuration Assistant":
    Command = C:\Windows\system32\cmd /c call C:\Installed_Software\product\11.1.0\db_1/bin/netca.bat /orahome C:\Installed_Software\product\11.1.0\db_1 /orahnam OraDb11g_home1 /instype typical /inscomp client,oraclenet,javavm,server,ano /insprtcl tcp,nmp /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile C:\Installed_Software\product\11.1.0\db_1\network\install\netca_typ.rsp
    Parsing command line arguments:
    Parameter "orahome" = C:\Installed_Software\product\11.1.0\db_1
    Parameter "orahnam" = OraDb11g_home1
    Parameter "instype" = typical
    Parameter "inscomp" = client,oraclenet,javavm,server,ano
    Parameter "insprtcl" = tcp,nmp
    Parameter "cfg" = local
    Parameter "authadp" = NO_VALUE
    Parameter "nodeinfo" = NO_VALUE
    Parameter "responsefile" = C:\Installed_Software\product\11.1.0\db_1\network\install\netca_typ.rsp
    Done parsing command line arguments.
    Oracle Net Services Configuration:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c342849, pid=4076, tid=4048
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)
    # Problematic frame:
    # C [MSVCR71.dll+0x2849]
    # An error report file with more information is saved as hs_err_pid4076.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Configuration assistant "Oracle Net Configuration Assistant" failed
    The "C:\Installed_Software\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.-----------------------------------------------------------------------------
    Thanks
    Praveena

    Hi
    I installed JDK 1.5 and tried installing again. It failed again at the same point.
    I ran netca.bat file individually. It gave the below error in the command line.And I am pasting the log also here. It looks like something to do with my JDK.
    Could you please tell me what can be the problem.
    ===========================================================================
    C:\Installed_Software\product\11.1.0\db_1\BIN>netca.bat
    IOException: Can not save NetProperties: C:\Installed_Software\product\11.1.0\db
    _1\network\tools\NetProperties (Access is denied)
    Oracle Net Services Configuration:
    C:\Installed_Software\product\11.1.0\db_1\network\admin\sqlnet0902066AM5338.bak
    (Access is denied)
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c342849, pid=324, tid=772
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)
    # Problematic frame:
    # C [MSVCR71.dll+0x2849]
    # An error report file with more information is saved as C:\Users\praveena\AppDa
    ta\Local\Temp\hs_err_pid324.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    C:\Installed_Software\product\11.1.0\db_1\BIN>
    ====================================================================
    hs_err_pid324.log
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c342849, pid=324, tid=772
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)
    # Problematic frame:
    # C [MSVCR71.dll+0x2849]
    --------------- T H R E A D ---------------
    Current thread (0x0013bef0): JavaThread "main" [_thread_in_native, id=772]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
    Registers:
    EAX=0x00002e2e, EBX=0x2e2e2e2e, ECX=0x0d5e8c70, EDX=0x00000000
    ESP=0x0006f848, EBP=0x0006f990, ESI=0x07d85f48, EDI=0x0013bef0
    EIP=0x7c342849, EFLAGS=0x00210206
    Top of Stack: (sp=0x0006f848)
    0x0006f848: 07d85f48 0013bef0 07d85f48 626da08c
    0x0006f858: 00000000 0000002e 61636f6c 736f686c
    0x0006f868: 00130074 0013cbdc 0006f82c 0006f850
    0x0006f878: 00000002 00000008 00000000 0006f8fc
    0x0006f888: 6d815daa 0006f8ec 0013cbe0 6d8c3174
    0x0006f898: 6d8c3270 0013cbdc 0013cbf4 6d815d4e
    0x0006f8a8: 0013cbd8 0013bef0 0006f988 6d8748d8
    0x0006f8b8: 0013c8c8 6d74d68d 00000001 0000000c
    Instructions: (pc=0x7c342849)
    0x7c342839: 00 00 00 75 eb 0b d8 57 8b c3 c1 e3 10 56 0b d8
    0x7c342849: 8b 0a bf ff fe fe 7e 8b c1 8b f7 33 cb 03 f0 03
    Stack: [0x00030000,0x00070000), sp=0x0006f848, free space=254k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [MSVCR71.dll+0x2849]
    j oracle.net.common.NetGetEnv.getDNSDomain()Ljava/lang/String;+0
    j oracle.net.ca.ConfigureProfile.setDefaultProfileParams()V+0
    j oracle.net.ca.InitialSetup.setupConfigObjects()V+204
    j oracle.net.ca.InitialSetup.<init>([Ljava/lang/String;)V+879
    j oracle.net.ca.NetCA.main([Ljava/lang/String;)V+676
    v ~StubRoutines::call_stub
    V [jvm.dll+0x871a8]
    V [jvm.dll+0xdf462]
    V [jvm.dll+0x87079]
    V [jvm.dll+0x8e0d5]
    C [java.exe+0x14c5]
    C [java.exe+0x69cd]
    C [kernel32.dll+0x44911]
    C [ntdll.dll+0x3e4b6]
    C [ntdll.dll+0x3e489]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j oracle.net.common.NetGetEnv.getDNSDomain()Ljava/lang/String;+0
    j oracle.net.ca.ConfigureProfile.setDefaultProfileParams()V+0
    j oracle.net.ca.InitialSetup.setupConfigObjects()V+204
    j oracle.net.ca.InitialSetup.<init>([Ljava/lang/String;)V+879
    j oracle.net.ca.NetCA.main([Ljava/lang/String;)V+676
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x01a52730 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2192]
    0x01a54d90 JavaThread "CompilerThread0" daemon [_thread_blocked, id=4208]
    0x01a525a8 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2424]
    0x01a467c8 JavaThread "Finalizer" daemon [_thread_blocked, id=1392]
    0x01a45180 JavaThread "Reference Handler" daemon [_thread_blocked, id=4784]
    =>0x0013bef0 JavaThread "main" [_thread_in_native, id=772]
    Other Threads:
    0x01a428f8 VMThread [id=1244]
    0x0013fb98 WatcherThread [id=5392]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 273K [0x03a70000, 0x03b10000, 0x03f50000)
    eden space 512K, 40% used [0x03a70000, 0x03aa4510, 0x03af0000)
    from space 64K, 100% used [0x03b00000, 0x03b10000, 0x03b10000)
    to space 64K, 0% used [0x03af0000, 0x03af0000, 0x03b00000)
    tenured generation total 1408K, used 946K [0x03f50000, 0x040b0000, 0x07a70000)
    the space 1408K, 67% used [0x03f50000, 0x0403c8a8, 0x0403ca00, 0x040b0000)
    compacting perm gen total 8192K, used 7599K [0x07a70000, 0x08270000, 0x0ba70000)
    the space 8192K, 92% used [0x07a70000, 0x081dbd58, 0x081dbe00, 0x08270000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040d000      C:\Installed_Software\product\11.1.0\db_1\jdk\jre\bin\java.exe
    0x76f50000 - 0x77077000      C:\Windows\system32\ntdll.dll
    0x760f0000 - 0x761cb000      C:\Windows\system32\kernel32.dll
    0x75a60000 - 0x75b26000      C:\Windows\system32\ADVAPI32.dll
    0x770e0000 - 0x771a3000      C:\Windows\system32\RPCRT4.dll
    0x75f10000 - 0x75fba000      C:\Windows\system32\MSVCRT.dll
    0x6d740000 - 0x6d8dd000      C:\Installed_Software\product\11.1.0\db_1\jdk\jre\bin\client\jvm.dll
    0x76320000 - 0x763bd000      C:\Windows\system32\USER32.dll
    0x757e0000 - 0x7582b000      C:\Windows\system32\GDI32.dll
    0x73d90000 - 0x73dc2000      C:\Windows\system32\WINMM.dll
    0x75cf0000 - 0x75e34000      C:\Windows\system32\ole32.dll
    0x75940000 - 0x759cd000      C:\Windows\system32\OLEAUT32.dll
    0x73d50000 - 0x73d89000      C:\Windows\system32\OLEACC.dll
    0x758c0000 - 0x758de000      C:\Windows\system32\IMM32.DLL
    0x75e40000 - 0x75f08000      C:\Windows\system32\MSCTF.dll
    0x75600000 - 0x7562c000      C:\Windows\system32\apphelp.dll
    0x757d0000 - 0x757d9000      C:\Windows\system32\LPK.DLL
    0x75830000 - 0x758ad000      C:\Windows\system32\USP10.dll
    0x6d300000 - 0x6d308000      C:\Installed_Software\product\11.1.0\db_1\jdk\jre\bin\hpi.dll
    0x757c0000 - 0x757c7000      C:\Windows\system32\PSAPI.DLL
    0x6d710000 - 0x6d71c000      C:\Installed_Software\product\11.1.0\db_1\jdk\jre\bin\verify.dll
    0x6d380000 - 0x6d39d000      C:\Installed_Software\product\11.1.0\db_1\jdk\jre\bin\java.dll
    0x6d730000 - 0x6d73f000      C:\Installed_Software\product\11.1.0\db_1\jdk\jre\bin\zip.dll
    0x6d070000 - 0x6d1da000      C:\Installed_Software\product\11.1.0\db_1\jdk\jre\bin\awt.dll
    0x722d0000 - 0x72312000      C:\Windows\system32\WINSPOOL.DRV
    0x626d0000 - 0x626e6000      C:\Installed_Software\product\11.1.0\db_1\BIN\oranjni11.dll
    0x62740000 - 0x627a3000      C:\Installed_Software\product\11.1.0\db_1\BIN\oranl11.dll
    0x60960000 - 0x60d32000      C:\Installed_Software\product\11.1.0\db_1\BIN\oran11.dll
    0x62670000 - 0x6268b000      C:\Installed_Software\product\11.1.0\db_1\BIN\orancrypt11.dll
    0x60870000 - 0x6095b000      C:\Installed_Software\product\11.1.0\db_1\BIN\oracore11.dll
    0x0c290000 - 0x0c35e000      C:\Installed_Software\product\11.1.0\db_1\BIN\oranls11.dll
    0x63690000 - 0x636a8000      C:\Installed_Software\product\11.1.0\db_1\BIN\oraunls11.dll
    0x7c340000 - 0x7c396000      C:\Windows\system32\MSVCR71.dll
    0x60eb0000 - 0x60eb7000      C:\Installed_Software\product\11.1.0\db_1\BIN\orauts.dll
    0x762f0000 - 0x7631d000      C:\Windows\system32\WS2_32.dll
    0x770d0000 - 0x770d6000      C:\Windows\system32\NSI.dll
    0x62920000 - 0x6296d000      C:\Installed_Software\product\11.1.0\db_1\BIN\oranro11.dll
    0x62530000 - 0x6266d000      C:\Installed_Software\product\11.1.0\db_1\BIN\oraldapclnt11.dll
    0x627f0000 - 0x62905000      C:\Installed_Software\product\11.1.0\db_1\BIN\orannzsbb11.dll
    0x60000000 - 0x60133000      C:\Installed_Software\product\11.1.0\db_1\BIN\orazt11.dll
    0x72e00000 - 0x72e07000      C:\Windows\system32\WSOCK32.dll
    0x75030000 - 0x75049000      C:\Windows\system32\iphlpapi.dll
    0x74ff0000 - 0x75025000      C:\Windows\system32\dhcpcsvc.DLL
    0x752a0000 - 0x752cc000      C:\Windows\system32\DNSAPI.dll
    0x75660000 - 0x75674000      C:\Windows\system32\Secur32.dll
    0x74fe0000 - 0x74fe7000      C:\Windows\system32\WINNSI.DLL
    0x74fb0000 - 0x74fd1000      C:\Windows\system32\dhcpcsvc6.DLL
    0x0c360000 - 0x0ce27000      C:\Installed_Software\product\11.1.0\db_1\BIN\orageneric11.dll
    0x63430000 - 0x6345d000      C:\Installed_Software\product\11.1.0\db_1\BIN\orasnls11.dll
    0x60fa0000 - 0x61158000      C:\Installed_Software\product\11.1.0\db_1\BIN\oracommon11.dll
    0x61c20000 - 0x61f81000      C:\Installed_Software\product\11.1.0\db_1\BIN\oraclient11.dll
    0x636b0000 - 0x636b6000      C:\Installed_Software\product\11.1.0\db_1\BIN\oravsn11.dll
    0x0ce30000 - 0x0d20a000      C:\Installed_Software\product\11.1.0\db_1\BIN\orapls11.dll
    0x63420000 - 0x63429000      C:\Installed_Software\product\11.1.0\db_1\BIN\oraslax11.dll
    0x63080000 - 0x63296000      C:\Installed_Software\product\11.1.0\db_1\BIN\oraplp11.dll
    0x63520000 - 0x635c2000      C:\Installed_Software\product\11.1.0\db_1\BIN\orasql11.dll
    0x10000000 - 0x1025c000      C:\Installed_Software\product\11.1.0\db_1\BIN\oraxml11.dll
    0x71ba0000 - 0x71bb1000      C:\Windows\system32\MSVCIRT.dll
    0x62980000 - 0x629b1000      C:\Installed_Software\product\11.1.0\db_1\BIN\orantcp11.dll
    0x0d210000 - 0x0d2bd000      C:\Installed_Software\product\11.1.0\db_1\BIN\orahasgen11.dll
    0x62ab0000 - 0x62b2f000      C:\Installed_Software\product\11.1.0\db_1\BIN\oraocr11.dll
    0x0c1e0000 - 0x0c23e000      C:\Installed_Software\product\11.1.0\db_1\BIN\oraocrb11.dll
    0x754c0000 - 0x75535000      C:\Windows\system32\NETAPI32.dll
    0x6f710000 - 0x6f7ec000      C:\Windows\system32\dbghelp.dll
    0x76440000 - 0x76f4f000      C:\Windows\system32\SHELL32.dll
    0x758e0000 - 0x75938000      C:\Windows\system32\SHLWAPI.dll
    0x0d2c0000 - 0x0d307000      C:\Installed_Software\product\11.1.0\db_1\BIN\oranldap11.dll
    0x626b0000 - 0x626b9000      C:\Installed_Software\product\11.1.0\db_1\BIN\oranhost11.dll
    0x00120000 - 0x00126000      C:\Installed_Software\product\11.1.0\db_1\BIN\orancds11.dll
    0x629c0000 - 0x629cd000      C:\Installed_Software\product\11.1.0\db_1\BIN\orantns11.dll
    0x0d310000 - 0x0d390000      C:\Installed_Software\product\11.1.0\db_1\BIN\oraztkg11.dll
    0x74520000 - 0x746be000      C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6001.18000_none_5cdbaa5a083979cc\comctl32.dll
    0x01940000 - 0x0195b000      C:\Installed_Software\product\11.1.0\db_1\oui\lib\win32\oraInstaller.dll
    0x74e60000 - 0x74e68000      C:\Windows\system32\VERSION.dll
    0x0d420000 - 0x0d476000      C:\Installed_Software\product\11.1.0\db_1\oui\lib\win32\msvcr71.dll
    0x0c240000 - 0x0c247000      C:\Installed_Software\product\11.1.0\db_1\oui\lib\win32\orauts.dll
    0x0c250000 - 0x0c258000      C:\Installed_Software\product\11.1.0\db_1\oui\lib\win32\orawsec11.dll
    0x635d0000 - 0x635ed000      C:\Installed_Software\product\11.1.0\db_1\oui\lib\win32\orasrvm11.dll
    0x0d8d0000 - 0x0da08000      C:\Installed_Software\product\11.1.0\db_1\BIN\oraldapjclnt11.dll
    0x748f0000 - 0x748ff000      C:\Windows\system32\NLAapi.dll
    0x71e80000 - 0x71e8f000      C:\Windows\system32\napinsp.dll
    0x71e40000 - 0x71e52000      C:\Windows\system32\pnrpnsp.dll
    0x74df0000 - 0x74e2b000      C:\Windows\System32\mswsock.dll
    0x71e70000 - 0x71e78000      C:\Windows\System32\winrnr.dll
    0x762a0000 - 0x762ea000      C:\Windows\system32\WLDAP32.dll
    0x71e60000 - 0x71e6c000      C:\Windows\system32\wshbth.dll
    0x75b30000 - 0x75cba000      C:\Windows\system32\SETUPAPI.dll
    0x74e50000 - 0x74e55000      C:\Windows\System32\wship6.dll
    VM Arguments:
    jvm_args: -Dsun.java2d.noddraw=true -Dice.pilots.html4.ignoreNonGenericFonts=true
    java_command: oracle.net.ca.NetCA
    Launcher Type: SUN_STANDARD
    Environment Variables:
    CLASSPATH=C:\Installed_Software\product\11.1.0\db_1\network\jlib\netcam.jar;C:\Installed_Software\product\11.1.0\db_1\network\jlib\netca.jar;C:\Installed_Software\product\11.1.0\db_1\jlib\jndi.jar;C:\Installed_Software\product\11.1.0\db_1\jlib\netcfg.jar;C:\Installed_Software\product\11.1.0\db_1\jlib\ldapjclnt9.jar;C:\Installed_Software\product\11.1.0\db_1\jlib\ldapjclnt11.jar;C:\Installed_Software\product\11.1.0\db_1\jlib\;C:\Installed_Software\product\11.1.0\db_1\jlib\ewt3.jar;C:\Installed_Software\product\11.1.0\db_1\jlib\help4.jar;C:\Installed_Software\product\11.1.0\db_1\jlib\jewt4.jar;C:\Installed_Software\product\11.1.0\db_1\jlib\oracle_ice.jar;C:\Installed_Software\product\11.1.0\db_1\jlib\share.jar;C:\Installed_Software\product\11.1.0\db_1\jdk\jre\lib\rt.jar;C:\Installed_Software\product\11.1.0\db_1\jdk\jre\lib\i18n.jar;C:\Installed_Software\product\11.1.0\db_1\jlib\ewtcompat-3_3_15.jar;C:\Installed_Software\product\11.1.0\db_1\network\tools;C:\Installed_Software\product\11.1.0\db_1\jlib\srvm.jar;C:\Installed_Software\product\11.1.0\db_1\jlib\srvmhas.jar;C:\Installed_Software\product\11.1.0\db_1\oui\jlib\OraInstaller.jar;C:\Installed_Software\product\11.1.0\db_1\lib\xmlparserv2.jar;C:\Installed_Software\product\11.1.0\db_1\emdw\lib\emca.jar
    PATH=C:\Installed_Software\product\11.1.0\db_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Java\jdk1.5.0_17
    USERNAME=praveena
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 13, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows Vista Build 6001 Service Pack 1
    CPU:total 2 (cores per cpu 2, threads per core 1) family 6 model 15 stepping 13, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 2097151k(1328884k free), swap 4194303k(4194303k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_11-b03) for windows-x86, built on Dec 15 2006 01:16:12 by "java_re" with MS VC++ 6.0

  • Oracle Net Configuration Assistant failed. While Installing

    HI ,
    I was getting an Error while installing Oracle11g on Redhat linux 5.4.
    The Error was
    'Oracle Net Configuration Assistant failed.'
    I am attaching the Last few lines of the Install Actions Files ,
    INFO: Updating Transient Parameters for oracle.sysman.ccr
    INFO: Updating Transient Parameters for oracle.sysman.console.db
    INFO: Successfully updated Transient Parameters in the Aggregates
    INFO: Configuration log directory - /soa/oracle/oracle/product/11.2.0/dbhome_1/cfgtoollogs
    INFO:
    The Runconfig command constructed is /soa/oracle/oracle/product/11.2.0/dbhome_1/oui/bin/runConfig.sh ORACLE_HOME=/soa/oracle/oracle/product/11.2.0/dbhome_1 MODE=perform ACTION=configure RERUN=true $*
    INFO: Created a new file /soa/oracle/oracle/product/11.2.0/dbhome_1/cfgtoollogs/configToolAllCommands
    INFO: Since the option is to overwrite the existing /soa/oracle/oracle/product/11.2.0/dbhome_1/cfgtoollogs/configToolAllCommands file, backing it up
    INFO: The backed up file name is /soa/oracle/oracle/product/11.2.0/dbhome_1/cfgtoollogs/configToolAllCommands.bak
    INFO: Entering ConfigClient.executeToolsInAggregate method
    INFO: ConfigClient.executeToolsInAggregate oAggregate=oracle.server:oracle.server:11.2.0.1.0:common
    INFO: Entering ConfigClient.assignAction method
    INFO: ConfigClient.assignAction actionref=[Loracle.sysman.emCfg.common.IActionReference;@11d6591
    INFO: ConfigClient.assignAction action is of type :configuration
    INFO: Exiting ConfigClient.assignAction method
    INFO: ConfigClient.executeToolsInAggregate action assigned
    INFO: Started Plugin named: Oracle Net Configuration Assistant
    INFO: Found associated job
    INFO: Starting 'Oracle Net Configuration Assistant'
    INFO: Starting 'Oracle Net Configuration Assistant'
    INFO: Parsing command line arguments:
    INFO: Parameter "orahome" = /soa/oracle/oracle/product/11.2.0/dbhome_1
    INFO: Parameter "orahnam" = OraDb11g_home1
    INFO: Parameter "instype" = typical
    INFO: Parameter "inscomp" = client,oraclenet,javavm,server,ano
    INFO: Parameter "insprtcl" = tcp
    INFO: Parameter "cfg" = local
    INFO: Parameter "authadp" = NO_VALUE
    INFO: Parameter "responsefile" = /soa/oracle/oracle/product/11.2.0/dbhome_1/network/install/netca_typ.rsp
    INFO: Parameter "silent" = true
    INFO: Done parsing command line arguments.
    INFO: Oracle Net Services Configuration:
    INFO: Profile configuration complete.
    INFO: Oracle Net Listener Startup:
    INFO: Running Listener Control:
    INFO: /soa/oracle/oracle/product/11.2.0/dbhome_1/bin/lsnrctl start LISTENER
    INFO: Listener Control complete.
    INFO: Listener start failed.
    **INFO: Check the trace file for details: /soa/oracle/oracle/cfgtoollogs/netca/trace_OraDb11g_home1-1209172PM0322.log**
    INFO: Oracle Net Services configuration failed. The exit code is 1
    INFO:
    WARNING:
    INFO: Completed Plugin named: Oracle Net Configuration Assistant
    Iam Attaching the last few lines of /soa/oracle/oracle/cfgtoollogs/netca/trace_OraDb11g_home1-1209172PM0322.log
    [main] [ 2012-09-17 14:03:25.027 IST ] [RuntimeExec.runCommand:161] RunTimeExec: output>
    [main] [ 2012-09-17 14:03:25.027 IST ] [RuntimeExec.runCommand:170] RunTimeExec: error>
    [main] [ 2012-09-17 14:03:25.028 IST ] [RuntimeExec.runCommand:192] Returning from RunTimeExec.runCommand
    [main] [ 2012-09-17 14:03:25.028 IST ] [CmdToolUtil.doexecute:372] nativeSystem.runRemoteExecCmd failed. Command = /soa/oracle/oracle/product/11.2.0/dbhome_1/srvm/admin/getcrshome arguments = [] env = null
    [main] [ 2012-09-17 14:03:25.028 IST ] [HAUtils.isHASConfigured:349] Ignoring exception in isHASConfigured: PRCT-1011 : Failed to run "getcrshome"
    [main] [ 2012-09-17 14:03:25.028 IST ] [HAUtils.isHASConfigured:350] oracle.cluster.deployment.ClusterwareInfo.getConfiguredCRSHome(ClusterwareInfo.java:423)
    oracle.sysman.assistants.util.hasi.HAUtils.getCRSHome(HAUtils.java:544)
    oracle.sysman.assistants.util.hasi.HAUtils.getHASHome(HAUtils.java:604)
    oracle.sysman.assistants.util.hasi.HAUtils.isHASConfigured(HAUtils.java:345)
    oracle.net.ca.ConfigureListener.isHASConfigured(ConfigureListener.java:1428)
    oracle.net.ca.ConfigureListener.isHASRunning(ConfigureListener.java:1450)
    oracle.net.ca.ConfigureListener.validateListenerName(ConfigureListener.java:1697)
    oracle.net.ca.ConfigureListener.typicalConfigure(ConfigureListener.java:169)
    oracle.net.ca.SilentConfigure.performSilentConfigure(SilentConfigure.java:185)
    oracle.net.ca.InitialSetup.<init>(NetCA.java:4159)
    oracle.net.ca.NetCA.main(NetCA.java:405)
    [main] [ 2012-09-17 14:03:25.029 IST ] [ConfigureListener.isHASConfigured:1436] Is Oracle Restart configured: false
    [main] [ 2012-09-17 14:03:25.029 IST ] [ConfigureListener.isHASRunning:1465] Is Oracle Restart running: false
    [main] [ 2012-09-17 14:03:25.029 IST ] [ConfigureListener.typicalConfigure:201] Checking for free port in range: 1521-1540
    [main] [ 2012-09-17 14:03:25.029 IST ] [ConfigureListener.isPortFree:1010] Checking if port 1521 is free on local machine...
    [main] [ 2012-09-17 14:03:25.030 IST ] [ConfigureListener.isPortFree:1023] InetAddress.getByName(127.0.0.1): /127.0.0.1
    [main] [ 2012-09-17 14:03:25.030 IST ] [ConfigureListener.isPortFree:1025] Local host IP address: vx111a.example.com/172.16.11.175
    [main] [ 2012-09-17 14:03:25.030 IST ] [ConfigureListener.isPortFree:1027] Local host name: vx111a.example.com
    [main] [ 2012-09-17 14:03:25.031 IST ] [ConfigureListener.isPortFree:1039] Creating ServerSocket on Port:1521, IP Address: vx111a.example.com/172.16.11.175
    [main] [ 2012-09-17 14:03:25.033 IST ] [ConfigureListener.isPortFree:1042] Created ServerSocket successfully.
    [main] [ 2012-09-17 14:03:25.033 IST ] [ConfigureListener.isPortFree:1055] Creating ServerSocket on Port:1521, Local IP Address: /127.0.0.1
    [main] [ 2012-09-17 14:03:25.033 IST ] [ConfigureListener.isPortFree:1059] Created ServerSocket successfully.
    [main] [ 2012-09-17 14:03:25.033 IST ] [ConfigureListener.isPortFree:1065] Creating ServerSocket on Port:1521
    [main] [ 2012-09-17 14:03:25.033 IST ] [ConfigureListener.isPortFree:1068] Created ServerSocket successfully.
    [main] [ 2012-09-17 14:03:25.034 IST ] [ConfigureListener.isPortFree:1088] Returning is Port 1521 free: true
    [main] [ 2012-09-17 14:03:25.034 IST ] [ConfigureListener.typicalConfigure:208] Using port: 1521
    [main] [ 2012-09-17 14:03:25.039 IST ] [ConfigureListener.setListenerParam:1779] Setting ADR_BASE_LISTENER: /soa/oracle/oracle
    [main] [ 2012-09-17 14:03:25.040 IST ] [ConfigureListener.isPortFree:1010] Checking if port 1521 is free on local machine...
    [main] [ 2012-09-17 14:03:25.041 IST ] [ConfigureListener.isPortFree:1023] InetAddress.getByName(127.0.0.1): /127.0.0.1
    [main] [ 2012-09-17 14:03:25.041 IST ] [ConfigureListener.isPortFree:1025] Local host IP address: vx111a.example.com/172.16.11.175
    [main] [ 2012-09-17 14:03:25.041 IST ] [ConfigureListener.isPortFree:1027] Local host name: vx111a.example.com
    [main] [ 2012-09-17 14:03:25.041 IST ] [ConfigureListener.isPortFree:1039] Creating ServerSocket on Port:1521, IP Address: vx111a.example.com/172.16.11.175
    [main] [ 2012-09-17 14:03:25.042 IST ] [ConfigureListener.isPortFree:1042] Created ServerSocket successfully.
    [main] [ 2012-09-17 14:03:25.042 IST ] [ConfigureListener.isPortFree:1055] Creating ServerSocket on Port:1521, Local IP Address: /127.0.0.1
    [main] [ 2012-09-17 14:03:25.042 IST ] [ConfigureListener.isPortFree:1059] Created ServerSocket successfully.
    [main] [ 2012-09-17 14:03:25.042 IST ] [ConfigureListener.isPortFree:1065] Creating ServerSocket on Port:1521
    [main] [ 2012-09-17 14:03:25.043 IST ] [ConfigureListener.isPortFree:1068] Created ServerSocket successfully.
    [main] [ 2012-09-17 14:03:25.043 IST ] [ConfigureListener.isPortFree:1088] Returning is Port 1521 free: true
    Please Soft Me Out.

    user9030848 wrote:
    Where can i find that listener log file ?Zoltan gave you the specific, one-time answer.
    The generalized, learn-to-self-help answer is:
    Use your os's search utility to fiind any file you want. In the case of Linux, that utility is called 'find'. Instructions on how to use it are all over the net, and the official documentation for all Linux utilties installed on your system can be read by using the 'man' command (ie: 'man find').
    To tie the general to the specific, you would use
    find / -name listener.log  Or, faster and fewer error messages
    find $ORACLE_HOME -name listener.log 

Maybe you are looking for