Installation of Oracle 11g on RHEL 5 (Listener cannot start )

Hello,
I have install Oracle 11g on my linux RHEL5. The installation was succesfull but cannot start the listener. The configuration of even the EM at the end of the installation for the same reason , Listener not started.
Trying to connect to my Listener i got the following error
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=karen)(PORT=1521)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
Linux Error: 111: Connection refused
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCPS)(HOST=karen)(PORT=2484)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
Linux Error: 111: Connection refused
LSNRCTL> start
Starting /u01/app/oracle/product/11.1.0/db_1/bin/tnslsnr: please wait...
TNS-12537: TNS:connection closed
TNS-12560: TNS:protocol adapter error
TNS-00507: Connection closed
Linux Error: 29: Illegal seek
Can Some help troubleshoot this problem.
Thanks

Dear bezgodo!
Please execute the following commands and compare the results.
1.
hostname --fqdn2.
nslookup <your_ip_address>In both cases you should see the fully qualified hostname of your server.
Yours sincerely
Florian W.

Similar Messages

  • Why the listener cannot start? All seems OK

    Why the listener cannot start? It seems no problems.
    [oracle@localhost database]$ lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 18-JUL-2009 10:46:33
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.0.109)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    [oracle@localhost database]$ lsnrctl start listener
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 18-JUL-2009 10:47:00
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.109)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    TNS-12547: TNS:lost contact
    TNS-12560: TNS:protocol adapter error
    TNS-00517: Lost contact
    Linux Error: 104: Connection reset by peer
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.0.109)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    [oracle@localhost admin]$ cat listener.ora
    # listener.ora Network Configuration File: /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = db1)
    (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
    (SID_NAME = db1)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.109)(PORT = 1521))
    [oracle@localhost admin]$ cat tnsnames.ora
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/10.2.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    DB1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.109)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = db1)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    [oracle@localhost admin]$ ifconfig
    eth0 Link encap:Ethernet HWaddr 00:13:21:C7:21:F1
    inet addr:192.168.0.109 Bcast:192.168.0.255 Mask:255.255.255.0
    inet6 addr: fe80::213:21ff:fec7:21f1/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:11748 errors:0 dropped:0 overruns:0 frame:0
    TX packets:3354 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:792680 (774.1 KiB) TX bytes:155584 (151.9 KiB)
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:8335 errors:0 dropped:0 overruns:0 frame:0
    TX packets:8335 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:3326132 (3.1 MiB) TX bytes:3326132 (3.1 MiB)
    peth0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
    UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
    RX packets:11747 errors:0 dropped:0 overruns:0 frame:0
    TX packets:3354 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:839608 (819.9 KiB) TX bytes:225672 (220.3 KiB)
    Interrupt:17
    vif0.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
    UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
    RX packets:3354 errors:0 dropped:0 overruns:0 frame:0
    TX packets:11748 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:155584 (151.9 KiB) TX bytes:792680 (774.1 KiB)
    xenbr0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
    RX packets:11618 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:614983 (600.5 KiB) TX bytes:0 (0.0 b)

    Thank you
    You are right. Doing according to you conduct, the Listener is started. But EM console cannot be started any more.
    How to do next?
    [oracle@host admin]$ emctl start dbconsole
    TZ set to US/Eastern
    Exception in getting local host
    java.net.UnknownHostException: host: host
    at java.net.InetAddress.getLocalHost(InetAddress.java:1191)
    at oracle.sysman.emSDK.conf.TargetInstaller.getLocalHost(TargetInstaller.java:4977)
    at oracle.sysman.emSDK.conf.TargetInstaller.main(TargetInstaller.java:3758)
    Exception in getting local host
    java.net.UnknownHostException: host: host
    at java.net.InetAddress.getLocalHost(InetAddress.java:1191)
    at oracle.sysman.emSDK.conf.TargetInstaller.getLocalHost(TargetInstaller.java:4977)
    at oracle.sysman.emSDK.conf.TargetInstaller.main(TargetInstaller.java:3758)
    OC4J Configuration issue. /u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/OC4J_DBConsole_null_db1 not found.
    Edited by: junez on Jul 18, 2009 9:05 AM

  • Installation of Oracle 11g R2 in Linux.........Step By Step

    Oracle 11g R2 installtion in Linux
    Author: Arun
    For Reference:
    http://www.morganslibrary.org/reference/linux_oracle_inst11gR2.html
    Operating System Configuration
    1.As root: Install RPM’s
    For RHEL 5 (32-bit):
    rpm -Uvih binutils-2*
    rpm -Uvih compat-libstdc++-33*
    rpm -Uvih elfutils-libelf-0*
    rpm -Uvih elfutils-libelf-devel-0*
    rpm -Uvih elfutils-libelf-devel-static-0*
    rpm -Uvih gcc-4*
    rpm -Uvih gcc-c++-4*
    rpm -Uvih glibc-2*`uname -p`*
    rpm -Uvih glibc-common-2*
    rpm -Uvih glibc-devel-2*
    rpm -Uvih glibc-headers-2*
    rpm -Uvih kernel-headers-2*
    rpm -Uvih ksh-20*
    rpm -Uvih libaio-0*
    rpm -Uvih libaio-devel-0*
    rpm -Uvih libgcc-4*
    rpm -Uvih libgomp-4*
    rpm -Uvih libstdc++-4*
    rpm -Uvih libstdc++-devel-4*
    rpm -Uvih make-3*
    rpm -Uvih numactl-devel-0*
    rpm -Uvih sysstat-7*
    rpm -Uvih unixODBC-2*
    rpm -Uvih unixODBC-devel-2*
    For RHEL 5 (64-bit):
    rpm -Uvih binutils-2*`uname -p`*
    rpm -Uvih compat-libstdc++-33*`uname -p`*
    rpm -Uvih compat-libstdc++-33*i386*
    rpm -Uvih elfutils-libelf-0*`uname -p`*
    rpm -Uvih elfutils-libelf-devel-0*`uname -p`*
    rpm -Uvih gcc-4*`uname -p`*
    rpm -Uvih gcc-c++-4*`uname -p`*
    rpm -Uvih glibc-2*`uname -p`*
    rpm -Uvih glibc-2*i686*
    rpm -Uvih glibc-common-2*`uname -p`*
    rpm -Uvih glibc-devel-2*`uname -p`*
    rpm -Uvih glibc-devel-2*i386*
    rpm -Uvih glibc-headers-2*`uname -p`*
    rpm -Uvih ksh-20*`uname -p`*
    rpm -Uvih libaio-0*`uname -p`*
    rpm -Uvih libaio-0*i386*
    rpm -Uvih libaio-devel-0*`uname -p`*
    rpm -Uvih libaio-devel-0*i386*
    rpm -Uvih libgcc-4*`uname -p`*
    rpm -Uvih libgcc-4*i386*
    rpm -Uvih libstdc++-4*`uname -p`*
    rpm -Uvih libstdc++-4*i386*
    rpm -Uvih libstdc++-devel-4*`uname -p`*
    rpm -Uvih make-3*`uname -p`*
    rpm -Uvih numactl-devel-0*`uname -p`*
    rpm -Uvih sysstat-7*`uname -p`*
    rpm -Uvih unixODBC-2*`uname -p`*
    rpm -Uvih unixODBC-2*i386*
    rpm -Uvih unixODBC-devel-2*`uname -p`*
    rpm -Uvih unixODBC-devel-2*i386*
    2.As root: Create DBA Group and Oracle User
    /usr/sbin/groupadd -g 500 oinstall
    /usr/sbin/groupadd -g 501 dba
    /usr/sbin/groupadd -g 502 oper
    /usr/sbin/useradd -u 500 -m -g oinstall -G dba,oper oracle
    id oracle
    -- set the password to oracle1
    passwd oracle
    3.As root: Create Installation Directories
    mkdir -p /app/oracle
    chown -R oracle:dba /app/oracle
    chmod -R 775 /app/oracle
    mkdir /stage
    chown -R oracle:dba /stage
    4.As root: Alter Kernel Parameters
    Vi /etc/sysctl.conf
    Place this parameters in the end of the file.
    fs.file-max = 6815744
    kernel.shmall = 2097152
    kernel.shmmax = 2147483648
    kernel.shmmni = 4096
    kernel.sem = 250 32000 100 128
    net.core.rmem_default = 4194304
    net.core.rmem_max = 4194304
    net.core.wmem_default = 262144
    net.core.wmem_max = 1048576
    net.ipv4.ip_forward = 0
    net.ipv4.conf.default.rp_filter = 1
    net.ipv4.tcp_wmem = 262144 262144 262144
    net.ipv4.tcp_rmem = 4194304 4194304 4194304
    fs.aio-max-nr = 1048576
    net.ipv4.ip_local_port_range = 9000 65500
    EOF
    -- Activate changes
    /sbin/sysctl -p
    5.As root: Set Shell Limits
    -- Modify limits.conf
    Vi /etc/security/limits.conf
    Place these lines in the end of the file.
    oracle soft nproc 2047
    oracle hard nproc 16384
    oracle soft nofile 1024
    oracle hard nofile 65536
    EOF
    6.As root:set Logins
    -- Modify /etc/pam.d/login
    Vi /etc/pam.d/login
    session required pam_limits.so
    7.As root: Change Default Profile
    Vi /etc/profile
    if [ $USER = "oracle" ]; then
    if [ \$SHELL = "/bin/ksh" ]; then
    ulimit -p 16384
    ulimit -n 65536
    else
    ulimit -u 16384 -n 65536
    fi
    umask 022
    fi
    EOF
    8.As root: Append servers to hosts file
    Vi /etc/hosts
    Add this lines
    127.0.0.1 localhost.localadmin localhost
    10.0.0.33 insight33.acolade.com.au insight33
    9.As root: Modify .bashrc
    # cd /home/oracle
    vi .bashrc
    -- append the following:
    umask 022
    ORACLE_HOSTNAME=?.mlib.org
    ORACLE_BASE=/app/oracle/product
    ORACLE_HOME=/app/oracle/product/11.2.0/db_1
    ORACLE_SID=?
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
    TMP=/tmp
    TEMP=/tmp
    TMPDIR=/tmp
    PATH=$ORACLE_HOME/bin:$PATH
    export PATH ORACLE_BASE ORACLE_HOME ORACLE_SID LD_LIBRARY_PATH
    export TMP TEMP TMPDIR
    alias oh='cd $ORACLE_HOME'
    alias sql='sqlplus "/ as sysdba"'
    -- close all open terminal windows and open new ones
    $ set
    -- validate the environment
    10.Run the file for to start Installation
    Unzip the oracle file in “tmp” folder.
    After unzipping the installation files, change the user as “oracle” and take “database” folder.
    Su oracle
    cd /tmp/database/
    ./runInstaller
    Note:If any one of the checking is failed during installation starting,take new terminal and use
    Su root
    Xhost +SI:localuser:oracle                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    According http://download.oracle.com/docs/cd/E11882_01/install.112/e16765/pre_install.htm#BABCFBDG it is not not.
    Minimum system requirements are for Linux x86 and x86-64 are:
    Oracle Enterprise Linux 4 Update 7
    Oracle Enterprise Linux 5 Update 2
    Red Hat Enterprise Linux 4 Update 7
    Red Hat Enterprise Linux 5 Update 2
    SUSE Linux Enterprise Server 10 SP2
    SUSE Linux Enterprise Server 11
    Since you are running *5.1* you need to perform an upgrade

  • Help needed regarding installation of Oracle 11G in Solaris10(VMware)

    I am trying to install Oracle 11G in Solaris. Whenever I am trying to run the installer ,I gets below error messages.
    # cd /export/home/oracle
    # ls -ltr
    total 2098204
    drwxr-xr-x 3 oracle oinstall 512 Mar 29 21:23 product
    drwxr-xr-x 2 oracle oinstall 512 Mar 29 23:03 Documents
    drwxr-xr-x 2 oracle oinstall 512 Mar 29 23:03 Desktop
    -rw------T 1 root root 1073741824 Mar 29 23:09 orcl_swap
    lrwxrwxrwx 1 oracle oinstall 32 Mar 30 19:34 link to installation -> /e xport/home/oracle/installation
    drwxr-xr-x 4 root root 512 Mar 30 20:30 installation
    drwxr-xr-x 4 oracle oinstall 512 Mar 30 23:30 tmp
    # cd installation
    # ls -ltr
    total 4
    dr-xr-xr-x 4 root root 512 Mar 30 20:30 linux.zseries64_11gR2_data base_2of2
    dr-xr-xr-x 3 root root 512 Mar 30 20:30 solaris.x64_11gR2_database _1of2_1
    # cd solaris.x64_11gR2_database_1of2_1
    # ls -ltr
    total 2
    dr-xr-xr-x 8 root root 512 Mar 30 21:09 database
    # cd database
    # ls -ltr
    total 38
    dr-xr-xr-x 12 root root 512 Mar 30 20:34 doc
    dr-xr-xr-x 4 root root 512 Mar 30 20:34 install
    dr-xr-xr-x 2 root root 512 Mar 30 20:34 response
    dr-xr-xr-x 2 root root 512 Mar 30 20:34 rpm
    dr-xr-xr-x 2 root root 512 Mar 30 20:34 sshsetup
    dr-xr-xr-x 14 root root 1024 Mar 30 21:09 stage
    -rwxrwxrwx 1 root root 6513 Mar 30 21:59 runInstaller
    -r--r--r-- 1 root root 5400 Mar 30 21:59 welcome.html
    # ./runInstaller
    ./runInstaller: /export/home/oracle/installation/solaris.x64_11gR2_database_1of2_1/database/install/.oui: cannot execute
    It will bre great if anyone can help me with some ideas and concepts here.

    I have downloaded Oracle 11G R2 version from Windows and extracted it in Windows and copied it into DVD after extraction in two folders. Now I am mounting that DVD in Solaris 10 installed in my VMware . I made a new directory named as 'installation ' under /export/home/oracle and copied the folders from DVD to 'installation' folder. Now I am entering installation folder and try to do ./runInstaller as 'oracle ' user and getting the error mentioned before.
    Edited by: 916438 on Mar 31, 2012 5:55 PM

  • 10g listener cannot start after install 11g

    Hi,
    I install 11g R2 into one of 10g windows 2003 server, but I did not perform upgrade, I want the 11g coexists with 10g.
    But after I install 11g and create a new 11g instance, I found that the listener cannot be started, until I change the environment variable ORACLE_HOME
    of windows to 11g home directory.
    But when I reboot my server, I found that the old 10g listener cannot be started,
    the services cannot be started and if I try to start the listener in command "lsnrctl start", error TNS-12560: TNS:protocol adapter error prompt.
    So I changed the ORACLE_HOME environment variable to 10g home directory again and the listener can be started.
    And when I want to start 11g listener, I will have to change again the ORACLE_HOME environment variable to 11g home directory.
    Is this a normal behaviour to have 11g and 10g co-exists in one server?
    Thanks
    Vincent

    pj**** wrote:
    Hi,
    I install 11g R2 into one of 10g windows 2003 server, but I did not perform upgrade, I want the 11g coexists with 10g.
    But after I install 11g and create a new 11g instance, I found that the listener cannot be started, until I change the environment variable ORACLE_HOME
    of windows to 11g home directory.
    But when I reboot my server, I found that the old 10g listener cannot be started,
    the services cannot be started and if I try to start the listener in command "lsnrctl start", error TNS-12560: TNS:protocol adapter error prompt.
    So I changed the ORACLE_HOME environment variable to 10g home directory again and the listener can be started.
    And when I want to start 11g listener, I will have to change again the ORACLE_HOME environment variable to 11g home directory.
    Is this a normal behaviour to have 11g and 10g co-exists in one server?
    Thanks
    Vincentonly 1 listener is needed on any DB Server & the listener should be for the highest version of Oracle DB Server

  • Installer problem - Oracle 11g on Redhat ES 5.1 (x86)

    Hi,
    I'm trying to run the "runInstaller" script to install Oracle 11g onto my Redhat ES 5.1 (x86) machine and the following error is being reported:
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 80 MB. Actual 1409 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 1407 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2008-01-10_04-46-50AM. Please wait ...Exception in thread "main" java.lang.NoClassDefFoundError: oracle/ewt/lwAWT/BufferedFrame
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
         at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    I copied all the installation tree to /tmp/oracle and ran chmod -R 777 * to make sure I could see all the files.
    I've been logging onto the server as the oracle user.
    I've also got Java v1.5.0.6 installed
    I've run out of ideas - anyone able to assist ?

    I've sorted it. Was originally copy unzipped install files from DVD into /tmp but think there must have been some corruption. I now copied and unzipped the install file onto the RH machine and it's now working.

  • Installation problem oracle 11g R2 on oracle enterprise linux 5 update 5

    hello support,
    i've installation problems with oracle 11g R2 on oracle enterprise linux 5 update 5. In the section "ORACLE Net-Konfigurationsassisten" the failure "[INS-20802] Oracle NET-Konfigurationsassistent not success". What's wrong? I've followed the instructions on http://www.oracle.com/technology/pub/articles/smiley-11gr1-install.html
    I've heard the problem can occur with problems in /etc/hosts? My /etc/hosts is configured:
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1          oracle localhost.localdomain localhost
    ::1          localhost6.localdomain6 localhost6
    is this ok? what can I do to bring the database-installation to success?
    Thank's for help ;-)
    Edited by: user5782904 on 09.05.2010 14:06

    Here I paste you the configuration of my latest linux box which has a similar environment like yours.
    # hostname
    vmrhel6032.quist.ch
    # domainname
    (none)
    # cat /etc/hosts
    192.168.1.205 vmrhel6032 vmrhel6032.quist.ch
    127.0.0.1     localhost  localhost.localdomain localhost4 localhost4.localdomain4
    ::1           localhost  localhost.localdomain localhost6 localhost6.localdomain6
    # cat /etc/sysconfig/network
    NETWORKING=yes
    HOSTNAME=vmrhel6032.quist.ch
    # cat /etc/sysconfig/network-scripts/ifcfg-eth0
    # Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
    DEVICE=eth0
    HWADDR=00:0C:29:6A:98:70
    ONBOOT=yes
    NETWORK=192.168.1.0
    NETMASK=255.255.255.0
    IPADDR=192.168.1.205
    #Thanks to your post I noted that the hostname consist already of my domain entry. Try your configuration first without domain entry. It should look like:
    # hostname
    vmrhel6032
    # domainname
    (none)
    # cat /etc/hosts
    192.168.1.205 vmrhel6032
    127.0.0.1     localhost  localhost.localdomain localhost4 localhost4.localdomain4
    ::1           localhost  localhost.localdomain localhost6 localhost6.localdomain6
    # cat /etc/sysconfig/network
    NETWORKING=yes
    HOSTNAME=vmrhel6032
    # cat /etc/sysconfig/network-scripts/ifcfg-eth0
    # Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
    DEVICE=eth0
    HWADDR=00:0C:29:6A:98:70
    ONBOOT=yes
    NETWORK=192.168.1.0
    NETMASK=255.255.255.0
    IPADDR=192.168.1.205
    #Otherwise use the first example and don't forget to restart your server resp. the network service. ;)

  • Installation of Oracle 11g 32 bit Client on Windows 7 (32 bit) laptop.

    Hi,
    I just got a new Laptop with Windows 7 (32 bit) operating system.
    Has any one successfully installed Oracle 11g client on in Windows 7 environment and if so what are the steps involved.
    In the past I have never had any trouble installing an Oracle client on a Windows work station.
    Thanks,
    Ashim.

    Oracle hasn't officially supported 11g on windows 7. folks have installed it successfully too. Check the below threads.
    Re: 11g R1 database installation is successful on windows 7 64-bit
    Oracle 11g on Windows 7
    Re: DB 11gR2 for Windows ??
    HTH
    -Anantha

  • OEM 10.2.0.5 Errors Monitoring Oracle 11g on RHEL 5.3 64-bit

    Hi,
    I am trying to setup a grid control box to monitor two 11gR1 databases on a RAC cluster. We have Oracle CRS for the clustering software and we are using OEM GC 10.2.0.5. I have cloned 10.2.0.5 agents from the OMS install and the hosts show up in OEM.
    The listener shows as down in the EM console. The database shows down too with "Agent Connection to Instance" failed with ORA-12545. Connect failed because target host or object does not exist (DBD ERROR: OCIServerAttach).
    My emagemt_perl.trc has the following:
    has_metrics.pl: Wed Jan 27 23:38:01 2010: WARN: WARN:has::Common:: has::Common::hasGetSQLResults: Could not
    connect.
    I discovered the targets with the agent, when it was added to EM. I also set the dbsnmp password but I am still getting the error.
    Thanks for any ideas,
    Pedro B. Morales

    LSNRCTL> status
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.1.0.6.0 - Production
    Start Date 28-JAN-2010 00:36:10
    Uptime 0 days 17 hr. 11 min. 52 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /oracle/app/oracle/product/11.1.0/db/network/admin/listener.ora
    Listener Log File /oracle/app/oracle/diag/tnslsnr/corp1052/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=corp1052)(PORT=1521)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+ASM2", status READY, has 1 handler(s) for this service...
    Service "+ASM_XPT" has 1 instance(s).
    Instance "+ASM2", status READY, has 1 handler(s) for this service...
    Service "dex.example.com" has 2 instance(s).
    Instance "dex1", status READY, has 1 handler(s) for this service...
    Instance "dex2", status READY, has 2 handler(s) for this service...
    Service "dexXDB.example.com" has 2 instance(s).
    Instance "dex1", status READY, has 1 handler(s) for this service...
    Instance "dex2", status READY, has 1 handler(s) for this service...
    Service "dex_XPT.example.com" has 2 instance(s).
    Instance "dex1", status READY, has 1 handler(s) for this service...
    Instance "dex2", status READY, has 2 handler(s) for this service...
    The command completed successfully
    The output of SQLPlus:
    [oracle@dbhost: db]$ bin/sqlplus dex@DEX
    SQL*Plus: Release 11.1.0.6.0 - Production on Thu Jan 28 18:40:11 2010
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP, Data Mining
    and Real Application Testing options

  • Oracle ILM Assistant 1.4 Installation for Oracle 11g Express Edition

    Can we use Oracle ILM Assistant 1.4 with Oracle 11g Express Edition?
    I installed ILM Assistant with Oracle 11g Express Edition along with default APEX in my laptop. Oracle SQLPlus connect and Application Express working fine. But facing problem is connecting ILM Assistant.
    I used below commands to install ILM Assistant
    sqlplus /nolog
    Connect SYS as SYSDBA
    Password: oracle
    @ilma_install oracle ILM_ASSISTANT NONE
    granted all access rights to user
    @ilma_post_install
    I restarted by computer once installation completes.
    When I use http://localhost:8080/pls/apex/f?p=737677 address in IE to connect ILM Assistant it ask for XDB server username and password. When I provide default password IE giving 404 Not Found error.
    Just wondering if I am missing something or issue is some thing else.

    Hermann, thanks for your support.
    Answer: please use username in Capital Letters
    e.g.
    SQL> @grant_privs ILM_USER_TEST;

  • Installation of Oracle 11g on Windows 8

    I am trying to install Oracle 11g Database in my windows 8 system.
    Whenever i click on the setup.exe the installer window pops up and nothing happens.
    I am running it as an administrator.
    I need some help on this. I have tried to run in compatibility mode as well but help.

    994288 wrote:
    I am trying to install Oracle 11g Database in my windows 8 system.Pl identify exact version. Neither 11gR1 not 11gR2 are supported on Win 8 - supported OS versions are documented - http://docs.oracle.com/cd/E11882_01/install.112/e24186/reqs.htm#CHDHGGFE
    Certification of Win 8 is expected with a future release - see http://www.oracle.com/technetwork/database/windows/tech-info/sod-oracle-db-win8-win2012-1853201.pdf
    You have three options
    1. Wait for this future Oracle release
    2. Downgrade your OS to a supported version.
    3. Install VM software (like Virtualbox), create a VM, install a supported OS in the VM, then install 11gR2 in the VM - see my blog (linked in my profile) for a detailed example
    Whenever i click on the setup.exe the installer window pops up and nothing happens.
    I am running it as an administrator.
    I need some help on this. I have tried to run in compatibility mode as well but help.HTH
    Srini

  • Apex 3.2 installation in Oracle 11g

    I had installed oracle 11g on my PC. I replaced the apex directory with the apex3.2 directory. Followed all steps mentioned in Apex 3.2 installation guide, but got error while executing the apex_epg_config.sql sript, due to which i am not able to log in
    http://localhost:8080/apex/apex_admin
    The XDB connection could not be established. The username Admin and password "password" also does not work.
    Can anyone give me the step by step installation guide for apex3.2 installation.
    How can i attach a word document to show the error i am getting while installation ?
    Yogesh

    I sucessfully installed Apex 3.2 on Oracle 11g database using the following steps :
    1.     APEX 3.2 INSTALLATION STEPS
    2.     Download Apex3.2
    3.     Create folder as D:\apex32
    4.     Extract Apex3.2 into D:\apex32
    5.     The path of Apex folder will be D:\apex32\apex
    6.     Install Microsoft Loopback adapter (In case of Individual PC).
    7.     After installation, Right click the newly created Local Area connection. Go to TCP/IP properties.
    Give IP address as 127.0.0.1(any) and subnet mask as 255.255.255.0
    8.     Create Apex Tables space as follows:
    9.     CREATE SMALLFILE TABLESPACE "APEX_MAIN"
    10.     DATAFILE 'D:\ORCL11G\ORADATA\ORCL\APEX_MAIN.DBF'
    11.     SIZE 250M REUSE
    12.     AUTOEXTEND ON NEXT 100K
    13.     MAXSIZE 1024M
    14.     LOGGING
    15.     EXTENT MANAGEMENT LOCAL
    16.     SEGMENT SPACE MANAGEMENT AUTO
    17.     DEFAULT NOCOMPRESS;
    18.     CREATE SMALLFILE TABLESPACE "APEX_FILES"
    19.     DATAFILE 'D:\ORCL11G\ORADATA\ORCL\APEX_FILES.DBF'
    20.     SIZE 100M REUSE
    21.     AUTOEXTEND ON NEXT 100K
    22.     MAXSIZE 1024M
    23.     LOGGING
    24.     EXTENT MANAGEMENT LOCAL
    25.     SEGMENT SPACE MANAGEMENT AUTO
    26.     DEFAULT NOCOMPRESS;
    27.     CREATE SMALLFILE TEMPORARY TABLESPACE "APEX_TEMP"
    28.     TEMPFILE 'D:\ORCL11G\ORADATA\ORCL\APEX_TEMP.DBF'
    29.     SIZE 50M REUSE
    30.     AUTOEXTEND ON NEXT 25K
    31.     MAXSIZE 512M
    32.     EXTENT MANAGEMENT LOCAL
    33.     UNIFORM SIZE 1M;
    34.     DROP USER FLOWS_030000 CASCADE;
    35.     Right click SQL Plus - Go to Properties
    36.     Type D:\apex32\apex in “Start in “
    37.     In SQL PLUS login as SYSDBA
    38.     @apexins APEX_MAIN APEX_FILES APEX_TEMP /i/
    39.     @apex_epg_config D:\apex32 or @apxldimg D:\apex32 (for upgrade from previous version)
    40.     EXEC DBMS_XDB.SETHTTPPORT(8080);
    41.     @apxconf (Type password for Admin account)
    42.     @apxchpwd (To change the password for admin account)
    43.     ALTER USER ANONYMOUS ACCOUNT UNLOCK; Create Apex Tables space as follows:
    44.     ALTER USER FLOW_FILES ACCOUNT UNLOCK;
    45.     ALTER USER APEX_PUBLIC_USER ACCOUNT UNLOCK;
    46.     http://localhost:8080 / apex / apex
    47.     WORKSPACE – INTERNAL
    48.     USERNAME - ADMIN
    49.     PASSWORD - password
    Yogesh

  • Upgrade steps needed - Oracle 10g to Oracle 11g in RHEL 4

    Hello,
    Am in the process of upgrading oracle 10g with 10.1.4.3 IDM,10.1.0.5 DB and 10.1.4.2 portal version to Oracle 11g. Now I see that there are some compatibilities in the OS. I have RHEL 4 and when I check the compatibility guide I see that it is possible to install/upgrade the oracle to 11g. But am worried on the kernel and packages which is needed for Oracle 11g. If there is any step by step assistance on this please guide me. Also I have an another query can I upgrade the OS RHEL 4 to RHEL 5 and then Oracle 10g to Oracle 11g. Will I be seeing any issue after the OS upgrade with product upgrade. Kindly advise me.
    R/Ganesh

    This is all about libraries, some libraries between RHEL 4 and 5 had change and this may lead to malfunction of some products, cause they have been copiled using old libraries that doesn't exist now, even I think in the upgradres there are compatibility modes where let you keep old libraries, anyway seems a difficult thing to do. If you plan to move RHEL 4 to 5, I think this is your first step and then install again the Portal in the old version, and then make the upgrade, If you make this step by step, as firts install RHEL 5, install db, install portal, upgrade DB and finaly upgrade portal, would be easier. You may want to read the Master note for this upgrades in oracle Support 873751.1
    Greetings.

  • Oracle 11g Enterprise Manager Issue -- Cannot run DB & em dbconsole at 1ce

    Hi All
    I am coming for your help with a query uncommon. I have configured, my oracle 11g database, on windows 32 bit machine. Initially I had set sga_target to enable ASMM expecting Oracle to manage this part. However, upon subsequent restart, DB could never be started with continuous +"ORA-12853 cannot allocate xxxxK blocks to PX"+ stuff.
    Reading some content over the net, I've unset SGA_TARGET and turned OFF ASMM and managed to start the db. Now, when I configured the EM on this machine and start it up I am able to open the URL https://xxx.xxx.xxx.xxx:1158/em, I am not able to login as authentication failure is returned where as the same set of userid and password work with out any complaints. Upon some look up, I realise EM dbconsole on the db server is consuming almost all of the available memory on the host leaving no space for Oracle or other processes on server. I cannot add any more memory for H/W restrictions. Having a page file of 4xRAM is not doing the trick. My attempts to grow oracle also do not help. I thought if I could control the memory utils of the EM AGENT and the corresponding Java process, it might help. I do not if that could be achieved.
    Can we control, the REAL Memory Utilisation of the EM processes? Does any OS setting or Oracle setting help us achieve this? Please advice.
    Regards!
    Sarat

    I am running windows 32 bit on Intel x86. Below is the extract of the system info. I hope this is useful.
    OS Name: Microsoft Windows XP Professional
    OS Version: 5.1.2600 Service Pack 2 Build 2600
    OS Manufacturer: Microsoft Corporation
    OS Configuration: Standalone Workstation
    OS Build Type: Multiprocessor Free\
    Sarat

  • Oracle 11g XE: Some services cannot be started

    Hello,
    I installed Oracle 11g XE on Windows 7 Home Premium.
    In Windows Task Manager --> Services,  There are the following services:
        OracleJobSchedulerXE  (Stopped)
        OracleMTSRecoveryService (Stopped)
        OracleSeviceXE  (Running)
        OracleXEClrAgent  (Stopped)
        OracleXETNSListener (Running)
    The status of three of them are stopped. I tried to start them from Windows Task Manager, I got message: The operation could  not be  completed, Access denied. Could someone tell me why they cannot started? What these services used for?
    Many thanks.

    Hi,
        OracleJobSchedulerXE  (Stopped)
        OracleMTSRecoveryService (Stopped)
        OracleSeviceXE  (Running)
        OracleXEClrAgent  (Stopped)
        OracleXETNSListener (Running)
    You should be able able to access the database if OracleSeviceXE  is running. If you can't access the database check the alret_XE.log and post last few lines from the file.
    Hope this old thread is helpful
    https://community.oracle.com/thread/2496025
    Regards
    Yoonas

Maybe you are looking for

  • HT202157 How Can I Fix the Home sharing in the apple tv ?

    This problem is now from almost 2 months or more .. My apple tv was working fine .. untill i updated it .. - Home sharing : i watch my tv shows and movies through home sharing to apple tv but now its just keep buffering .. i have to turn off home sha

  • Looking for a BAPI

    Hi folks, My problems with the transaction O4K_LICENSE never look to cease :D.... I had used CALL TRANSACTION method to perform the BDC and then get the Internal license number through the transaction. But, as per the requirements I am supposed to us

  • Printing HINDI Language is possible in Offline Interactive Adobe forms

    Hi All, Actually I am working on Offline Interactive Adobe forms.So my requirement is print the offline adobe forms in HINDI language. That form will goes to the user through email with some HINDI text, headings and fields names. After that user can

  • PXI-6230 analog input trigger setup

    Hi, Can anyone point me in the right direction of how to configure the PXI-6230 card to implement 3 of the analog input channels as a digital input trigger? The input to each channel is TTL pulses. I want to have a trigger event on every pulse from a

  • Display all dates between date range (Time Dimension left outer join Fact)

    All, I have done some searching around this issue but within all the posts regarding date variables, date prompts and date filtering I haven't seen one exactly answering my issue (maybe they are and I just dont have my head around it correctly yet).