Problem with Oracle Net configuration

OK this should be simple but I'm not seeing it.
I have a database listener that runs on port 1530. I think that I have all of the networking files configured correctly and the database configured correctly yet but I'm still getting the following error when attempting to connect to the database with SQL*PLUS:
$ sqlplus system/pwd@infradb
SQL*Plus: Release 10.1.0.5.0 - Production on Tue May 5 10:34:20 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-01034: ORACLE not available
ORA-27123: unable to attach to shared memory segment
Linux Error: 22: Invalid argument
Additional information: 1
Additional information: 1638401
Enter user-name:
NOTE: If I don't try to use net services, I can get in no problem:
$ sqlplus system/pwd
SQL*Plus: Release 10.1.0.5.0 - Production on Tue May 5 10:36:21 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.1.0.5.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL>
Here are my environment variables:
$ echo $ORACLE_SID
infradb
$ echo $ORACLE_HOME
/u02/app/oracle/product/10gAS_INFRA
listener.ora file contains:
# listener.ora Network Configuration File: /u02/app/oracle/product/10gAS_INFRA/network/admin/listener.ora
# Generated by Oracle configuration tools.
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /u02/app/oracle/product/10gAS_INFRA)
(PROGRAM = extproc)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = elecidc210g.eia.doe.gov)(PORT = 1530))
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
tnsnames.ora file contains:
# tnsnames.ora Network Configuration File: /u02/app/oracle/product/10gAS_INFRA/network/admin/tnsnames.ora
# Generated by Oracle configuration tools.
INFRADB.EIA.DOE.GOV =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = elecidc210g.eia.doe.gov)(PORT = 1530))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = infradb.eia.doe.gov)
Inside my database:
SQL> select name from v$database;
NAME
INFRADB
SQL> select instance_name from v$instance;
INSTANCE_NAME
infradb
SQL> select instance from v$thread;
INSTANCE
infradb
SQL> show parameter list
NAME TYPE VALUE
local_listener string (ADDRESS=(PROTOCOL=tcp)(HOST=e
lecidc210g.eia.doe.gov)(PORT=1
530))
remote_listener string
SQL> show parameter service
NAME TYPE VALUE
service_names string infradb.eia.doe.gov
lsnrctl status shows:
oracle@elecidc210g:/u02/app/oracle/product/10gAS_INFRA/network/admin> lsnrctl status
LSNRCTL for Linux: Version 10.1.0.5.0 - Production on 05-MAY-2009 10:33:04
Copyright (c) 1991, 2004, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=elecidc210g.eia.doe.gov)(PORT=1530)))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for Linux: Version 10.1.0.5.0 - Production
Start Date 05-MAY-2009 10:22:56
Uptime 0 days 0 hr. 10 min. 7 sec
Trace Level off
Security ON: Password or Local OS Authentication
SNMP OFF
Listener Parameter File /u02/app/oracle/product/10gAS_INFRA/network/admin/listener.ora
Listener Log File /u02/app/oracle/product/10gAS_INFRA/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=elecidc210g.eia.doe.gov)(PORT=1530)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "infradb.eia.doe.gov" has 1 instance(s).
Instance "infradb", status READY, has 3 handler(s) for this service...
The command completed successfully
Anyone have any ideas? Could the difference between DB_NAME (select name from v$database) and SID_NAME (select instance from v$thread) be confusing things?

Perhaps I'm missing something, but you you're trying to connect using connect identifier 'infradb', but your tnsnames.ora only has an entry for 'INFRADB.EIA.DOE.GOV', i.e. you've put the service name where you should just have put the connect identifer that you want to use.
To connect 'user/pass@infradb', your tnsnames.ora should be:
INFRADB =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = elecidc210g.eia.doe.gov)(PORT = 1530))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = infradb.eia.doe.gov)
)

Similar Messages

  • Fail to run Oracle Net Configuration Assistant

    I was installing 64 bits Oracle 10.2.0 on Red Hat Linux 2.6.9-89.ELsmp.
    I did not encounter any problem of upgrading and linking Oracle libraries, and building the Oracle executables.
    But when it tried to build the database, it ran into problem with Oracle Net Configuration Assistant.
    Can any one tell me what would cause the following problem with Net Configuration Assistant?
    I would really appreciate your help.
    Thanks,
    Andrew K
    Output generated from configuration assistant "Oracle Net Configuration Assistant":
    Command = /opt/app/oracle/product/10.2.0/db_1/jdk/jre//bin/java -Duser.dir=/opt/app/oracle/product/10.2.0/db_1/network/jlib -classpath /opt/app/oracle/product/10.2.0/db_1/jdk/jre//lib/i18n.jar:/opt/app/oracle/product/10.2.0/db_1/jdk/jre//lib/rt.jar:/opt/app/oracle/product/10.2.0/db_1/jlib/ewt3.jar:/opt/app/oracle/product/10.2.0/db_1/jlib/ewtcompat-3_3_15.jar:/opt/app/oracle/product/10.2.0/db_1/jlib/netcfg.jar:/opt/app/oracle/product/10.2.0/db_1/network/jlib/netcam.jar:/opt/app/oracle/product/10.2.0/db_1/network/jlib/netca.jar:/opt/app/oracle/product/10.2.0/db_1/jlib/help4.jar:/opt/app/oracle/product/10.2.0/db_1/jlib/jewt4.jar:/opt/app/oracle/product/10.2.0/db_1/jlib/oracle_ice.jar:/opt/app/oracle/product/10.2.0/db_1/jlib/share.jar:/opt/app/oracle/product/10.2.0/db_1/jlib/swingall-1_1_1.jar:/opt/app/oracle/product/10.2.0/db_1/jlib/srvmhas.jar:/opt/app/oracle/product/10.2.0/db_1/jlib/srvm.jar:/opt/app/oracle/product/10.2.0/db_1/network/tools:/opt/app/oracle/product/10.2.0/db_1/jlib/ldapjclnt9.jar:/opt/app/oracle/product/10.2.0/db_1/jlib/ldapjclnt10.jar:/opt/app/oracle/product/10.2.0/db_1/oui/jlib/OraInstaller.jar:/opt/app/oracle/product/10.2.0/db_1/lib/xmlparserv2.jar oracle.net.ca.NetCA /orahome /opt/app/oracle/product/10.2.0/db_1 /orahnam OraDb10g_home1 /instype custom /inscomp client,oraclenet,javavm,server,ano /insprtcl tcp /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile /opt/app/oracle/product/10.2.0/db_1/network/install/netca_typ.rsp
    Parsing command line arguments:
    Parameter "orahome" = /opt/app/oracle/product/10.2.0/db_1
    Parameter "orahnam" = OraDb10g_home1
    Parameter "instype" = custom
    Parameter "inscomp" = client,oraclenet,javavm,server,ano
    Parameter "insprtcl" = tcp
    Parameter "cfg" = local
    Parameter "authadp" = NO_VALUE
    Parameter "nodeinfo" = NO_VALUE
    Parameter "responsefile" = /opt/app/oracle/product/10.2.0/db_1/network/install/netca_typ.rsp
    Done parsing command line arguments.
    Oracle Net Services Configuration:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0xA35B03
    Function=index+0x63
    Library=/lib/tls/libc.so.6
    Current Java thread:
         at oracle.net.common.NetGetEnv.getDNSDomain(Native Method)
         at oracle.net.ca.ConfigureProfile.setDefaultProfileParams(Unknown Source)
         at oracle.net.ca.InitialSetup.setupConfigObjects(Unknown Source)
         at oracle.net.ca.InitialSetup.<init>(Unknown Source)
         at oracle.net.ca.NetCA.main(Unknown Source)
    Dynamic libraries:
    009b2000-009c8000 r-xp 00000000 08:03 66327 /lib/ld-2.3.4.so
    009c8000-009c9000 r-xp 00015000 08:03 66327 /lib/ld-2.3.4.so
    009c9000-009ca000 rwxp 00016000 08:03 66327 /lib/ld-2.3.4.so
    009cc000-00af5000 r-xp 00000000 08:03 65550 /lib/tls/libc-2.3.4.so
    00af5000-00af7000 r-xp 00129000 08:03 65550 /lib/tls/libc-2.3.4.so
    00af7000-00af9000 rwxp 0012b000 08:03 65550 /lib/tls/libc-2.3.4.so
    00afd000-00aff000 r-xp 00000000 08:03 65628 /lib/libdl-2.3.4.so
    00aff000-00b00000 r-xp 00001000 08:03 65628 /lib/libdl-2.3.4.so
    00b00000-00b01000 rwxp 00002000 08:03 65628 /lib/libdl-2.3.4.so
    00b03000-00b24000 r-xp 00000000 08:03 65630 /lib/tls/libm-2.3.4.so
    00b24000-00b25000 r-xp 00020000 08:03 65630 /lib/tls/libm-2.3.4.so
    00b25000-00b26000 rwxp 00021000 08:03 65630 /lib/tls/libm-2.3.4.so
    00b3a000-00b48000 r-xp 00000000 08:03 65626 /lib/tls/libpthread-2.3.4.so
    00b48000-00b49000 r-xp 0000d000 08:03 65626 /lib/tls/libpthread-2.3.4.so
    00b49000-00b4a000 rwxp 0000e000 08:03 65626 /lib/tls/libpthread-2.3.4.so
    00b5a000-00b6d000 r-xp 00000000 08:03 65563 /lib/libnsl-2.3.4.so
    00b6d000-00b6e000 r-xp 00012000 08:03 65563 /lib/libnsl-2.3.4.so
    00b6e000-00b6f000 rwxp 00013000 08:03 65563 /lib/libnsl-2.3.4.so
    00c3b000-00c88000 r-xp 00000000 08:03 2744731 /usr/X11R6/lib/libXt.so.6.0
    00c88000-00c8c000 rwxp 0004c000 08:03 2744731 /usr/X11R6/lib/libXt.so.6.0
    00cb8000-00cc5000 r-xp 00000000 08:03 2744022 /usr/X11R6/lib/libXext.so.6.4
    00cc5000-00cc6000 rwxp 0000c000 08:03 2744022 /usr/X11R6/lib/libXext.so.6.4
    00d35000-00d3d000 r-xp 00000000 08:03 2744016 /usr/X11R6/lib/libSM.so.6.0
    00d3d000-00d3e000 rwxp 00007000 08:03 2744016 /usr/X11R6/lib/libSM.so.6.0
    00d40000-00d55000 r-xp 00000000 08:03 2744048 /usr/X11R6/lib/libICE.so.6.3
    00d55000-00d56000 rwxp 00014000 08:03 2744048 /usr/X11R6/lib/libICE.so.6.3
    00d7f000-00d8e000 r-xp 00000000 08:03 65538 /lib/libresolv-2.3.4.so
    00d8e000-00d8f000 r-xp 0000f000 08:03 65538 /lib/libresolv-2.3.4.so
    00d8f000-00d90000 rwxp 00010000 08:03 65538 /lib/libresolv-2.3.4.so
    08048000-08056000 r-xp 00000000 08:03 3402878 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/bin/java
    08056000-08059000 rwxp 0000d000 08:03 3402878 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/bin/java
    e917c000-e9180000 r-xp 00000000 08:03 65582 /lib/libnss_dns-2.3.4.so
    e9180000-e9181000 r-xp 00003000 08:03 65582 /lib/libnss_dns-2.3.4.so
    e9181000-e9182000 rwxp 00004000 08:03 65582 /lib/libnss_dns-2.3.4.so
    e91e8000-e93c4000 r-xp 00000000 08:03 3396951 /opt/app/oracle/product/10.2.0/db_1/lib32/libnnz10.so
    e93c4000-e93ea000 rwxp 001dc000 08:03 3396951 /opt/app/oracle/product/10.2.0/db_1/lib32/libnnz10.so
    e93ec000-ea115000 r-xp 00000000 08:03 3393845 /opt/app/oracle/product/10.2.0/db_1/lib32/libclntsh.so.10.1
    ea115000-ea176000 rwxp 00d29000 08:03 3393845 /opt/app/oracle/product/10.2.0/db_1/lib32/libclntsh.so.10.1
    ea18a000-ea19f000 r-xp 00000000 08:03 3396950 /opt/app/oracle/product/10.2.0/db_1/lib32/libnjni10.so
    ea19f000-ea1a3000 rwxp 00014000 08:03 3396950 /opt/app/oracle/product/10.2.0/db_1/lib32/libnjni10.so
    ea1a3000-ea2cb000 r-xs 00000000 08:03 3398159 /opt/app/oracle/product/10.2.0/db_1/lib/xmlparserv2.jar
    ea2cb000-ea3a6000 r-xp 00000000 08:03 2743489 /usr/X11R6/lib/libX11.so.6.2
    ea3a6000-ea3aa000 rwxp 000db000 08:03 2743489 /usr/X11R6/lib/libX11.so.6.2
    ea3aa000-ea3ae000 r-xp 00000000 08:03 2747234 /usr/X11R6/lib/libXtst.so.6.1
    ea3ae000-ea3af000 rwxp 00003000 08:03 2747234 /usr/X11R6/lib/libXtst.so.6.1
    ea3af000-ea3b6000 r-xp 00000000 08:03 2746794 /usr/X11R6/lib/libXp.so.6.2
    ea3b6000-ea3b7000 rwxp 00006000 08:03 2746794 /usr/X11R6/lib/libXp.so.6.2
    ea3c5000-ea3d2000 r-xp 00000000 08:03 3397034 /opt/app/oracle/product/10.2.0/db_1/lib32/libldapjclnt10.so
    ea3d2000-ea3d4000 rwxp 0000c000 08:03 3397034 /opt/app/oracle/product/10.2.0/db_1/lib32/libldapjclnt10.so
    ea3d4000-ea427000 r-xp 00000000 08:03 3402824 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/libmlib_image.so
    ea427000-ea428000 rwxp 00052000 08:03 3402824 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/libmlib_image.so
    ea428000-ea6f9000 r-xp 00000000 08:03 3402807 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/libawt.so
    ea6f9000-ea70f000 rwxp 002d0000 08:03 3402807 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/libawt.so
    ea734000-eaad1000 r-xs 00000000 08:03 3400824 /opt/app/oracle/product/10.2.0/db_1/oui/jlib/OraInstaller.jar
    eaad1000-eab16000 r-xs 00000000 08:03 3395440 /opt/app/oracle/product/10.2.0/db_1/ldap/oidadmin/dasnls.jar
    eab16000-eab22000 r-xs 00000000 08:03 3395716 /opt/app/oracle/product/10.2.0/db_1/jlib/jssl-1_1.jar
    eab22000-eabba000 r-xs 00000000 08:03 3396625 /opt/app/oracle/product/10.2.0/db_1/jlib/ldapjclnt10.jar
    eabba000-eac81000 r-xs 00000000 08:03 3395557 /opt/app/oracle/product/10.2.0/db_1/jlib/srvm.jar
    eac81000-eac8f000 r-xs 00000000 08:03 3395559 /opt/app/oracle/product/10.2.0/db_1/jlib/srvmhas.jar
    eac8f000-eac9d000 r-xs 00000000 08:03 3398543 /opt/app/oracle/product/10.2.0/db_1/jlib/share.jar
    eac9d000-ead52000 r-xs 00000000 08:03 3398463 /opt/app/oracle/product/10.2.0/db_1/jlib/oracle_ice.jar
    ead52000-eaef9000 r-xs 00000000 08:03 3398461 /opt/app/oracle/product/10.2.0/db_1/jlib/jewt4.jar
    eaef9000-eaf5e000 r-xs 00000000 08:03 3398144 /opt/app/oracle/product/10.2.0/db_1/jlib/help4.jar
    eaf5e000-eaf90000 r-xs 00000000 08:03 3395277 /opt/app/oracle/product/10.2.0/db_1/network/jlib/netca.jar
    eaf90000-eafb6000 r-xs 00000000 08:03 3395278 /opt/app/oracle/product/10.2.0/db_1/network/jlib/netcam.jar
    eafb6000-eafff000 r-xs 00000000 08:03 3398533 /opt/app/oracle/product/10.2.0/db_1/jlib/netcfg.jar
    eafff000-eb00d000 r-xs 00000000 08:03 3395350 /opt/app/oracle/product/10.2.0/db_1/jlib/ewtcompat-3_3_15.jar
    eb00d000-eb292000 r-xs 00000000 08:03 3398465 /opt/app/oracle/product/10.2.0/db_1/jlib/ewt3.jar
    eb292000-eb2d7000 r-xs 00000000 08:03 3402978 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/ext/mail.jar
    eb2d7000-eb2e5000 r-xs 00000000 08:03 3402981 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/ext/activation.jar
    eb2e5000-eb2e8000 r-xs 00000000 08:03 3402980 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/ext/smtp.jar
    eb2e8000-eb2f5000 r-xs 00000000 08:03 3402796 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/ext/ldapsec.jar
    eb2f5000-eb3b1000 r-xs 00000000 08:03 3402797 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/ext/localedata.jar
    eb3b1000-eb3cd000 r-xs 00000000 08:03 3402798 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/ext/sunjce_provider.jar
    eb3cd000-eb3d0000 r-xs 00000000 08:03 3402977 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/ext/jta.jar
    eb3d0000-eb3f6000 r-xs 00000000 08:03 3402979 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/ext/mailapi.jar
    eb3f6000-eb3f9000 r-xs 00000000 08:03 3402795 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/ext/dnsns.jar
    eb5fd000-eb7fd000 r-xp 00000000 08:03 2739444 /usr/lib/locale/locale-archive
    f5aa8000-f6048000 r-xs 00000000 08:03 3402343 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/charsets.jar
    f6048000-f6059000 r-xs 00000000 08:03 3402381 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/jce.jar
    f6059000-f6136000 r-xs 00000000 08:03 3402382 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/jsse.jar
    f6136000-f614c000 r-xs 00000000 08:03 3402390 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/sunrsasign.jar
    f6196000-f7b41000 r-xs 00000000 08:03 3402389 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/rt.jar
    f7b41000-f7b55000 r-xp 00000000 08:03 3402830 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/libzip.so
    f7b55000-f7b58000 rwxp 00013000 08:03 3402830 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/libzip.so
    f7b58000-f7b78000 r-xp 00000000 08:03 3402815 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/libjava.so
    f7b78000-f7b7a000 rwxp 0001f000 08:03 3402815 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/libjava.so
    f7b7a000-f7b83000 r-xp 00000000 08:03 65585 /lib/libnss_files-2.3.4.so
    f7b83000-f7b84000 r-xp 00008000 08:03 65585 /lib/libnss_files-2.3.4.so
    f7b84000-f7b85000 rwxp 00009000 08:03 65585 /lib/libnss_files-2.3.4.so
    f7b8c000-f7b9c000 r-xp 00000000 08:03 3402829 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/libverify.so
    f7b9c000-f7b9e000 rwxp 0000f000 08:03 3402829 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/libverify.so
    f7b9e000-f7ba2000 rwxs 00000000 08:03 2441590 /tmp/hsperfdata_oracle/16276
    f7ba2000-f7baa000 r-xp 00000000 08:03 3402837 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/native_threads/libhpi.so
    f7baa000-f7bab000 rwxp 00007000 08:03 3402837 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/native_threads/libhpi.so
    f7bab000-f7fb1000 r-xp 00000000 08:03 3402836 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/client/libjvm.so
    f7fb1000-f7fcc000 rwxp 00405000 08:03 3402836 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/client/libjvm.so
    Heap at VM Abort:
    Heap
    def new generation total 576K, used 367K [0xeba00000, 0xebaa0000, 0xebee0000)
    eden space 512K, 65% used [0xeba00000, 0xeba53a60, 0xeba80000)
    from space 64K, 51% used [0xeba90000, 0xeba984e0, 0xebaa0000)
    to space 64K, 0% used [0xeba80000, 0xeba80000, 0xeba90000)
    tenured generation total 1408K, used 551K [0xebee0000, 0xec040000, 0xefa00000)
    the space 1408K, 39% used [0xebee0000, 0xebf69f10, 0xebf6a000, 0xec040000)
    compacting perm gen total 4096K, used 3566K [0xefa00000, 0xefe00000, 0xf3a00000)
    the space 4096K, 87% used [0xefa00000, 0xefd7b958, 0xefd7ba00, 0xefe00000)
    Local Time = Mon Sep 28 16:54:01 2009
    Elapsed Time = 1
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_08-b03 mixed mode)
    # An error report file has been saved as hs_err_pid16276.log.
    # Please refer to the file for further information.
    Configuration assistant "Oracle Net Configuration Assistant" failed
    The "/opt/app/oracle/product/10.2.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.-----------------------------------------------------------------------------

    Looking at the stack trace
    Current Java thread:
    at oracle.net.common.NetGetEnv.getDNSDomain(Native Method)
    at oracle.net.ca.ConfigureProfile.setDefaultProfileParams(Unknown Source)
    at oracle.net.ca.InitialSetup.setupConfigObjects(Unknown Source)
    at oracle.net.ca.InitialSetup.<init>(Unknown Source)
    at oracle.net.ca.NetCA.main(Unknown Source)it might be your host or domain name settings are incorrect. Could you check this?
    Ronny Egner

  • 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(see details...) 11g on Fedora 7

    I am a newbie in a Linux and Oracle ,so
    can somebody help me to solve this problem, i've done everything from
    this site : http://www.oracle-base.com/articles/11g/OracleDB11gR1InstallationOnFedora7.php
    and i've got this error :
    Output generated from configuration assistant "Oracle Net Configuration Assistant":
    Command = /home/oracle/app/oracle/product/11.1.0/db_1/bin/netca /orahome /home/oracle/app/oracle/product/11.1.0/db_1 /orahnam OraDb11g_home1 /instype typical /inscomp client,oraclenet,javavm,server,ano /insprtcl tcp /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile /home/oracle/app/oracle/product/11.1.0/db_1/network/install/netca_typ.rsp
    Parsing command line arguments:
    Parameter "orahome" = /home/oracle/app/oracle/product/11.1.0/db_1
    Parameter "orahnam" = OraDb11g_home1
    Parameter "instype" = typical
    Parameter "inscomp" = client,oraclenet,javavm,server,ano
    Parameter "insprtcl" = tcp
    Parameter "cfg" = local
    Parameter "authadp" = NO_VALUE
    Parameter "nodeinfo" = NO_VALUE
    Parameter "responsefile" = /home/oracle/app/oracle/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:
    # SIGSEGV (0xb) at pc=0x00b6fdd3, pid=7312, tid=3086751952
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)
    # Problematic frame:
    # C [libc.so.6+0x6ddd3] index+0x63
    Configuration assistant "Oracle Net Configuration Assistant" failed
    The "/home/oracle/app/oracle/product/11.1.0/db_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------
    thx

    Let's assume your software installation was successful. Even if no database was created at this time. Check the Oracle Universal Installer inventory to verify this. At this time you should verify your connectivity, as previously suggested, verify the hosts file properly describes the hostname.domainname and the simple hostname. Verify the security is disabled, according to the install guide you have referred to.
    Then check the environment variables PATH, ORACLE_HOME, ORACLE_SID, LD_LIBRARY_PATH are properly set and issue the commands:
    1) netmgr, this will be used to configure the listener and the tnsnames.ora file, you could use the netca if you want, this is a subset of netmgr.
    2) dbca, this will assist you in creating the database. there you will find an option to setup enterprise manager, ensure you have it selected so the EM repository is created.
    3) You won't find isqlplus on 11g, but the regular sqlplus CLI is available
    ~ Madrid

  • Grid 11GR2:: [INS-20802] Oracle Net Configuration Assistant Failed

    Hi Oracle DBA's.
    I am trying to configure GRID comprising of 2 Nodes and the installation works without error all the way through to the end of the installer when it
    errors out @ the *Oracle Net Configuration Assistant. I've built this before without hassle and cannot figure out what's causing the error, this time round.
    2 Nodes (Redhat 5.4 64 Bit)
    Linux jabal.example.com 2.6.18-128.el5 #1 SMP Wed Dec 17 11:41:38 EST 2008 x86_64 x86_64 x86_64 GNU/Linux
    jabal.example.com & jebel.example.com are the nodes.
    Both the servers are clean installs and updated with all the required dependencies satisfied.
    Iptables & SElinux are disabled on both nodes.
    I've read a few posts on the net pointing the problem to a miconfigured /etc/hosts file, i've included mine here below for some comment?
    127.0.0.1          localhost.localdomain localhost
    172.18.16.150     jabal.example.com jabal
    172.18.16.151 jebel.example.com jebel
    172.18.16.190     jabal-vip.example.com jabal-vip
    172.18.16.191 jebel-vip.example.com jebel-vip
    This is the log from the installer:
    INFO: Updating Transient Parameters for oracle.assistants.netca.client
    INFO: Updating Transient Parameters for OuiConfigVariables
    INFO: Updating Transient Parameters for oracle.assistants.asm
    INFO: Setting value to transient variable S_ASMMONITORPASSWORD
    INFO: Setting value to transient variable S_ASMPASSWORD
    INFO: Setting value to transient variable s_asmcaArgs
    INFO: Setting value to transient variable s_ASMPasswordFlag
    INFO: Setting value to transient variable s_ASMMonitorPasswordFlag
    INFO: Successfully updated Transient Parameters in the Aggregates
    INFO: Configuration log directory - /u01/11.2.0/grid/cfgtoollogs
    INFO:
    The Runconfig command constructed is /u01/11.2.0/grid/oui/bin/runConfig.sh ORACLE_HOME=/u01/11.2.0/grid MODE=perform ACTION=configure RERUN=true $*
    INFO: Created a new file /u01/11.2.0/grid/cfgtoollogs/configToolAllCommands
    INFO: Since the option is to overwrite the existing /u01/11.2.0/grid/cfgtoollogs/configToolAllCommands file, backing it up
    INFO: The backed up file name is /u01/11.2.0/grid/cfgtoollogs/configToolAllCommands.bak
    INFO: Entering ConfigClient.executeToolsInAggregate method
    INFO: ConfigClient.executeToolsInAggregate oAggregate=oracle.crs:oracle.crs:11.2.0.1.0:common
    INFO: Entering ConfigClient.assignAction method
    INFO: ConfigClient.assignAction actionref=[Loracle.sysman.emCfg.common.IActionReference;@63e35108
    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" = /u01/11.2.0/grid
    INFO: Parameter "orahnam" = Ora11g_gridinfrahome1
    INFO: Parameter "instype" = typical
    INFO: Parameter "inscomp" = client,oraclenet,javavm,server
    INFO: Parameter "insprtcl" = tcp
    INFO: Parameter "cfg" = local
    INFO: Parameter "authadp" = NO_VALUE
    INFO: Parameter "responsefile" = /u01/11.2.0/grid/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: Profile configuration complete.
    INFO: Problem in configuration: PRCN-2061 : Failed to add listener ora.LISTENER.lsnr
    INFO: PRCN-2065 : Port(s) 1521 are not available on the nodes given
    INFO: PRCN-2035 : Port 1521 is not available on node(s) or virtual host(s): jabal-vip,jebel-vip
    INFO: Oracle Net Listener Startup:
    INFO: Listener does not exists.
    INFO: Check the trace file for details: /u01/app/oracle/cfgtoollogs/netca/trace_Ora11g_gridinfrahome1-10072412PM4248.log
    INFO: Oracle Net Services configuration failed. The exit code is 1
    INFO:
    WARNING:
    INFO: Completed Plugin named: Oracle Net Configuration Assistant
    And this is the log the above log refers to:
    /u01/app/oracle/cfgtoollogs/netca/trace_Ora11g_gridinfrahome1-10072412PM4248.log
    [root@jabal /]# tail -50 /u01/app/oracle/cfgtoollogs/netca/trace_Ora11g_gridinfrahome1-10072412PM4248.log
    [main] [ 2010-07-24 12:42:53.568 SAST ] [CRSNative.getStat:1155] looking for following attributes:
    [main] [ 2010-07-24 12:42:53.569 SAST ] [CRSNative.getStat:1157]           'USR_ORA_VIP'
    [main] [ 2010-07-24 12:42:53.590 SAST ] [CRSNative.getStat:1170] crs found 1 attributes
    [main] [ 2010-07-24 12:42:53.591 SAST ] [CRSNative.getStat:1180]      Name: 'USR_ORA_VIP'; Value: 'jebel-vip'
    [main] [ 2010-07-24 12:42:53.592 SAST ] [CRSNative.getStatus:763] Looking for status: resource ora.jabal.vip
    [main] [ 2010-07-24 12:42:53.615 SAST ] [CRSNativeResult.addRIAttr:139] addRIAttr: name 'ora.jabal.vip 1 1', 'STATE':'INTERMEDIATE'
    [main] [ 2010-07-24 12:42:53.616 SAST ] [CRSNativeResult.addRIAttr:139] addRIAttr: name 'ora.jabal.vip 1 1', 'TARGET':'ONLINE'
    [main] [ 2010-07-24 12:42:53.617 SAST ] [CRSNative.searchEntities:857] found 1 ntities
    [main] [ 2010-07-24 12:42:53.618 SAST ] [CRSNative.getRIStatus:1374]      RI: 'ora.jabal.vip 1 1', state: 'INTERMEDIATE', target: 'ONLINE'
    [main] [ 2010-07-24 12:42:53.620 SAST ] [CRSNative.getStatus:789] Resource: ora.jabal.vip, status: INTERMEDIATE_ONLINE
    [main] [ 2010-07-24 12:42:53.621 SAST ] [CRSNative.getStat:1153] About to call crs stat: name: ora.jabal.vip, type: 1, node: null
    [main] [ 2010-07-24 12:42:53.622 SAST ] [CRSNative.getStat:1155] looking for following attributes:
    [main] [ 2010-07-24 12:42:53.622 SAST ] [CRSNative.getStat:1157]           'USR_ORA_VIP'
    [main] [ 2010-07-24 12:42:53.647 SAST ] [CRSNative.getStat:1170] crs found 1 attributes
    [main] [ 2010-07-24 12:42:53.647 SAST ] [CRSNative.getStat:1180]      Name: 'USR_ORA_VIP'; Value: 'jabal-vip'
    [main] [ 2010-07-24 12:42:53.648 SAST ] [VIPImpl.address:442] vipName=jabal-vip
    [main] [ 2010-07-24 12:42:53.649 SAST ] [CRSNative.getStatus:763] Looking for status: resource ora.jebel.vip
    [main] [ 2010-07-24 12:42:53.672 SAST ] [CRSNativeResult.addRIAttr:139] addRIAttr: name 'ora.jebel.vip 1 1', 'STATE':'INTERMEDIATE'
    [main] [ 2010-07-24 12:42:53.673 SAST ] [CRSNativeResult.addRIAttr:139] addRIAttr: name 'ora.jebel.vip 1 1', 'TARGET':'ONLINE'
    [main] [ 2010-07-24 12:42:53.674 SAST ] [CRSNative.searchEntities:857] found 1 ntities
    [main] [ 2010-07-24 12:42:53.675 SAST ] [CRSNative.getRIStatus:1374]      RI: 'ora.jebel.vip 1 1', state: 'INTERMEDIATE', target: 'ONLINE'
    [main] [ 2010-07-24 12:42:53.675 SAST ] [CRSNative.getStatus:789] Resource: ora.jebel.vip, status: INTERMEDIATE_ONLINE
    [main] [ 2010-07-24 12:42:53.676 SAST ] [CRSNative.getStat:1153] About to call crs stat: name: ora.jebel.vip, type: 1, node: null
    [main] [ 2010-07-24 12:42:53.677 SAST ] [CRSNative.getStat:1155] looking for following attributes:
    [main] [ 2010-07-24 12:42:53.677 SAST ] [CRSNative.getStat:1157]           'USR_ORA_VIP'
    [main] [ 2010-07-24 12:42:53.704 SAST ] [CRSNative.getStat:1170] crs found 1 attributes
    [main] [ 2010-07-24 12:42:53.705 SAST ] [CRSNative.getStat:1180]      Name: 'USR_ORA_VIP'; Value: 'jebel-vip'
    [main] [ 2010-07-24 12:42:53.705 SAST ] [VIPImpl.address:442] vipName=jebel-vip
    [main] [ 2010-07-24 12:42:53.707 SAST ] [PortAvailableCommand.execute:136] Check port on node(s): jabal-vip jebel-vip
    [main] [ 2010-07-24 12:42:53.709 SAST ] [PortAvailableCommand.execute:149] Port 1521 is not available on node jabal-vip
    [main] [ 2010-07-24 12:42:53.710 SAST ] [PortAvailableCommand.execute:149] Port 1521 is not available on node jebel-vip
    [main] [ 2010-07-24 12:42:53.719 SAST ] [NodeAppsFactoryImpl.checkPortHelper:1525] port=1521 availability status=false across nodeList=jabal-vip,jebel-vip
    [main] [ 2010-07-24 12:42:53.722 SAST ] [ConfigureListenerOPS.saveListener:1318] retry = false
    [main] [ 2010-07-24 12:42:53.723 SAST ] [ConfigureListenerOPS.startOrStopListener:1622] Starting listener LISTENER...
    [main] [ 2010-07-24 12:42:53.751 SAST ] [CRSNativeResult.addComp:162] add comp: name ora.LISTENER.lsnr, rc 210, msg CRS-0210: Could not find resource 'ora.LISTENER.lsnr'.
    [main] [ 2010-07-24 12:42:53.752 SAST ] [CRSNative.isEntityRegistered:672] entity: ora.LISTENER.lsnr, type: 1, registered: false
    [main] [ 2010-07-24 12:42:53.753 SAST ] [ConfigureListenerOPS.startOrStopListener:1644] PRCR-1001 : Resource ora.LISTENER.lsnr does not exist
    PRCR-1001 : Resource ora.LISTENER.lsnr does not exist
         at oracle.cluster.impl.common.SoftwareModuleImpl.crsResource(SoftwareModuleImpl.java:778)
         at oracle.cluster.impl.nodeapps.ListenerImpl.crsResource(ListenerImpl.java:1201)
         at oracle.cluster.impl.nodeapps.NodeAppsFactoryImpl.getListener(NodeAppsFactoryImpl.java:920)
         at oracle.cluster.nodeapps.NodeAppsFactory.getListener(NodeAppsFactory.java:1348)
         at oracle.sysman.assistants.util.hasi.HAListenerUtils.startListener(HAListenerUtils.java:259)
         at oracle.net.ca.ConfigureListener.startListener(ConfigureListener.java:1515)
         at oracle.net.ca.ConfigureListenerOPS.startOrStopListener(ConfigureListenerOPS.java:1630)
         at oracle.net.ca.ConfigureListener.typicalConfigure(ConfigureListener.java:256)
         at oracle.net.ca.ConfigureListenerOPS.typicalConfigure(ConfigureListenerOPS.java:289)
         at oracle.net.ca.SilentConfigure.performSilentConfigure(SilentConfigure.java:185)
         at oracle.net.ca.InitialSetup.<init>(NetCA.java:4159)
         at oracle.net.ca.NetCA.main(NetCA.java:405)
    Any pointers in the right direction would be great, as i cannot pick up a lead from the logs above ?
    Regards
    Ronald

    I had a similar issue to this. It turned out the tns listener had already started on the VIP address on the first node.
    [root@rac-1 home]# netstat -nltp
    Active Internet connections (only servers)
    Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name        
    tcp        0      0 172.25.15.132:1521          0.0.0.0:*                   LISTEN      18253/tnslsnr                   
    [root@rac-1 home]# Not sure how this got started since the only program I had run was the Grid installer, however killing this process and retrying the Oracle Net Configuration Assistant step allowed me to continue.

  • Oracle Net Configuration Assistant: Cannot configure listener (TNS-04605)

    Using the Oracle Net Configuration Assistant (netca) on Windows Server 2008 to configure an 11gR2 listener, the process to add a listener appears to complete normally. However, no service is created and no listener.ora file is created.
    The shortcut provided in the Start menu runs netca without any console, so errors are hidden. The first step to finding out what's going on is to open a command console and run netca.bat from the command line. This time, I could see an error when completing the listener configuration:
    ListenerException: Could not save listener: TNS-04414: File error
    caused by: TNS-04605: Invalid syntax error: Unexpected char or LITERAL "(" before or at ( PROGRAM =
    This implies that the value entered into the listener.ora file just before the PROGRAM = entry is invalid, making the subsequent line unexpected.
    Looking at a listener.ora file on another server, the entry generated before PROGRAM = is ORACLE_HOME =.
    My ORACLE_HOME environment variable must be invalid.
    On examination, the variable was set with a backslash at the end eg. F:\Oracle\Product\11.2.0\dbhome_1\
    By removing the trailing backslash and re-running netca, the configuration tool was able to set up my listener as expected.
    I hope that making a record of this will help somebody else save time solving this problem in future.
    Chrispy

    It certainly helped me! Thank you.

  • Oracle Net Configuration Assistant Install Failure

    I'm installing 11G R2 on Fedora 12.
    The Installation got to 95% and displayed the following error
    [INS-20802] Oracle Net Configuration Assistant Failed
    Naturally it says to have a look at the InstallActions log which then says to check the trace log. The last 100 or so lines from the trace log is below, can anyone assist as to where I can start to troubleshoot this problem?
    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" = /u01/app/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" = /u01/app/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: /u01/app/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: /u01/app/oracle/cfgtoollogs/netca/trace_OraDb11g_home1-10040811AM5707.log
    INFO: Oracle Net Services configuration failed. The exit code is 1
    INFO:
    WARNING:
    INFO: Completed Plugin named: Oracle Net Configuration Assistant
    [root@fedora1 logs]# cd /u01/app/oracle/cfgtoollogs/netca
    [root@fedora1 netca]# ls
    netca_OraDb11g_home1-10040811AM5707.log trace_OraDb11g_home1-10040811AM5707.log
    [root@fedora1 netca]# cat trace_OraDb11g_home1-10040811AM5707.log
    [main] [ 2010-04-08 11:57:08.620 EST ] [NetCALogger.initTrace:203] Oracle Net Configuration Assistant: 10040811AM5707
    [main] [ 2010-04-08 11:57:08.637 EST ] [NetCALogger.initTrace:204] Oracle Home: /u01/app/oracle/product/11.2.0/dbhome_1
    [main] [ 2010-04-08 11:57:08.638 EST ] [NetCALogger.initTrace:205] Oracle Base: /u01/app/oracle
    [main] [ 2010-04-08 11:57:08.638 EST ] [NetCALogger.initTrace:206] Oracle Home Name: OraDb11g_home1
    [main] [ 2010-04-08 11:57:08.717 EST ] [InventoryUtil.getOUIInvSession:347] setting OUI READ level to ACCESSLEVEL_READ_LOCKLESS
    [main] [ 2010-04-08 11:57:08.718 EST ] [HAUtils.<init>:188] oui location /u01/app/oraInventory/ContentsXML
    [main] [ 2010-04-08 11:57:08.741 EST ] [Version.isPre:274] version to be checked 11.2.0.1.0 major version to check against10
    [main] [ 2010-04-08 11:57:08.742 EST ] [Version.isPre:285] isPre.java: Returning FALSE
    [main] [ 2010-04-08 11:57:08.759 EST ] [OCR.loadLibrary:308]
    Inside constructor of OCR
    [main] [ 2010-04-08 11:57:08.776 EST ] [OCR.loadLibrary:316] Going to load the ocr library
    [main] [ 2010-04-08 11:57:08.777 EST ] [sPlatform.isHybrid:67] osName=Linux osArch=i386 rc=false
    [main] [ 2010-04-08 11:57:08.784 EST ] [sPlatform.isHybrid:67] osName=Linux osArch=i386 rc=false
    [main] [ 2010-04-08 11:57:08.784 EST ] [Library.load:254] Loading library /u01/app/oracle/product/11.2.0/dbhome_1/lib/libsrvmocr11.so
    [main] [ 2010-04-08 11:57:08.975 EST ] [OCR.loadLibrary:318] loaded ocr libraries
    [main] [ 2010-04-08 11:57:08.975 EST ] [OCR.isCluster:939] Calling OCRNative for isCluster()
    [main] [ 2010-04-08 11:57:09.051 EST ] [OCR.isCluster:943] OCR Result status = true
    [main] [ 2010-04-08 11:57:09.052 EST ] [OCR.isCluster:955] Bolean result = false
    [main] [ 2010-04-08 11:57:09.055 EST ] [CmdlineArgs.<init>:110] Initializing variables array...
    [main] [ 2010-04-08 11:57:09.055 EST ] [CmdlineArgs.<init>:116] Initializing NetProperties...
    [main] [ 2010-04-08 11:57:09.063 EST ] [CmdlineArgs.initArgs:133] Initializing command line arguments...
    [main] [ 2010-04-08 11:57:09.063 EST ] [CmdlineArgs.parseLogParam:290] Parsing /log argument...
    [main] [ 2010-04-08 11:57:09.079 EST ] [CmdlineArgs.parseLogParam:345] Returning Log File = null
    [main] [ 2010-04-08 11:57:09.083 EST ] [CmdlineArgs.setOraArgs:236] Setting Oracle arguments...
    [main] [ 2010-04-08 11:57:09.083 EST ] [CmdlineArgs.setOraArgs:240] Passed Oracle Home = /u01/app/oracle/product/11.2.0/dbhome_1
    [main] [ 2010-04-08 11:57:09.083 EST ] [CmdlineArgs.setOraArgs:243] Read Oracle Home = /u01/app/oracle/product/11.2.0/dbhome_1
    [main] [ 2010-04-08 11:57:09.084 EST ] [CmdlineArgs.setOraArgs:246] Read Oracle Home ID =
    [main] [ 2010-04-08 11:57:09.084 EST ] [CmdlineArgs.setOraArgs:249] Read Oracle Home Name = null
    [main] [ 2010-04-08 11:57:09.084 EST ] [CmdlineArgs.compareOraHome:183] Comparing Oracle Homes ...
    [main] [ 2010-04-08 11:57:09.084 EST ] [CmdlineArgs.compareOraHome:184] Oracle Home 1 = /u01/app/oracle/product/11.2.0/dbhome_1
    [main] [ 2010-04-08 11:57:09.085 EST ] [CmdlineArgs.compareOraHome:185] Oracle Home 2 = /u01/app/oracle/product/11.2.0/dbhome_1
    [main] [ 2010-04-08 11:57:09.085 EST ] [CmdlineArgs.compareOraHome:224] Returning true
    [main] [ 2010-04-08 11:57:09.085 EST ] [InitialSetup.configureOPS:4504] Cluster mode is OFF
    [main] [ 2010-04-08 11:57:09.085 EST ] [InitialSetup.<init>:4028] TNS_ADMIN is: null
    [main] [ 2010-04-08 11:57:09.092 EST ] [OPSUtil.getHomeVersion:446] Inside getHomeVersion...
    [main] [ 2010-04-08 11:57:09.092 EST ] [OPSUtil.getHomeVersion:447] oracleHome = /u01/app/oracle/product/11.2.0/dbhome_1
    [main] [ 2010-04-08 11:57:09.092 EST ] [OPSUtil.getHomeVersion:451] oracle.sysman.assistants.util.OracleHome Object = /u01/app/oracle/product/11.2.0/dbhome_1
    [main] [ 2010-04-08 11:57:09.092 EST ] [OracleHome.getVersion:877] OracleHome.getVersion called. Current Version: null
    [main] [ 2010-04-08 11:57:09.096 EST ] [InventoryUtil.getOUIInvSession:347] setting OUI READ level to ACCESSLEVEL_READ_LOCKLESS
    [main] [ 2010-04-08 11:57:09.096 EST ] [OracleHome.getVersion:896] Homeinfo /u01/app/oracle/product/11.2.0/dbhome_1,1
    [main] [ 2010-04-08 11:57:09.449 EST ] [OracleHome.getVersion:922] OracleHome.server.getVersion Version: 11.2.0.1.0
    [main] [ 2010-04-08 11:57:09.449 EST ] [OracleHome.getVersion:943] Current Version From Inventory: 11.2.0.1.0
    [main] [ 2010-04-08 11:57:09.449 EST ] [OracleHome.getVersion:948] using sqlplus: /u01/app/oracle/product/11.2.0/dbhome_1/bin/sqlplus
    [main] [ 2010-04-08 11:57:09.450 EST ] [OPSUtil.getHomeVersion:452] returning oracleHome Version = 11.2.0.1.0
    [main] [ 2010-04-08 11:57:09.450 EST ] [OracleHome.getVersion:877] OracleHome.getVersion called. Current Version: 11.2.0.1.0
    [main] [ 2010-04-08 11:57:09.450 EST ] [OracleHome.getVersion:943] Current Version From Inventory: 11.2.0.1.0
    [main] [ 2010-04-08 11:57:09.450 EST ] [OracleHome.getVersion:948] using sqlplus: /u01/app/oracle/product/11.2.0/dbhome_1/bin/sqlplus
    [main] [ 2010-04-08 11:57:09.450 EST ] [InitialSetup.<init>:4041] Admin location is: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin
    [main] [ 2010-04-08 11:57:24.074 EST ] [ConfigureProfile.setProfileParam:136] Setting NAMES.DIRECTORY_PATH: (TNSNAMES, EZCONNECT)
    [main] [ 2010-04-08 11:57:24.100 EST ] [ConfigureProfile.setProfileParam:136] Setting ADR_BASE: /u01/app/oracle
    [main] [ 2010-04-08 11:57:24.107 EST ] [HAUtils.getHASHome:583] Oracle home from system properties: /u01/app/oracle/product/11.2.0/dbhome_1
    [main] [ 2010-04-08 11:57:24.108 EST ] [HAUtils.getCRSHome:540] Getting configured CRS/HAS home for Oracle home ( /u01/app/oracle/product/11.2.0/dbhome_1 ) ...
    [main] [ 2010-04-08 11:57:24.109 EST ] [GETCRSHOMEUtil.<init>:76] Toolname: getcrshome --- Tool location: /u01/app/oracle/product/11.2.0/dbhome_1/srvm/adminTool dependencies: [Ljava.lang.String;@472d48
    [main] [ 2010-04-08 11:57:24.110 EST ] [NativeSystem.isCmdScv:471] isCmdScv: cmd=[]
    [main] [ 2010-04-08 11:57:24.111 EST ] [RuntimeExec.runCommand:75] Calling Runtime.exec() with the command
    [main] [ 2010-04-08 11:57:24.111 EST ] [RuntimeExec.runCommand:77] /bin/sh
    [main] [ 2010-04-08 11:57:24.111 EST ] [RuntimeExec.runCommand:77] -c
    [main] [ 2010-04-08 11:57:24.113 EST ] [RuntimeExec.runCommand:77] /u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/getcrshome
    [Thread-2] [ 2010-04-08 11:57:24.126 EST ] [StreamReader.run:61] In StreamReader.run
    [main] [ 2010-04-08 11:57:24.126 EST ] [RuntimeExec.runCommand:142] runCommand: Waiting for the process
    [Thread-1] [ 2010-04-08 11:57:24.130 EST ] [StreamReader.run:61] In StreamReader.run
    [Thread-2] [ 2010-04-08 11:57:24.253 EST ] [StreamReader.run:65] ERROR>/u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/getcrshome: error while loading shared libraries: libocrb11.so: cannot enable executable stack as shared object requires: Permission denied
    [main] [ 2010-04-08 11:57:24.253 EST ] [RuntimeExec.runCommand:144] runCommand: process returns 127
    [main] [ 2010-04-08 11:57:24.254 EST ] [RuntimeExec.runCommand:161] RunTimeExec: output>
    [main] [ 2010-04-08 11:57:24.254 EST ] [RuntimeExec.runCommand:170] RunTimeExec: error>
    [main] [ 2010-04-08 11:57:24.254 EST ] [RuntimeExec.runCommand:173] /u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/getcrshome: error while loading shared libraries: libocrb11.so: cannot enable executable stack as shared object requires: Permission denied
    [main] [ 2010-04-08 11:57:24.254 EST ] [RuntimeExec.runCommand:192] Returning from RunTimeExec.runCommand
    [main] [ 2010-04-08 11:57:24.281 EST ] [CmdToolUtil.doexecute:372] nativeSystem.runRemoteExecCmd failed. Command = /u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/getcrshome arguments = [] env = null
    [main] [ 2010-04-08 11:57:24.345 EST ] [HAUtils.isHASConfigured:349] Ignoring exception in isHASConfigured: PRCT-1011 : Failed to run "getcrshome"
    [main] [ 2010-04-08 11:57:24.345 EST ] [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.InitialSetup.checkHAConfiguration(NetCA.java:4653)
    oracle.net.ca.InitialSetup.<init>(NetCA.java:4075)
    oracle.net.ca.NetCA.main(NetCA.java:405)
    [main] [ 2010-04-08 11:57:24.346 EST ] [InitialSetup.checkHAConfiguration:4691] HA Server is NOT configured.
    [main] [ 2010-04-08 11:57:24.348 EST ] [NetCAResponseFile.<init>:68] Response file initialized: /u01/app/oracle/product/11.2.0/dbhome_1/network/install/netca_typ.rsp
    [main] [ 2010-04-08 11:57:24.350 EST ] [NetCAResponseFile.getInstalledComponents:107] Installed components from response file: server, net8, javavm
    [main] [ 2010-04-08 11:57:24.350 EST ] [NetCAResponseFile.getVirtualHost:164] Virtual Host from response file: null
    [main] [ 2010-04-08 11:57:24.350 EST ] [SilentConfigure.performSilentConfigure:174] Typical profile configuration.
    [main] [ 2010-04-08 11:57:24.351 EST ] [ConfigureProfile.setProfileParam:136] Setting NAMES.DIRECTORY_PATH: (TNSNAMES, EZCONNECT)
    [main] [ 2010-04-08 11:57:24.351 EST ] [ConfigureProfile.setProfileParam:136] Setting ADR_BASE: /u01/app/oracle
    [main] [ 2010-04-08 11:57:24.353 EST ] [SilentConfigure.performSilentConfigure:182] Typical listener configuration.
    [main] [ 2010-04-08 11:57:24.423 EST ] [ConfigureListener.isHASConfigured:1425] Calling SRVM api to check if Oracle Restart is configured ...
    [main] [ 2010-04-08 11:57:24.423 EST ] [HAUtils.getHASHome:583] Oracle home from system properties: /u01/app/oracle/product/11.2.0/dbhome_1
    [main] [ 2010-04-08 11:57:24.424 EST ] [HAUtils.getCRSHome:540] Getting configured CRS/HAS home for Oracle home ( /u01/app/oracle/product/11.2.0/dbhome_1 ) ...
    [main] [ 2010-04-08 11:57:24.424 EST ] [GETCRSHOMEUtil.<init>:76] Toolname: getcrshome --- Tool location: /u01/app/oracle/product/11.2.0/dbhome_1/srvm/adminTool dependencies: [Ljava.lang.String;@472d48
    [main] [ 2010-04-08 11:57:24.424 EST ] [NativeSystem.isCmdScv:471] isCmdScv: cmd=[]
    [main] [ 2010-04-08 11:57:24.424 EST ] [RuntimeExec.runCommand:75] Calling Runtime.exec() with the command
    [main] [ 2010-04-08 11:57:24.425 EST ] [RuntimeExec.runCommand:77] /bin/sh
    [main] [ 2010-04-08 11:57:24.426 EST ] [RuntimeExec.runCommand:77] -c
    [main] [ 2010-04-08 11:57:24.426 EST ] [RuntimeExec.runCommand:77] /u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/getcrshome
    [Thread-4] [ 2010-04-08 11:57:24.439 EST ] [StreamReader.run:61] In StreamReader.run
    [Thread-4] [ 2010-04-08 11:57:24.439 EST ] [StreamReader.run:65] ERROR>/u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/getcrshome: error while loading shared libraries: libocrb11.so: cannot enable executable stack as shared object requires: Permission denied
    [main] [ 2010-04-08 11:57:24.440 EST ] [RuntimeExec.runCommand:142] runCommand: Waiting for the process
    [main] [ 2010-04-08 11:57:24.440 EST ] [RuntimeExec.runCommand:144] runCommand: process returns 127
    [Thread-3] [ 2010-04-08 11:57:24.440 EST ] [StreamReader.run:61] In StreamReader.run
    [main] [ 2010-04-08 11:57:24.441 EST ] [RuntimeExec.runCommand:161] RunTimeExec: output>
    [main] [ 2010-04-08 11:57:24.441 EST ] [RuntimeExec.runCommand:170] RunTimeExec: error>
    [main] [ 2010-04-08 11:57:24.441 EST ] [RuntimeExec.runCommand:173] /u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/getcrshome: error while loading shared libraries: libocrb11.so: cannot enable executable stack as shared object requires: Permission denied
    [main] [ 2010-04-08 11:57:24.443 EST ] [RuntimeExec.runCommand:192] Returning from RunTimeExec.runCommand
    [main] [ 2010-04-08 11:57:24.443 EST ] [CmdToolUtil.doexecute:372] nativeSystem.runRemoteExecCmd failed. Command = /u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/getcrshome arguments = [] env = null
    [main] [ 2010-04-08 11:57:24.444 EST ] [HAUtils.isHASConfigured:349] Ignoring exception in isHASConfigured: PRCT-1011 : Failed to run "getcrshome"
    [main] [ 2010-04-08 11:57:24.444 EST ] [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] [ 2010-04-08 11:57:24.444 EST ] [ConfigureListener.isHASConfigured:1436] Is Oracle Restart configured: false
    [main] [ 2010-04-08 11:57:24.445 EST ] [ConfigureListener.isHASRunning:1465] Is Oracle Restart running: false
    [main] [ 2010-04-08 11:57:24.445 EST ] [ConfigureListener.typicalConfigure:201] Checking for free port in range: 1521-1540
    [main] [ 2010-04-08 11:57:24.445 EST ] [ConfigureListener.isPortFree:1010] Checking if port 1521 is free on local machine...
    [main] [ 2010-04-08 11:57:24.446 EST ] [ConfigureListener.isPortFree:1023] InetAddress.getByName(127.0.0.1): /127.0.0.1
    [main] [ 2010-04-08 11:57:24.446 EST ] [ConfigureListener.isPortFree:1025] Local host IP address: fedora1/127.0.0.1
    [main] [ 2010-04-08 11:57:24.446 EST ] [ConfigureListener.isPortFree:1027] Local host name: fedora1
    [main] [ 2010-04-08 11:57:24.447 EST ] [ConfigureListener.isPortFree:1039] Creating ServerSocket on Port:1521, IP Address: fedora1/127.0.0.1
    [main] [ 2010-04-08 11:57:24.467 EST ] [ConfigureListener.isPortFree:1042] Created ServerSocket successfully.
    [main] [ 2010-04-08 11:57:24.468 EST ] [ConfigureListener.isPortFree:1039] Creating ServerSocket on Port:1521, IP Address: fedora1/0:0:0:0:0:0:0:1
    [main] [ 2010-04-08 11:57:24.468 EST ] [ConfigureListener.isPortFree:1042] Created ServerSocket successfully.
    [main] [ 2010-04-08 11:57:24.468 EST ] [ConfigureListener.isPortFree:1055] Creating ServerSocket on Port:1521, Local IP Address: /127.0.0.1
    [main] [ 2010-04-08 11:57:24.469 EST ] [ConfigureListener.isPortFree:1059] Created ServerSocket successfully.
    [main] [ 2010-04-08 11:57:24.469 EST ] [ConfigureListener.isPortFree:1065] Creating ServerSocket on Port:1521
    [main] [ 2010-04-08 11:57:24.469 EST ] [ConfigureListener.isPortFree:1068] Created ServerSocket successfully.
    [main] [ 2010-04-08 11:57:24.469 EST ] [ConfigureListener.isPortFree:1088] Returning is Port 1521 free: true
    [main] [ 2010-04-08 11:57:24.470 EST ] [ConfigureListener.typicalConfigure:208] Using port: 1521
    [main] [ 2010-04-08 11:57:24.500 EST ] [ConfigureListener.setListenerParam:1779] Setting ADR_BASE_LISTENER: /u01/app/oracle
    [main] [ 2010-04-08 11:57:24.502 EST ] [ConfigureListener.isPortFree:1010] Checking if port 1521 is free on local machine...
    [main] [ 2010-04-08 11:57:24.502 EST ] [ConfigureListener.isPortFree:1023] InetAddress.getByName(127.0.0.1): /127.0.0.1
    [main] [ 2010-04-08 11:57:24.503 EST ] [ConfigureListener.isPortFree:1025] Local host IP address: fedora1/127.0.0.1
    [main] [ 2010-04-08 11:57:24.503 EST ] [ConfigureListener.isPortFree:1027] Local host name: fedora1
    [main] [ 2010-04-08 11:57:24.503 EST ] [ConfigureListener.isPortFree:1039] Creating ServerSocket on Port:1521, IP Address: fedora1/127.0.0.1
    [main] [ 2010-04-08 11:57:24.504 EST ] [ConfigureListener.isPortFree:1042] Created ServerSocket successfully.
    [main] [ 2010-04-08 11:57:24.504 EST ] [ConfigureListener.isPortFree:1039] Creating ServerSocket on Port:1521, IP Address: fedora1/0:0:0:0:0:0:0:1
    [main] [ 2010-04-08 11:57:24.504 EST ] [ConfigureListener.isPortFree:1042] Created ServerSocket successfully.
    [main] [ 2010-04-08 11:57:24.505 EST ] [ConfigureListener.isPortFree:1055] Creating ServerSocket on Port:1521, Local IP Address: /127.0.0.1
    [main] [ 2010-04-08 11:57:24.505 EST ] [ConfigureListener.isPortFree:1059] Created ServerSocket successfully.
    [main] [ 2010-04-08 11:57:24.505 EST ] [ConfigureListener.isPortFree:1065] Creating ServerSocket on Port:1521
    [main] [ 2010-04-08 11:57:24.505 EST ] [ConfigureListener.isPortFree:1068] Created ServerSocket successfully.
    [main] [ 2010-04-08 11:57:24.505 EST ] [ConfigureListener.isPortFree:1088] Returning is Port 1521 free: true
    [root@fedora1 netca]#

    DeOracle wrote:
    What Linux versions are supported by Oracle?Oracle did a very very strange thing. They put that kind of information into something called 'Documentation', and generally made that available at http://docs.oracle.com (or searchable at http://tahiti.oracle.com)
    In fact, they put that specific information into a document called "Oracle® Database Installation Guide" into a chapter with the unnatural title of "Oracle Database Preinstallation Requirements" at a section called "Operating System Requirements" which you can find at http://download.oracle.com/docs/cd/E11882_01/install.112/e10840/pre_install.htm#CHDFFBIF
    >
    Where do I obtain OEL?That's a tough one. I'll give you some alternatives:
    - http://linux.oracle.com which provides a 'Download' link.
    - http://download.oracle.com and search for Linux which provides a link.
    - http://edelivery.oracle.com (the official supported download location for ALL Oracle s/w) and follow the 'Linux' link
    - http://oss.oracle.com (especially to find Yum and other related things)
    Out of desperation: http://en.wikipedia.org/wiki/Oracle_Enterprise_Linux
    And as a last resort, http://lmgtfy.com/?q=oracle+enterprise+linux
    Hope that helps

  • Configuration assistant "Oracle Net Configuration Assistant" failed

    I was installing Oracle 10g Enterprise and received the following failure notificaiton. How can I resolve this?
    Output generated from configuration assistant "Oracle Net Configuration Assistant":
    Command = C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jdk\jre\bin/java.exe -Dsun.java2d.noddraw=true -Duser.dir=C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\bin -classpath ";C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jdk\jre\lib\rt.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jlib\ldapjclnt10.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jlib\ewt3.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jlib\ewtcompat-3_3_15.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\network\jlib\NetCA.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\network\jlib\netcam.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jlib\netcfg.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jlib\help4.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jlib\jewt4.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jlib\oracle_ice.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jlib\share.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jlib\swingall-1_1_1.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jdk\jre\lib\i18n.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jlib\srvmhas.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jlib\srvm.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\oui\jlib\OraInstaller.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\lib\xmlparserv2.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\network\tools" oracle.net.ca.NetCA /orahome C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2 /orahnam OraDb10g_home1 /instype typical /inscomp client,oraclenet,javavm,server,ano /insprtcl tcp,nmp /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\network\install\netca_typ.rsp
    Error occurred during initialization of VM
    java/lang/NoClassDefFoundError: java/lang/Object
    Configuration assistant "Oracle Net Configuration Assistant" failed
    The "C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\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.-----------------------------------------------------------------------------
    Edited by: BenS on May 20, 2009 6:05 PM
    The following information was found in the installActions...log file.
    INFO: cf session hashcode: 13785219
    INFO: cf session saved with key: OraDb10g_home1 oracle.server
    INFO: cf session is ok
    INFO: created and saved cf session for oh: OraDb10g_home1
    INFO: passing params to cf
    INFO: ORACLE_HOME is not settable, hence not setting the value
    INFO: ORACLE_HOME is not settable, hence not setting the value
    INFO: ORACLE_HOME is not settable, hence not setting the value
    INFO: ORACLE_HOME is not settable, hence not setting the value
    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: cf session retrieved for key: OraDb10g_home1 oracle.server
    INFO: cf session retrieved for key: OraDb10g_home1 oracle.server
    INFO: cf session retrieved for key: OraDb10g_home1 oracle.server
    INFO: cf session retrieved for key: OraDb10g_home1 oracle.server
    INFO: RUN_RECOMMENDED_TOOLS FIRST is set to false
    INFO: No of Recommended Tools3
    INFO: plugin-list is created
    INFO: pluginlist is updated for: Oracle Database 10g current size: 1
    INFO: No of ExitOnly Tools in this session: 1
    INFO: cf session for perform has hashcode: 13785219
    INFO: detached tool list getting prepared fo comp: Oracle Database 10g
    INFO: cfsession hashcode for exit only tools: 13785219
    INFO: hashcode for action: 8813601
    INFO: No of ExitOnly Tools: 1
    INFO: exit-tool: Launch browser
    INFO: saving exit only tools ...
    INFO: no detached only tools in this session
    INFO: exit-only tools are created in single installation
    INFO: no. of sets of tools to be run: 1
    INFO: ca page to be shown: true
    INFO: exitonly tools to be excuted passed: 1
    INFO: Starting to execute configuration assistants
    INFO: Command = C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jdk\jre\bin/java.exe -Dsun.java2d.noddraw=true -Duser.dir=C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\bin -classpath ";C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jdk\jre\lib\rt.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jlib\ldapjclnt10.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jlib\ewt3.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jlib\ewtcompat-3_3_15.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\network\jlib\NetCA.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\network\jlib\netcam.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jlib\netcfg.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jlib\help4.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jlib\jewt4.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jlib\oracle_ice.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jlib\share.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jlib\swingall-1_1_1.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jdk\jre\lib\i18n.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jlib\srvmhas.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jlib\srvm.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\oui\jlib\OraInstaller.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\lib\xmlparserv2.jar;C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\network\tools" oracle.net.ca.NetCA /orahome C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2 /orahnam OraDb10g_home1 /instype typical /inscomp client,oraclenet,javavm,server,ano /insprtcl tcp,nmp /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\network\install\netca_typ.rsp
    Error occurred during initialization of VM
    java/lang/NoClassDefFoundError: java/lang/Object
    Command = C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\jdk\jre\bin/java.exe has failed
    INFO: Configuration assistant "Oracle Net Configuration Assistant" failed
    INFO: The "C:\oraclexe\app\oracle;\oracle\product\10.2.0\db_2\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.
    SEVERE: OUI-25031:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
    2. Fix the errors causing these failures.
    3. Select the failed assistants and click the 'Retry' button to retry them.
    INFO: User Selected: Yes/OK

    I had Oracle 10g XE (Express installed but uninstalled it in case it was causing conflicts with the installation of 10 Enterprise). It appeared to have uninstalled cleanly.
    However, I was looking at my Environment variables and noticed the following:
    Oracle in OraDb10g_home1 points to a directory that doesn't exists since the uninstall.  I deleted this variable.
    I also receive the following warning during prerequiste check (but I appeared to have a solution according ot the documentation)
    Checking Network Configuration requirements ...
    Check complete. The overall result of this check is: Failed <<<<
    Problem: The install has detected that the primary IP address of the system is DHCP-assigned.
    Recommendation: Oracle supports installations on systems with DHCP-assigned IP addresses; However, before you can do this, you must configure the Microsoft LoopBack Adapter to be the primary network adapter on the system. See the Installation Guide for more details on installing the software on systems configured with DHCP.
    After delete the environment variable I restarted the Install and it installed fine.
    Thank you for the help...

  • Ins-20802 oracle net configuration assistant

    Dear all
    i am trying to install DB 11.2 under Enterprise Linux 5.4 but i faced a strange problem and until now i can't solve it, however i made all configurations without any problem.
    error : ins-20802 oracle net configuration assistant
    thanks

    Hi Schavali,
    I tried to install Oracle11gR2 database on oel5.4 machine and i got error message indicating that Net Configuration Assistant got failed.I verified the log file and i found this in the log file.
    INFO: #
    INFO: # An unexpected error has been detected by HotSpot Virtual Machine:
    INFO: #
    INFO: # SIGSEGV (0xb) at pc=0xa4454420, pid=11962, tid=3086042816
    INFO: #
    INFO: # Java VM: Java HotSpot(TM) Client VM (1.5.0_17-b02 mixed mode)
    INFO: # Problematic frame:
    INFO: # C [libnnz11.so+0x3c420]
    INFO: #
    INFO: # An error report file with more information is saved as hs_err_pid11962.log
    INFO: #
    INFO: # If you would like to submit a bug report, please visit:
    INFO: # http://java.sun.com/webapps/bugreport/crash.jsp
    INFO: #
    WARNING: /apps/app/oracle/product/11.2.0/db_1/bin/netca: line 178: 11962 Aborted $JRE $JRE_OPTIONS -classpath $CLASSPATH oracle.net.ca.NetCA $*
    WARNING:
    INFO:
    INFO: Completed Plugin named: Oracle Net Configuration Assistant
    INFO: Oracle Net Configuration Assistant failed.
    can you help me to solve this.
    Thanks&Regards,
    Rajesh.

  • 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

  • Problem with oracle.jbo.domain.Date

    Hi there,
    I've a problem with oracle.jbo.domain.Date,
    I'm doing this code (this part of code is used in my Session Attribute Listener):
    * This method is used to add the session id in the database, whenever user login
    public void attributeAdded(HttpSessionBindingEvent hsbe){
    if(!hsbe.getName().equals("user")){
    return;
    AmLogin am = (AmLogin)Configuration.createRootApplicationModule(
    "com.ahm.pdt001.am.AmLogin",
    "AmLoginLocal");
    try{
    hsbe.getSession().setAttribute("login", new Date(new Timestamp(
    System.currentTimeMillis())));
    am.createLogin(hsbe.getValue().toString(), hsbe.getSession().
    getAttribute("login").toString());
    } catch(Exception e){
    e.printStackTrace();
    System.out.println("Error insert data user: " + hsbe.getValue());
    } finally{
    Configuration.releaseRootApplicationModule(am, true);
    Everything is running well in Jdev 10.1.3 (I'm using ADF Faces technology), and I'm trying to deploy it on OC4J 10.1.2 and it works. But it raised an error when this part of code is runned.
    --------------caused and error------------------------
    hsbe.getSession().setAttribute("login", new Date(new Timestamp(
    System.currentTimeMillis())));
    And this is an error:
    javax.faces.FacesException: #{pdt001.loginAction}: javax.faces.el.EvaluationException: java.lang.NoSuchMethodError: oracle.jbo.domain.Date.<init>(Ljava/sql/Timestamp;)V     at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:78)     at oracle.adf.view.faces.component.UIXCommand.broadcast(UIXCommand.java:211)     at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:267)     at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:381)     at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:75)     at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)     at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:332)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:367)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:336)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:196)     at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:87)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)     at com.ahm.filter.AhmFilterSession.doFilter(AhmFilterSession.java:45)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:645)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)     at java.lang.Thread.run(Thread.java:534)Caused by: javax.faces.el.EvaluationException: java.lang.NoSuchMethodError: oracle.jbo.domain.Date.<init>(Ljava/sql/Timestamp;)V     at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:130)     at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:72)     ... 23 moreCaused by: java.lang.NoSuchMethodError: oracle.jbo.domain.Date.<init>(Ljava/sql/Timestamp;)V     at com.ahm.pdt001.listener.Pdt001AttributeSessionListener.attributeAdded(Pdt001AttributeSessionListener.java:27)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.EvermindHttpSession.setAttribute(EvermindHttpSession.java:128)     at com.ahm.pdt001.bean.Pdt001Bean.loginAction(Pdt001Bean.java:61)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)     at java.lang.reflect.Method.invoke(Method.java:324)     at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:126)
    Does anybody have the same problem like this? I've used the same method in my previous project to create oracle.jbo.domain.Date with current time using java.sql.Timestamp, but I don't know why this error happened.
    Thx,
    Andre

    Re: oracle jbo.domain.Date issues in 10.1.3
    Sascha

  • Remote JDBC Problem with Oracle BPM Studio

    Hi all, i am facing the Remote JDBC Problem with Oracle BPM Studio.
    When i configure a Remote JDBC Connection for SQL in BPM Studio, it prompt me an error.
    The SQL Connection is configured as following :
    External Resource:
    Name : MyDS
    Type : SQL Database
    Supported Types : Remote JDBC
    Details:
    Database Type : BPM's Oracle Driver Version:10, 11
    J2EE : WLS
    Lookup Name : MyAppDS
    Configuration for "WLS"
    Name : WLS
    Type : J2EE Application Server
    Supported Types : GENERIC_J2EE
    Details:
    Initial Context Factory : weblogic.jndi.WLInitialContextFactory
    URL : t3://localhost:7001
    But, when i try to connect to the Database by using this configuration, I will get an Exception.
    An exception occurred while getting a resource from a connector.
    Detail:The connector [[ MyDS : SQL : REMOTE_JDBC ]] caused an exception when getting a resource.
    Caused by: An exception occurred while getting a resource from a connector.
    Detail:The connector [[ WLS : J2EE : J2EE ]] caused an exception when getting a resource.
    Caused by: javax.naming.NoInitialContextException: Cannot instantiate class: weblogic.jndi.WLInitialContextFactory [[ Root exception is java.lang.ClassNotFoundException: weblogic.jndi.WLInitialContextFactory ]]
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:657)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:197)
         at fuego.jndi.FaultTolerantContext.createContext(FaultTolerantContext.java:726)
         at fuego.jndi.FaultTolerantContext.<init>(FaultTolerantContext.java:79)
         at fuego.connector.impl.GenericJ2EEConnector.createInitialContext(GenericJ2EEConnector.java:177)
         at fuego.connector.impl.GenericJ2EEConnector.createStandaloneContext(GenericJ2EEConnector.java:98)
         at fuego.connector.impl.BaseJ2EEConnector.getResource(BaseJ2EEConnector.java:92)
         at fuego.connector.impl.BaseJ2EEConnector.getResource(BaseJ2EEConnector.java:76)
         at fuego.connector.J2EEHelper.getReadOnlyContext(J2EEHelper.java:86)
         ... 12 more
    Edited by: user2262377 on Jun 22, 2009 4:01 PM

    I guess the weblogic.jar is not included in the studio.
    So, i added weblogic.jar (Weblogic 10.3) and wlclient.jar (Weblogic 10.3)
    It is working in my simple java code. But, still not working in BPM Studio.
    The error logs:
    An exception occurred while getting a resource from a connector.
    Detail:The connector [OFT_APP_DS:SQL:REMOTE_JDBC] caused an exception when getting a resource.
    Caused by: java.lang.Object cannot be cast to java.io.Serializable
    fuego.connector.ConnectorException: An exception occurred while getting a resource from a connector.
    Detail:The connector [OFT_APP_DS:SQL:REMOTE_JDBC] caused an exception when getting a resource.
         at fuego.connector.ConnectorException.exceptionOnGetResource(ConnectorException.java:88)
         at fuego.connector.JDBCHelper.getReadOnlyConnection(JDBCHelper.java:93)
         at fuego.sqlintrospector.BrowserPanel.connect(BrowserPanel.java:395)
         at fuego.sqlintrospector.BrowserPanel.populateTree(BrowserPanel.java:200)
         at fuego.ui.wizards.ui.CheckTreeBrowser$1.construct(CheckTreeBrowser.java:63)
         at fuego.ui.SwingWorker$2.run(SwingWorker.java:39)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.ClassCastException: java.lang.Object cannot be cast to java.io.Serializable
         at weblogic.iiop.IIOPOutputStream.writeAny(IIOPOutputStream.java:1588)
         at weblogic.iiop.IIOPOutputStream.writeObject(IIOPOutputStream.java:2231)
         at weblogic.utils.io.ObjectStreamClass.writeFields(ObjectStreamClass.java:413)
         at weblogic.corba.utils.ValueHandlerImpl.writeValueData(ValueHandlerImpl.java:235)
         at weblogic.corba.utils.ValueHandlerImpl.writeValueData(ValueHandlerImpl.java:225)
         at weblogic.corba.utils.ValueHandlerImpl.writeValue(ValueHandlerImpl.java:182)
         at weblogic.iiop.IIOPOutputStream.write_value(IIOPOutputStream.java:1963)
         at weblogic.iiop.IIOPOutputStream.write_value(IIOPOutputStream.java:2001)
         at weblogic.iiop.IIOPOutputStream.writeObject(IIOPOutputStream.java:2266)
         at weblogic.jdbc.common.internal.RmiDataSource_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
         at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

  • Library problem with Oracle 10

    I am installing Oracle 10 on Linux (CentOS)
    I'm in the process of installing Oracle on the screen of the wizard "Setup Wizard", while trying to install the tool Oracle Net Configuration Assistant, this is canceled, and to review the log that is the problem:
    UnsatisfiedLinkError exception loading native library: njni10
    Where should I install this library that I need, and if not too much trouble, from where I can get it?.
    Thank you very much.

    Friend, please answer:
    Answering your question, the system is CentOS 5.3, and 64 bit architecture.
    Sorry I uploaded the last consultation, the problem was that I still need to download a package, in the preparation stage of the system.
    The package was missing:
    glibc-devel for i386.
    When you install this package addresses the issue.
    Leave a link where I found this solution:
    http://www.brucalipto.org/linux/how-to-install-oracle-client-10g-on-red-hat-enterprise-linux-5-64bit
    Thank you very much for your help friend.
    Thanks to this forum can finally install Oracle 10 on CentOS 5.3

  • Oracle Net Configuration Assistant Error

    Hi,
    when i'm installing oracle 10.2.2 on RHEL 5.5 This error occured. how can i solve?
    log file;_
    INFO: Starting to execute configuration assistants
    INFO: Command = /oracle/orcl/10.2.2/jdk/jre//bin/java -Duser.dir=/oracle/orcl/10.2.2/network/jlib -classpath /oracle/orcl/10.2.2/jdk/jre//lib/i18n.jar:/oracle/orcl/10.2.2/jdk/jre//lib/rt.jar:/oracle/orcl/10.2.2/jlib/ewt3.jar:/oracle/orcl/10.2.2/jlib/ewtcompat-3_3_15.jar:/oracle/orcl/10.2.2/jlib/netcfg.jar:/oracle/orcl/10.2.2/network/jlib/netcam.jar:/oracle/orcl/10.2.2/network/jlib/netca.jar:/oracle/orcl/10.2.2/jlib/help4.jar:/oracle/orcl/10.2.2/jlib/jewt4.jar:/oracle/orcl/10.2.2/jlib/oracle_ice.jar:/oracle/orcl/10.2.2/jlib/share.jar:/oracle/orcl/10.2.2/jlib/swingall-1_1_1.jar:/oracle/orcl/10.2.2/jlib/srvmhas.jar:/oracle/orcl/10.2.2/jlib/srvm.jar:/oracle/orcl/10.2.2/network/tools:/oracle/orcl/10.2.2/jlib/ldapjclnt9.jar:/oracle/orcl/10.2.2/jlib/ldapjclnt10.jar:/oracle/orcl/10.2.2/oui/jlib/OraInstaller.jar:/oracle/orcl/10.2.2/lib/xmlparserv2.jar oracle.net.ca.NetCA /orahome /oracle/orcl/10.2.2 /orahnam OraDb10g_home1 /instype custom /inscomp client,oraclenet,javavm,server,ano /insprtcl tcp /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile /oracle/orcl/10.2.2/network/install/netca_typ.rsp
    etected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0x328B33
    Function=index+0x63
    Library=/lib/libc.so.6
    Current Java thread:
         at oracle.net.common.NetGetEnv.getDNSDomain(Native Method)
         at oracle.net.ca.ConfigureProfile.setDefaultProfileParams(Unknown Source)
         at oracle.net.ca.InitialSetup.setupConfigObjects(Unknown Source)
         at oracle.net.ca.InitialSetup.<init>(Unknown Source)
         at oracle.net.ca.NetCA.main(Unknown Source)
    Dynamic libraries:
    001ac000-00200000 r-xp 00000000 fd:00 1019071 /usr/lib/libXt.so.6.0.0
    00200000-00204000 rwxp 00054000 fd:00 1019071 /usr/lib/libXt.so.6.0.0
    0029b000-002b5000 r-xp 00000000 fd:00 262157 /lib/ld-2.5.so
    002b5000-002b6000 r-xp 00019000 fd:00 262157 /lib/ld-2.5.so
    002b6000-002b7000 rwxp 0001a000 fd:00 262157 /lib/ld-2.5.so
    002b9000-003f8000 r-xp 00000000 fd:00 260625 /lib/libc-2.5.so
    003f8000-003f9000 ---p 0013f000 fd:00 260625 /lib/libc-2.5.so
    003f9000-003fb000 r-xp 0013f000 fd:00 260625 /lib/libc-2.5.so
    003fb000-003fc000 rwxp 00141000 fd:00 260625 /lib/libc-2.5.so
    00401000-00403000 r-xp 00000000 fd:00 260640 /lib/libdl-2.5.so
    00403000-00404000 r-xp 00001000 fd:00 260640 /lib/libdl-2.5.so
    00404000-00405000 rwxp 00002000 fd:00 260640 /lib/libdl-2.5.so
    00407000-0041b000 r-xp 00000000 fd:00 260687 /lib/libpthread-2.5.so
    0041b000-0041c000 r-xp 00013000 fd:00 260687 /lib/libpthread-2.5.so
    0041c000-0041d000 rwxp 00014000 fd:00 260687 /lib/libpthread-2.5.so
    00421000-00446000 r-xp 00000000 fd:00 260632 /lib/libm-2.5.so
    00446000-00447000 r-xp 00024000 fd:00 260632 /lib/libm-2.5.so
    00447000-00448000 rwxp 00025000 fd:00 260632 /lib/libm-2.5.so
    00520000-00525000 r-xp 00000000 fd:00 1019174 /usr/lib/libXdmcp.so.6.0.0
    00525000-00526000 rwxp 00004000 fd:00 1019174 /usr/lib/libXdmcp.so.6.0.0
    00528000-00627000 r-xp 00000000 fd:00 1020054 /usr/lib/libX11.so.6.2.0
    00627000-0062b000 rwxp 000ff000 fd:00 1020054 /usr/lib/libX11.so.6.2.0
    0062d000-0063c000 r-xp 00000000 fd:00 1020412 /usr/lib/libXext.so.6.4.0
    0063c000-0063d000 rwxp 0000e000 fd:00 1020412 /usr/lib/libXext.so.6.4.0
    00653000-00655000 r-xp 00000000 fd:00 1019079 /usr/lib/libXau.so.6.0.0
    00655000-00656000 rwxp 00001000 fd:00 1019079 /usr/lib/libXau.so.6.0.0
    0065f000-0066e000 r-xp 00000000 fd:00 260689 /lib/libresolv-2.5.so
    0066e000-0066f000 r-xp 0000e000 fd:00 260689 /lib/libresolv-2.5.so
    0066f000-00670000 rwxp 0000f000 fd:00 260689 /lib/libresolv-2.5.so
    00674000-00687000 r-xp 00000000 fd:00 262140 /lib/libnsl-2.5.so
    00687000-00688000 r-xp 00012000 fd:00 262140 /lib/libnsl-2.5.so
    00688000-00689000 rwxp 00013000 fd:00 262140 /lib/libnsl-2.5.so
    007e6000-007fd000 r-xp 00000000 fd:00 1021459 /usr/lib/libICE.so.6.3.0
    007fd000-007fe000 rwxp 00016000 fd:00 1021459 /usr/lib/libICE.so.6.3.0
    00802000-0080a000 r-xp 00000000 fd:00 1017973 /usr/lib/libSM.so.6.0.0
    0080a000-0080b000 rwxp 00007000 fd:00 1017973 /usr/lib/libSM.so.6.0.0
    00bfd000-00c02000 r-xp 00000000 fd:00 1039163 /usr/lib/libXtst.so.6.1.0
    00c02000-00c03000 rwxp 00004000 fd:00 1039163 /usr/lib/libXtst.so.6.1.0
    08048000-08056000 r-xp 00000000 fd:00 859779 /oracle/orcl/10.2.2/jdk/jre/bin/java
    08056000-08059000 rwxp 0000d000 fd:00 859779 /oracle/orcl/10.2.2/jdk/jre/bin/java
    08d36000-090fe000 rwxp 08d36000 00:00 0 [heap]
    e91ec000-e93c8000 r-xp 00000000 fd:00 853448 /oracle/orcl/10.2.2/lib32/libnnz10.so
    e93c8000-e93ee000 rwxp 001dc000 fd:00 853448 /oracle/orcl/10.2.2/lib32/libnnz10.so
    e93f0000-ea11d000 r-xp 00000000 fd:00 853494 /oracle/orcl/10.2.2/lib32/libclntsh.so.10.1
    ea11d000-ea17e000 rwxp 00d2c000 fd:00 853494 /oracle/orcl/10.2.2/lib32/libclntsh.so.10.1
    ea192000-ea1a7000 r-xp 00000000 fd:00 853447 /oracle/orcl/10.2.2/lib32/libnjni10.so
    ea1a7000-ea1ab000 rwxp 00014000 fd:00 853447 /oracle/orcl/10.2.2/lib32/libnjni10.so
    ea1ab000-ea2d3000 r-xs 00000000 fd:00 854667 /oracle/orcl/10.2.2/lib/xmlparserv2.jar
    ea2d3000-ea2da000 r-xp 00000000 fd:00 1040401 /usr/lib/libXp.so.6.2.0
    ea2da000-ea2db000 rwxp 00006000 fd:00 1040401 /usr/lib/libXp.so.6.2.0
    ea2e5000-ea2e9000 r-xp 00000000 fd:00 260646 /lib/libnss_dns-2.5.so
    ea2e9000-ea2ea000 r-xp 00003000 fd:00 260646 /lib/libnss_dns-2.5.so
    ea2ea000-ea2eb000 rwxp 00004000 fd:00 260646 /lib/libnss_dns-2.5.so
    ea2eb000-ea2f8000 r-xp 00000000 fd:00 853534 /oracle/orcl/10.2.2/lib32/libldapjclnt10.so
    ea2f8000-ea2fa000 rwxp 0000c000 fd:00 853534 /oracle/orcl/10.2.2/lib32/libldapjclnt10.so
    ea2fa000-ea34d000 r-xp 00000000 fd:00 859725 /oracle/orcl/10.2.2/jdk/jre/lib/i386/libmlib_image.so
    ea34d000-ea34e000 rwxp 00052000 fd:00 859725 /oracle/orcl/10.2.2/jdk/jre/lib/i386/libmlib_image.so
    ea34e000-ea61f000 r-xp 00000000 fd:00 859708 /oracle/orcl/10.2.2/jdk/jre/lib/i386/libawt.so
    ea61f000-ea635000 rwxp 002d0000 fd:00 859708 /oracle/orcl/10.2.2/jdk/jre/lib/i386/libawt.so
    ea65a000-ea9f7000 r-xs 00000000 fd:00 857725 /oracle/orcl/10.2.2/oui/jlib/OraInstaller.jar
    ea9f7000-eaa3c000 r-xs 00000000 fd:00 851758 /oracle/orcl/10.2.2/ldap/oidadmin/dasnls.jar
    eaa3c000-eaa48000 r-xs 00000000 fd:00 852084 /oracle/orcl/10.2.2/jlib/jssl-1_1.jar
    eaa48000-eaae0000 r-xs 00000000 fd:00 853008 /oracle/orcl/10.2.2/jlib/ldapjclnt10.jar
    eaae0000-eaba7000 r-xs 00000000 fd:00 851920 /oracle/orcl/10.2.2/jlib/srvm.jar
    eaba7000-eabb5000 r-xs 00000000 fd:00 851922 /oracle/orcl/10.2.2/jlib/srvmhas.jar
    eabb5000-eabc3000 r-xs 00000000 fd:00 855444 /oracle/orcl/10.2.2/jlib/share.jar
    eabc3000-eac78000 r-xs 00000000 fd:00 855084 /oracle/orcl/10.2.2/jlib/oracle_ice.jar
    eac78000-eae1f000 r-xs 00000000 fd:00 855082 /oracle/orcl/10.2.2/jlib/jewt4.jar
    eae1f000-eae84000 r-xs 00000000 fd:00 854650 /oracle/orcl/10.2.2/jlib/help4.jar
    eae84000-eaeb6000 r-xs 00000000 fd:00 851592 /oracle/orcl/10.2.2/network/jlib/netca.jar
    eaeb6000-eaedc000 r-xs 00000000 fd:00 851593 /oracle/orcl/10.2.2/network/jlib/netcam.jar
    eaedc000-eaf25000 r-xs 00000000 fd:00 855286 /oracle/orcl/10.2.2/jlib/netcfg.jar
    eaf25000-eaf33000 r-xs 00000000 fd:00 851669 /oracle/orcl/10.2.2/jlib/ewtcompat-3_3_15.jar
    eaf33000-eb1b8000 r-xs 00000000 fd:00 855086 /oracle/orcl/10.2.2/jlib/ewt3.jar
    eb1b8000-eb1c5000 r-xs 00000000 fd:00 859697 /oracle/orcl/10.2.2/jdk/jre/lib/ext/ldapsec.jar
    eb1c5000-eb1c8000 r-xs 00000000 fd:00 859881 /oracle/orcl/10.2.2/jdk/jre/lib/ext/smtp.jar
    eb1c8000-eb1e4000 r-xs 00000000 fd:00 859699 /oracle/orcl/10.2.2/jdk/jre/lib/ext/sunjce_provider.jar
    eb1e4000-eb2a0000 r-xs 00000000 fd:00 859698 /oracle/orcl/10.2.2/jdk/jre/lib/ext/localedata.jar
    eb2a0000-eb2e5000 r-xs 00000000 fd:00 859879 /oracle/orcl/10.2.2/jdk/jre/lib/ext/mail.jar
    eb2e5000-eb30b000 r-xs 00000000 fd:00 859880 /oracle/orcl/10.2.2/jdk/jre/lib/ext/mailapi.jar
    eb30b000-eb319000 r-xs 00000000 fd:00 859882 /oracle/orcl/10.2.2/jdk/jre/lib/ext/activation.jar
    eb51d000-eb71d000 r-xp 00000000 fd:00 1014149 /usr/lib/locale/locale-archive
    f59c8000-f5f68000 r-xs 00000000 fd:00 859244 /oracle/orcl/10.2.2/jdk/jre/lib/charsets.jar
    f5f68000-f5f79000 r-xs 00000000 fd:00 859282 /oracle/orcl/10.2.2/jdk/jre/lib/jce.jar
    f5f79000-f6056000 r-xs 00000000 fd:00 859283 /oracle/orcl/10.2.2/jdk/jre/lib/jsse.jar
    f6056000-f606c000 r-xs 00000000 fd:00 859291 /oracle/orcl/10.2.2/jdk/jre/lib/sunrsasign.jar
    f60b6000-f7a61000 r-xs 00000000 fd:00 859290 /oracle/o
    rcl/10.2.2/jdk/jre/lib/rt.jar
    f7a61000-f7a75000 r-xp 00000000 fd:00 859731 /oracle/orcl/10.2.2/jdk/jre/lib/i386/libzip.so
    f7a75000-f7a78000 rwxp 00013000 fd:00 859731 /oracle/orcl/10.2.2/jdk/jre/lib/i386/libzip.so
    f7a78000-f7a98000 r-xp 00000000 fd:00 859716 /oracle/orcl/10.2.2/jdk/jre/lib/i386/libjava.so
    f7a98000-f7a9a000 rwxp 0001f000 fd:00 859716 /oracle/orcl/10.2.2/jdk/jre/lib/i386/libjava.so
    f7a9a000-f7aaa000 r-xp 00000000 fd:00 859730 /oracle/orcl/10.2.2/jdk/jre/lib/i386/libverify.so
    f7aaa000-f7aac000 rwxp 0000f000 fd:00 859730 /oracle/orcl/10.2.2/jdk/jre/lib/i386/libverify.so
    f7aac000-f7eb2000 r-xp 00000000 fd:00 859737 /oracle/orcl/10.2.2/jdk/jre/lib/i386/client/libjvm.so
    f7eb2000-f7ecd000 rwxp 00405000 fd:00 859737 /oracle/orcl/10.2.2/jdk/jre/lib/i386/client/libjvm.so
    f7ee2000-f7ee5000 r-xs 00000000 fd:00 859696 /oracle/orcl/10.2.2/jdk/jre/lib/ext/dnsns.jar
    f7ee5000-f7ee8000 r-xs 00000000 fd:00 859878 /oracle/orcl/10.2.2/jdk/jre/lib/ext/jta.jar
    f7ee8000-f7eec000 rwxs 00000000 fd:00 9935681 /tmp/hsperfdata_oracle/22803
    f7eec000-f7ef5000 r-xp 00000000 fd:00 260648 /lib/libnss_files-2.5.so
    f7ef5000-f7ef6000 r-xp 00008000 fd:00 260648 /lib/libnss_files-2.5.so
    f7ef6000-f7ef7000 rwxp 00009000 fd:00 260648 /lib/libnss_files-2.5.so
    f7ef7000-f7eff000 r-xp 00000000 fd:00 859738 /oracle/orcl/10.2.2/jdk/jre/lib/i386/native_threads/libhpi.so
    f7eff000-f7f00000 rwxp 00007000 fd:00 859738 /oracle/orcl/10.2.2/jdk/jre/lib/i386/native_threads/libhpi.so
    ff98a000-ff99f000 rwxp 7ffffffea000 00:00 0 [stack]
    Heap at VM Abort:
    Heap
    def new generation total 576K, used 312K [0xeb920000, 0xeb9c0000, 0xebe00000)
    eden space 512K, 48% used [0xeb920000, 0xeb95e2c8, 0xeb9a0000)
    from space 64K, 100% used [0xeb9b0000, 0xeb9c0000, 0xeb9c0000)
    to space 64K, 0% used [0xeb9a0000, 0xeb9a0000, 0xeb9b0000)
    tenured generation total 1408K, used 493K [0xebe00000, 0xebf60000, 0xef920000)
    the space 1408K, 35% used [0xebe00000, 0xebe7b618, 0xebe7b800, 0xebf60000)
    compacting perm gen total 4096K, used 3566K [0xef920000, 0xefd20000, 0xf3920000)
    the space 4096K, 87% used [0xef920000, 0xefc9b928, 0xefc9ba00, 0xefd20000)
    Local Time = Thu Jul 21 07:04:51 2011
    Elapsed Time = 0
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_08-b03 mixed mode)
    # An error report file has been saved as hs_err_pid22803.log.
    # Please refer to the file for further information.
    Command = /oracle/orcl/10.2.2/jdk/jre//bin/java has failed
    INFO: Configuration assistant "Oracle Net Configuration Assistant" failed
    *** Starting OUICA ***
    Oracle Home set to /oracle/orcl/10.2.2
    Configuration directory is set to /oracle/orcl/10.2.2/cfgtoollogs. All xml files under the directory will be processed
    INFO: The "/oracle/orcl/10.2.2/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.
    SEVERE: OUI-25031:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
    2. Fix the errors causing these failures.
    3. Select the failed assistants and click the 'Retry' button to retry them.
    INFO: User Selected: Yes/OK

    Check the /etc/hosts and make sure the correct hostname is setup. Make sure DNS is setup (check the resolv.conf)
    Ex.
    cat /etc/resolv.conf
    Test using ping
    From your post (So it errors when it tries to get the domain name)
    at oracle.net.common.NetGetEnv.getDNSDomain(Native Method)Retry operation.
    Best Regards
    mseberg
    Edited by: mseberg on Jul 21, 2011 7:39 AM

  • Problem with Oracle Designer 10

    Hi,
    I have a problem with Oracle Designer 10 version 9.0.4.7 installed in Windows 2000 platform.
    I don't know if the origin of the problem is at the server side or client side. I try to launch the repository reports but it doesn't work. The screen never appear. I have to finish the client process but the oracle session remmains:
    SID SERIAL# LOGON_TIME PROGRAM
    ============================
    36 13137 01-12-2008 des2k61.exe
    38 15583 01-12-2008 ckrpt61.exe
    The second line belongs to repository report process.
    I have to kill Oracle session manually. Do you know if the problem is in the server side or client installation??
    SGA VALUES
    =============================
    Total System Global Area 320302432 bytes
    Fixed Size 736608 bytes
    Variable Size 285212672 bytes
    Database Buffers 33554432 bytes
    Redo Buffers 798720 bytes
    Client values
    =============================
    1Gb RAM
    Windows 2000 SP4
    3Gb Virtual Mem
    2 GHz AMD
    Thanks in advance.

    I have two homes for oracle developer ..
    old ---- C:\*DevSuite*
    new -- C:\>C:\*DevSuite_1*
    I have executed the below statement .........
    C:\>C:\*DevSuite_1*\bin\tnsping disd9i
    TNS Ping Utility for 32-bit Windows: Version 10.1.0.4.2 - Production on 09-SEP-2
    010 19:29:22
    Copyright (c) 1997, 2003, Oracle. All rights reserved.
    Used parameter files:
    C:\*DevSuite*\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
    (Host = VHRTY76.ASPNDT.NET)(Port = 1521))) (CONNECT_DATA = (SID = POU)))
    OK (720 msec)
    I think the new one is point to the old version 9 - sqlnet.ora and tnsnames.ora .
    How to point the new one..?
    Can I have two tns_admin as env variable ?
    Edited by: user12045030 on Sep 9, 2010 7:12 AM

Maybe you are looking for

  • Which extraction methods are used for extracting AR , AP, GL , cost centre

    which extraction methods are used for extracting AR , AP, GL, cost centre  account   data from R/3 system. please let me know what type of extraction we use...generic or FISL.... OR COPA ON WHAT SCENARIOS WE USE  THIS EXTRACTIONS.. if any have docume

  • I cant purchase an app with my credit card

    I cant purchase an app with my iphone 5c afetr i have entered all the correct card info

  • Modify view of Default timecard periods view in OTL to sort list of periods

    Hi, Can someone guide me if there is any way to modify default timecard periods view in OTL. We intend to sort the list of timecard periods in OTL in order to show old non sumbitted timecard periods as default rather than based on system date. I have

  • Photoshop & Mac OSX printing

    Our site uses safecom as a print solution and all the PC use an HP universal driver which works fine. Macs on the other hand throw up a message, Could not print <filename> because of program error. Ive played around with different print drivers and s

  • JSP compile problems

    Hello, I have my jsp pages deployed in a war in an ear. The manifest in the war lists my dependent jars. In my orion-web.xml, I have the include-war-manifest-class-path parameter set to "true". This seems to work at runtime in that the jsp pages can