Oracle 8.1.7 on Redhat 9: Tns Listener TNS-12545, TNS-12560, TNS-005 errors

I have installed Oracle 8.1.7 on RH9 following Arothmel at www3.sympatico.ca/arothmel
with success. The database is created, and oracle can be lunch without problem but "lsnrctl start" give errors:
[oracle@padbd oracle]$ lsnrctl start
LSNRCTL for Linux: Version 8.1.7.0.0 - Production on
19-JUN-2006 01:09:16
(c) Copyright 1998 Oracle Corporation. All rights reserved.
Starting /u01/oracle/product/8.1.7/bin/tnslsnr: please wait...
TNS-12545: Connect failed because target host or object does not exist
TNS-12560: TNS:protocol adapter error
TNS-00515: Connect failed because target host or object does not exist
Linux Error: 2: No such file or directory
[oracle@padbd oracle]$
[oracle@padbd oracle]$ lsnrctl status listener
LSNRCTL for Linux: Version 8.1.7.0.0 - Production on
19-JUN-2006 00:53:07
(c) Copyright 1998 Oracle Corporation. All rights reserved.
Connecting to
(DESCRIPTIonfiltered=(ADDRESS=(PROTOCOL=TCP)(HOST=padbd.softmobiles.net)(PORT=1521)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
Linux Error: 111: Connection refused
this is the result of ping at padbd.softmobiles.net
[oracle@padbd oracle]$ ping padbd.softmobiles.net
PING padbd.softmobiles.net (192.168.101.209) 56(84)
bytes of data.
64 bytes from padbd.softmobiles.net (192.168.101.209):
icmp_seq=1 ttl=64 time=0.060 ms
64 bytes from padbd.softmobiles.net (192.168.101.209):
icmp_seq=2 ttl=64 time=0.055 ms
64 bytes from padbd.softmobiles.net (192.168.101.209):
icmp_seq=3 ttl=64 time=0.053 ms
and this is the result of sqlplus system/manager
[oracle@padbd oracle]$ sqlplus system/manager
SQL*Plus: Release 8.1.7.0.0 - Production on Mon Jun 19 00:58:48 2006
(c) Copyright 2000 Oracle Corporation. All rights reserved.
Connected to: Oracle8i Enterprise Edition Release 8.1.7.0.1 - Production
JServer Release 8.1.7.0.1 - Production
SQL>
And you know if I lunch "lsnrctl status" with a wrong file name then the computer waits for 3scons and displays this:
[oracle@padbd oracle]$ lsnrctl status listene
LSNRCTL for Linux: Version 8.1.7.0.0 - Production on
19-JUN-2006 01:13:15
(c) Copyright 1998 Oracle Corporation. All rights reserved.
TNS-01101: Could not find service name listene
NNC-00405: network failure
[oracle@padbd oracle]$
So I don't really know where is the problem with this TNS issue.
I need your help.
Thanks and Regards
Justin
Here are the contents of the tns file
tnsnames.ora
# TNSNAMES.ORA Network Configuration File: /u01/oracle/product/8.1.7/network/admin/tnsnames.ora
# Generated by Oracle configuration tools.
File:/u01/app/oracle/product/8.1.6/network/admin/tnsnames.ora
# Generated by Oracle configuration tools.
PADBD.SOFTMOBILES.NET =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)
(HOST = padbd.softmobiles.net)(PORT = 1521))
(CONNECT_DATA =
(SERVICE_NAME = padbd.softmobiles.net)
EXTPROC_CONNECTION_DATA.SOFTMOBILES.NET =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
BILBO.SOFTMOBILES.NET =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)
(HOST = galadriel.softmobiles.net)(PORT = 1521))
(CONNECT_DATA =
(SERVICE_NAME = bilbo.softmobiles.net)
PADBD =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.101.209)(PORT = 1521))
(CONNECT_DATA =
(SERVICE_NAME = padbd.softmobiles.net)
INST1_HTTP =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.101.209)(PORT = 1521))
(CONNECT_DATA =
(SERVER = SHARED)
(SERVICE_NAME = padbd.softmobiles.net)
(PRESENTATION = http://admin)
)

Hi,
a different point: make sure the (host = ) part of your ADDRESS_LIST is correct, it seems the listener tries to bind to a host/port combination that does not exist. Don't use localhost there or nobody will be able to connect to the database which is probably not what you what.
Regards,
Martin

Similar Messages

  • ORA-12516, TNS:listener could not find available handler Weblogic error

    Hello,
    I have a wierd issue while setting up a datasource in weblogic.
    The database am trying to connect to is an Oracle DB and am using a LDAP based URL as the datasource URL in weblogic.
    Service name : PSG03900_PEWTER_APPL.WORLD
    The LDAP url given was jdbc:oracle:thin:@ldap://oid_ldap_server_ln.csfp.co.uk:1522/PSG03900_PEWTER_APPL.WORLD,cn=OracleContext,dc=uk,dc=csfb,dc=com
    driver oracle.jdbc.xa.client.OracleXADataSource
    When am trying to setup the datasource and test the connection configuration the test is successful. However when I try to activate the changes I get the following error:
    An error occurred during activation of changes, please see the log for details.
    weblogic.application.ModuleException:
    Listener refused the connection with the following error: ORA-12516, TNS:listener could not find available handler with matching protocol stack The Connection descriptor used by the client was: (DESCRIPTION = (SDU = 8192) (TDU = 8192) (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = PSGLOD2008-SCAN.AP.HEDANI.NET)(PORT = 1522)) (LOAD_BALANCE = ON) (FAILOVER = ON ) ) (CONNECT_DATA = (SERVICE_NAME = PSG03900_PEWTER_APPL.WORLD) (FAILOVER_MODE = (TYPE = SESSION) (METHOD = BASIC) (RETRIES = 20) (DELAY = 5))))
    The DBAs have confirmed to me that the database setup on their side is correct as they are able to do a tnsping and sqlplus connectivity succeeds.
    I have also tried accessing the database through PL/SQL developer and am able to login however the weblogic activation fails for some wierd reason.
    Could I request someone to enlighten me what I am missing here? I have been at it for days now.
    Many thanks.
    Best Regards,
    Vinod
    Edited by: 984452 on Jan 27, 2013 11:16 PM

    Hi Kishore,
    Thank you for the response.
    The number of processes has been set to 500 and number of sessions set to 792 and currently the utilization has just reached 15% of the limit set.
    We are using Weblogic 9.2 and trying to connect to Oracle 11g database, could the Oracle thin client being used in Weblogic have any issues connecting?
    Many thanks.
    Vinod

  • Installation of Oracle 8.1.17 on Redhat Linux Enterprise Edition 2.4

    dear all
    I have tried to Oracle 8.1.17 on Redhat Linux Enterprise Edition 2.4 but it gives an error "Error in invoking target make file .."
    I tried using retries it failed each time to prorceed.
    I checked for my binutils ( binutils-2.14.90.0.4-26 ) but mine are higher than binutils-2.11.90.0.8-13.i386.rpm required ..
    do i need to down grade my binutils for 8.1.7
    abhi

    Hi Abhi!
    If I remember correctly (817 is stone age) the binutils used a strange debug flag in the 2.11.90.0.8-13 (something with -z).
    If this is not present in your newer version of the binutils the make will fail.
    Try downgrading the binutils during the installation.
    cu
    Andreas

  • ORA-12514: TNS:listener does not currently know of service

    Hi All,
    I've created physical standby in my production 'dbe'. All the steps were success expect listner connections. on my primary site error as
    ERROR STATUS
    VALID
    ORA-12514: TNS:listener does not currently know of service ERROR
    requested in connect descriptor
    Standby listner file as bellow:
    # listener.ora Network Configuration File: /u02/app/oradbe/product/11.2.0/dbhome_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = stbdbe.expolanka.com)(PORT = 1522))
    ADR_BASE_LISTENER = /u02/app/oradbe
    ================================================
    last lines of log.xml
    <msg time='2013-02-01T05:52:17.260+05:30' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='stbdbe.expolanka.com'
    host_addr='10.2.2.12'>
    <txt>TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    </txt>
    </msg>
    <msg time='2013-02-01T05:52:17.269+05:30' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='stbdbe.expolanka.com'
    host_addr='10.2.2.12'>
    <txt>01-FEB-2013 05:52:17 * (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=stbdbe.expolanka.com)(CID=(PROGRAM=oracle)(HOST=expdb.expolanka.com)(USER=oradbe))) * (ADDRESS=(PROTOCOL=tcp)(HOST=10.2.20.66)(PORT=46579)) * establish * stbdbe.expolanka.com * 12514
    </txt>
    </msg>
    <msg time='2013-02-01T05:52:17.269+05:30' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='stbdbe.expolanka.com'
    host_addr='10.2.2.12'>
    <txt>TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    </txt>
    </msg>
    <msg time='2013-02-01T05:53:17.283+05:30' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='stbdbe.expolanka.com'
    host_addr='10.2.2.12'>
    <txt>01-FEB-2013 05:53:17 * (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=stbdbe.expolanka.com)(CID=(PROGRAM=oracle)(HOST=expdb.expolanka.com)(USER=oradbe))) * (ADDRESS=(PROTOCOL=tcp)(HOST=10.2.20.66)(PORT=12037)) * establish * stbdbe.expolanka.com * 12514
    </txt>
    </msg>
    <msg time='2013-02-01T05:53:17.284+05:30' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='stbdbe.expolanka.com'
    host_addr='10.2.2.12'>
    <txt>TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    </txt>
    </msg>
    <msg time='2013-02-01T05:53:17.292+05:30' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='stbdbe.expolanka.com'
    host_addr='10.2.2.12'>
    <txt>01-FEB-2013 05:53:17 * (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=stbdbe.expolanka.com)(CID=(PROGRAM=oracle)(HOST=expdb.expolanka.com)(USER=oradbe))) * (ADDRESS=(PROTOCOL=tcp)(HOST=10.2.20.66)(PORT=12038)) * establish * stbdbe.expolanka.com * 12514
    </txt>
    </msg>
    <msg time='2013-02-01T05:53:17.292+05:30' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='stbdbe.expolanka.com'
    host_addr='10.2.2.12'>
    <txt>TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    </txt>
    </msg>
    <msg time='2013-02-01T05:53:17.300+05:30' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='stbdbe.expolanka.com'
    host_addr='10.2.2.12'>
    <txt>01-FEB-2013 05:53:17 * (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=stbdbe.expolanka.com)(CID=(PROGRAM=oracle)(HOST=expdb.expolanka.com)(USER=oradbe))) * (ADDRESS=(PROTOCOL=tcp)(HOST=10.2.20.66)(PORT=12039)) * establish * stbdbe.expolanka.com * 12514
    </txt>
    </msg>
    <msg time='2013-02-01T05:53:17.300+05:30' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='stbdbe.expolanka.com'
    host_addr='10.2.2.12'>
    <txt>TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    </txt>
    </msg>
    Pls help me.
    Rgds,
    Athurumithuru

    Hi,
    Thanks for the reply.. Here are results.
    On my primary side
    =============
    [oradbe@expdb ~]$
    [oradbe@expdb ~]$ sqlplus "sys/oracle@stbdbe as sysdba"
    SQL*Plus: Release 11.2.0.3.0 Production on Fri Feb 1 06:52:11 2013
    Copyright (c) 1982, 2011, Oracle. All rights reserved.
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    Enter user-name: ^C
    [oradbe@expdb ~]$
    [oradbe@expdb ~]$ tnsping stbdbe
    TNS Ping Utility for Linux: Version 11.2.0.3.0 - Production on 01-FEB-2013 06:52:26
    Copyright (c) 1997, 2011, Oracle. All rights reserved.
    Used parameter files:
    /u02/app/oradbe/product/11.2.0/dbhome_1/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = stbdbe.expolanka.com)(PORT = 1522)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = stbdbe.expolanka.com)))
    OK (10 msec)
    [oradbe@expdb ~]$
    [oradbe@expdb ~]$
    On my standby site
    =============
    [oradbe@stbdbe ~]$
    [oradbe@stbdbe ~]$ sqlplus "sys/oracle@dbe as sysdba"
    SQL*Plus: Release 11.2.0.1.0 Production on Fri Feb 1 06:48:57 2013
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    Enter user-name: ^C
    [oradbe@stbdbe ~]$ tnsping dbe
    TNS Ping Utility for Linux: Version 11.2.0.1.0 - Production on 01-FEB-2013 06:49:14
    Copyright (c) 1997, 2009, Oracle. All rights reserved.
    Used parameter files:
    /u02/app/oradbe/product/11.2.0/dbhome_1/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = expdb.expolanka.com)(PORT = 1522)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = dbe)))
    OK (10 msec)
    [oradbe@stbdbe ~]$
    But on my client machine, I can log into primary
    =================
    C:\Users\Amila>sqlplus sys/oracle@dbe as sysdba;
    SQL*Plus: Release 11.2.0.1.0 Production on Fri Feb 1 06:55:38 2013
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL>

  • Failed to start tns listener on oracle xe on redhat 3

    hi.. i stopped the listener manually
    when i tried to start it, i got:
    Starting /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    NL-00280: error creating log stream /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    NL-00278: cannot open log file
    SNL-00016: snlfohd: error opening file
    Linux Error: 13: Permission denied
    i'm starting as root (can't enter user oracle, even though it's not locked accroding to passwd -s)

    >
    but i still cant' login as oracle using login oracle, it still gives me incorrect login.
    >
    This looks like a different problem and would normally require a new thread, but still...can you give us more details, maybe we can help...?
    What's the error you get? Any relevant entries in log files? Did you perform any change on this account lately? if so, how did you do that?

  • Oracle 8.1.5 with redhat 6.2

    I am currently running 8i 8.1.5 straight from the CD w/o any patches on red hat 6.0. When I tried applying the patches a while ago, nothing would work. Anycase for what I am doing all works very well. My question is simple. Can I upgrade to redhat 6.2 and have 8i 8.1.5 still function or will 8i break??
    thanks
    carl
    null

    I was receiving the same problem. I finally got around it by setting up my environment - ORACLE_HOME, LD_LIBRARY_PATH, etc.. to my new ORACLE_HOME before I ran the installer.
    I also got through it alot faster when I did the install under a new user - not oracle.
    The only env var that was identical to the
    oracle users environment was TNS_ADMIN.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by dwt1105:
    I'm trying to install webdb v2.2 on redhat 6.1 with oracle 8.1.5. I enter the prompts for sys password and tns alias, and I get a notification:
    owa40.vrf(93) OS_ERROR while spawning sqlplus -a /nolog @passwd.sql sys/<my password here>@<my tns alias>. (No such file or directory).
    I made sure the webdb home was in my path and that the new bin and lib were in both my path and ld_library_path variables.
    Any ideas where I dropped this ball????<HR></BLOCKQUOTE>
    null

  • Error CreateOUIProcess - Oracle 8.1.5 on RedHat 6

    I am having the error
    error CreateOUIProcess(): -1
    Bad Address
    when i start the installer - ./runInstaller
    null

    I was receiving the same problem. I finally got around it by setting up my environment - ORACLE_HOME, LD_LIBRARY_PATH, etc.. to my new ORACLE_HOME before I ran the installer.
    I also got through it alot faster when I did the install under a new user - not oracle.
    The only env var that was identical to the
    oracle users environment was TNS_ADMIN.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by dwt1105:
    I'm trying to install webdb v2.2 on redhat 6.1 with oracle 8.1.5. I enter the prompts for sys password and tns alias, and I get a notification:
    owa40.vrf(93) OS_ERROR while spawning sqlplus -a /nolog @passwd.sql sys/<my password here>@<my tns alias>. (No such file or directory).
    I made sure the webdb home was in my path and that the new bin and lib were in both my path and ld_library_path variables.
    Any ideas where I dropped this ball????<HR></BLOCKQUOTE>
    null

  • Webdb22 & oracle 8.1.5 on redhat 6.1

    I'm trying to install webdb v2.2 on redhat 6.1 with oracle 8.1.5. I enter the prompts for sys password and tns alias, and I get a notification:
    owa40.vrf(93) OS_ERROR while spawning sqlplus -a /nolog @passwd.sql sys/<my password here>@<my tns alias>. (No such file or directory).
    I made sure the webdb home was in my path and that the new bin and lib were in both my path and ld_library_path variables.
    Any ideas where I dropped this ball????

    I was receiving the same problem. I finally got around it by setting up my environment - ORACLE_HOME, LD_LIBRARY_PATH, etc.. to my new ORACLE_HOME before I ran the installer.
    I also got through it alot faster when I did the install under a new user - not oracle.
    The only env var that was identical to the
    oracle users environment was TNS_ADMIN.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by dwt1105:
    I'm trying to install webdb v2.2 on redhat 6.1 with oracle 8.1.5. I enter the prompts for sys password and tns alias, and I get a notification:
    owa40.vrf(93) OS_ERROR while spawning sqlplus -a /nolog @passwd.sql sys/<my password here>@<my tns alias>. (No such file or directory).
    I made sure the webdb home was in my path and that the new bin and lib were in both my path and ld_library_path variables.
    Any ideas where I dropped this ball????<HR></BLOCKQUOTE>
    null

  • Oracle 8.1.6 on RedHat 8.0 libjox8.so problems

    hi,
    i have installed oracle 8.1.6 on RH 8. i did not create database
    at install time.
    After installation i applied the glibc-stubs patch from otn. Then i
    started dbassist utility to create database.
    After dbassist wizard has finished and database creation has started i
    get an error "ORA-12547: TNS:lost contact"
    when i start
    sqlplus with scott/tiger i get the following error :
    relocation error: /ora01/app/oracle/product/8.1.6/lib/libjox8.so:
    undefined symbol: __fixunssfdi
    ORA-12547: TNS:lost contact
    Can somebody help me out with this problem.
    Thanx in advance
    Tejas Arun Kokje
    Project Trainee
    DDE-ORG (www.ddeorg.com)

    Dear Arun,
    I am not been able to install oracle 8.1.6 on Redhat 8.0 Please send me the installation procedure.
    Thanking you
    Pravin Takpire
    ICFAI B School, Pune

  • Oracle 8.1.16 on RedHat 7.0

    Hello, i've managed to install Oracle 8.1.16 on RedHat 7.0 after numerous installation and going thru all the work around provided by those who have posted their message here.Thanks u guys.
    Anyway, I still having problem starting the db. Running svrmgrl,then connect internal works fine..but type-in startup...and there are no response at all(checking the pid just give me [oracle<defunct>].
    And i have problem with TNS: could not resolve service name even thought i've edited listener.ora and tnsnames.ora as required but I'm not sure wether i've edited it right.
    Can some one post to me the right listener.ora and tnsnames.ora files.
    Thank u for your help.

    I have the identical problem, the database hangs up initializing. Your description is exactly as I see it, with svrmgrl not able to startup...have you made any further progress ?
    Thanks Art
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by jeunu ([email protected]):
    Hello, i've managed to install Oracle 8.1.16 on RedHat 7.0 after numerous installation and going thru all the work around provided by those who have posted their message here.Thanks u guys.
    Anyway, I still having problem starting the db. Running svrmgrl,then connect internal works fine..but type-in startup...and there are no response at all(checking the pid just give me [oracle<defunct>].
    And i have problem with TNS: could not resolve service name even thought i've edited listener.ora and tnsnames.ora as required but I'm not sure wether i've edited it right.
    Can some one post to me the right listener.ora and tnsnames.ora files.
    Thank u for your help.<HR></BLOCKQUOTE>
    null

  • HELP! Can not install Oracle 8.1.5 w/ RedHat 6.1!

    I can not get Oracle 8.1.5 to install onto Linux RedHat 6.1. The
    Oracle installation script generates several errors. I have
    tried several attempts, using different options, but they all
    generate errors.
    Please help. The Oracle Installation scripts appear to be very
    buggy... or perhaps they are incompatible with the standard
    RedHat 6.1 release. Either way, it is very frustrating.
    I have documented one of my (failed) installation attempts below.
    Does anyone have any words of wisdom?
    I am installing Oracle onto a Dell Latitude CPi PC w/ 128MB RAM,
    a 366MHz Pentium II, and RedHat 6.1 (using the standard Linux
    2.2.12-2 kernel). RedHat was installed using the standard "Gnome
    Workstation" configuration.
    The Oralce CD is labeled:
    "Oralce 8i Enterprise Edition
    Release 8.1.5
    for Linux
    (c) Oracle Corporation 1999"
    I got this CD about one week ago at Oracle OpenWorld '99 in Los
    Angeles... it should be their "latest & greatest" version so far.
    1. Pre-Installation and ./runInstall
    I created an "oracle" Unix account w/ groups "oinstall" (the
    primary group) and "dba" (a secondary group).
    I created directories /u01 through /u04, belonging to oracle.
    I setup .cshrc and sourced it, containing:
    umask 022
    setenv DISPLAY `hostname`:0
    xhost +
    setenv ORACLE_BASE /u01/app/oracle
    setenv ORACLE_HOME ${ORACLE_BASE}/product/8.1.5
    setenv ORACLE_SID cprtest
    setenv PATH ${ORACLE_HOME}/bin:${PATH}
    setenv LD_LIBRARY_PATH ${ORACLE_HOME}/lib
    setenv NLS_LANG US7ASCII
    I downloaded jre116_v5 and installed to /usr/local/jre.
    Finally, I executed (from the "oracle" Unix account):
    cd /mnt/cdrom
    ./runInstall
    Problem: I got the error (from ./runInstall):
    Initializing Java Virtual Machine from /usr/local/jre/bin/jre.
    Please wait...
    Error in CreateOUIProcess(): -1
    : Bad address
    Workaround: Executed the following commands instead:
    cd /mnt/cdrom/install/linux
    ./runIns.sh
    3. runIns.sh and root.sh
    I selected the following options (from ./runIns.sh):
    Source: /mnt/cdrom/stage/products.jar
    Destination: /u01/app/oracle/product/8.1.5
    Oracle 8i Enterprise Edition 8.1.5.0.0
    Typical (585MB)
    Installable Components: Oralce Intelligent Agent 8.1.5.0.0
    Global Database Name: cprtest.parkrussell.com
    SID: cprtest
    Directory for Database Files: /u02
    Then (when instructed by ./runIns.sh), I attempted to execute
    (from the
    "root" Unix account):
    cd /u01/app/oracle/product/8.1.5
    ./root.sh
    Problem: I got the error:
    "bash: ./root.sh: Permission denied"
    The execute bit was not set.
    Workaround: I executed:
    chmod a+x root.sh
    ./root.sh
    5. Configuration Tools
    The Oracle Installer (./runIns.sh) attempted to execute:
    A. Net8 Configuration Agent
    B. Oracle Database Configuration Agent
    Problem: The "Oracle Database Configuration Agent" failed with
    the following error message:
    "One or more tools have failed. It is recommended but not
    required that these tools succeed for this installation.
    You can now select these tools, read its details to examine
    why they have failed, fix those problems, and retry them.
    Or, you can click "Next" to continue."
    When I selected the "Oracle Database Configuration Agent" for
    more info, I got the following additional details (as the cause
    of the error):
    "A required command line argument is missing."
    The log file
    "/u01/app/oracle/oraInventory/logs/installActions.log" recorded:
    "Command which is being spawned is /usr/local/jre/bin/jre
    -Duser.dir=/u01/app/oracle/product/8.1.5/assistants/dbca/jlib
    -classpath
    /usr/local/jre/lib/rt.jar:/u01/app/oracle/product/8.1.5/jlib/ewt-3_1_10.jar:/u01/app/oracle/produc
    /8.1.5/jlib/share-1_0_6.jar:/u01/app/oracle/product/8.1.5/assistants/dbca/jlib/DBAssist.jar:/u01/a
    p/oracle/product/8.1.5/assistants/jlib/jnls.jar:/u01/app/oracle/product/8.1.5/assistants/jlib/ACC.
    AR:/u01/app/oracle/product/8.1.5/jlib/help-3_0_7.jar:/u01/app/oracle/product/8.1.5/jlib/oracle_ice
    4_03_3.jar:/u01/app/oracle/product/8.1.5/jlib/HotJavaBean.jar:/u01/app/oracle/product/8.1.5/jlib/n
    tcfg.jar:/usr/local/jre/lib/i18n.jar
    DBCreateWizard /createtype seed /numusers NO_VALUE /apptype
    NO_VALUE /cartridges NO_VALUE /options NO_VALUE /demos NO_VALUE
    /seedloc NO_VALUE /sid cprtest /orahome
    /u01/app/oracle/product/8.1.5 /orabase /u01/app/oracle /dbloc
    /u02 /clususer NO_VALUE /cluspswd NO_VALUE /nodeinfo NO_VALUE
    /gdbName cprtest.parkrussell.com
    Invalid Exit Code. The following result code will be used for
    configuration tool: 1
    Configuration tool Oracle Database Configuration Assistant
    failed"
    Workaround: There is obviously nothing I can do to fix this
    problem. It appears to be an internal bug in ./runIns.sh.
    Therefore, I selected "Next" and executed "dbassist" directly.
    6. dbassist
    I executed:
    dbassist
    Problem: I got the following error:
    "JNLS Execution:oracle.ntpg.jnls.JNLSException
    Unable to find any National Character Sets. Please
    check your Oracle installation."
    Workaround: Press "OK" and ignore the error.
    7. dbassist (cont.)
    I selected the following options:
    Create database
    Typical
    Copy existing database files from the CD
    Global Database Name: cprtest.parkrussell.com
    SID: cprtest
    Problem: I got the following error:
    "CD-ROM drive not detected on this system.
    Database not created."
    (Note: I've been running the installation scripts from the
    CDROM drive this entire time. "df" shows the CDROM drive
    mounted on /mnt/cdrom. "ls /mnt/cdrom" works too.)
    Workaround: Abort (which generated the additional error: "Unable
    to create database. DBCA-00003: No CD-ROM drive detected.") and
    run dbassist again, this time using different parameters.
    8. dbassist, again
    I executed "dbassist" again and selected the following options:
    Create database
    Typical
    Create new database files
    Hybrid
    Concurrently connected users: 5
    Options: Oralce interMedia, Oralce JServer, and iM demos
    Global Database Name: cprtest2.parkrussell.com
    SID: cprtest2
    Create database now
    Problem: I got the following error:
    "ORA-01012: not logged on"
    Workaround: Try, try again.
    9. dbassist, one last time
    Executed "dbassist" once more and selected the following options:
    Create database
    Typical
    Create new database files
    Hybrid
    Concurrently connected users: 5
    Options: Oralce interMedia, Oralce JServer, and interMedia
    demos
    Global Database Name: cprtest3.parkrussell.com
    SID: cprtest3
    Output creation script
    Then, I executed (from the "oracle" Unix account):
    cd /u01/app/oracle/product/8.1.5/install
    setenv ORACLE_SID cprtest3
    ./sqlcprtest3.sh
    Problem: I got the following output:
    "Oracle Server Manager Release 3.1.5.0.0 - Production
    (c) Copyright 1997, Oracle Corporation. All Rights Reserved.
    Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production
    With the Partitioning and Java options
    PL/SQL Release 8.1.5.0.0 - Production
    SVRMGR> SVRMGR> Connected.
    SVRMGR> ORACLE instance started.
    ORA-01012: not logged on
    SVRMGR> 2> 3> 4> 5> 6> 7>
    8> 9> CREATE DATABASE "cprtest3"
    ORA-01012: not logged on
    SVRMGR> Disconnected."
    Workaround: Beats me.
    10. sqlplus
    I attempted to execute sqlplus, but got the following error
    message:
    "/u01/app/oracle/product/8.1.5/bin/sqlplus: Permission denied."
    The execute bit was not set.
    Workaround: I executed:
    chmod a+x /u01/app/oracle/product/8.1.5/bin/sqlplus
    sqlplus
    I gave up for now... there were just too many things wrong with
    this installation, starting with the very first command I was
    supposed to execute (./runInstaller).
    I can't fathom why Oracle's installation script has so many bugs.
    Am I just doing something terribly wrong?
    Please help.
    null

    I'm using enlightenment version 0.15.5-41, which is more recent
    than the 0.15.5-37 version (containing the Oracle installer
    patch) that you recommended. Unfortunately, it fails when using
    this version.
    I also tried installing Oracle using twm, with enlightenment
    disabled. This didn't help either.
    Furthermore, the errors that I'm encountering in the OUI are
    not just toward the end of the installation. They happen from
    the very beginning, right after I enter "./runInstall", and
    continue every step of the way.
    Calvin Mitchell (guest) wrote:
    : Check out my thread: "Assistants Failure Toward end of Oracle
    : Install" to see where i've gone with this.
    : if your running Enlightenment as your window manager you need
    to
    : upgrade to 0.15.5-37, that will solve the OUI error.
    : Let me know if you solve any of your problems.
    : Chris Russell (guest) wrote:
    : : I can not get Oracle 8.1.5 to install onto Linux RedHat 6.1.
    : The
    : : Oracle installation script generates several errors. I have
    : : tried several attempts, using different options, but they all
    : : generate errors.
    : : Please help. The Oracle Installation scripts appear to be
    very
    : : buggy... or perhaps they are incompatible with the standard
    : : RedHat 6.1 release. Either way, it is very frustrating.
    : : I have documented one of my (failed) installation attempts
    : below.
    : : Does anyone have any words of wisdom?
    : : I am installing Oracle onto a Dell Latitude CPi PC w/ 128MB
    : RAM,
    : : a 366MHz Pentium II, and RedHat 6.1 (using the standard Linux
    : : 2.2.12-2 kernel). RedHat was installed using the standard
    : "Gnome
    : : Workstation" configuration.
    : : The Oralce CD is labeled:
    : : "Oralce 8i Enterprise Edition
    : : Release 8.1.5
    : : for Linux
    : : (c) Oracle Corporation 1999"
    : : I got this CD about one week ago at Oracle OpenWorld '99 in
    Los
    : : Angeles... it should be their "latest & greatest" version so
    : far.
    : : 1. Pre-Installation and ./runInstall
    : : I created an "oracle" Unix account w/ groups "oinstall" (the
    : : primary group) and "dba" (a secondary group).
    : : I created directories /u01 through /u04, belonging to oracle.
    : : I setup .cshrc and sourced it, containing:
    : : umask 022
    : : setenv DISPLAY `hostname`:0
    : : xhost +
    : : setenv ORACLE_BASE /u01/app/oracle
    : : setenv ORACLE_HOME ${ORACLE_BASE}/product/8.1.5
    : : setenv ORACLE_SID cprtest
    : : setenv PATH ${ORACLE_HOME}/bin:${PATH}
    : : setenv LD_LIBRARY_PATH ${ORACLE_HOME}/lib
    : : setenv NLS_LANG US7ASCII
    : : I downloaded jre116_v5 and installed to /usr/local/jre.
    : : Finally, I executed (from the "oracle" Unix account):
    : : cd /mnt/cdrom
    : : ./runInstall
    : : Problem: I got the error (from ./runInstall):
    : : Initializing Java Virtual Machine from
    : /usr/local/jre/bin/jre.
    : : Please wait...
    : : Error in CreateOUIProcess(): -1
    : : : Bad address
    : : Workaround: Executed the following commands instead:
    : : cd /mnt/cdrom/install/linux
    : : ./runIns.sh
    : : 3. runIns.sh and root.sh
    : : I selected the following options (from ./runIns.sh):
    : : Source: /mnt/cdrom/stage/products.jar
    : : Destination: /u01/app/oracle/product/8.1.5
    : : Oracle 8i Enterprise Edition 8.1.5.0.0
    : : Typical (585MB)
    : : Installable Components: Oralce Intelligent Agent 8.1.5.0.0
    : : Global Database Name: cprtest.parkrussell.com
    : : SID: cprtest
    : : Directory for Database Files: /u02
    : : Then (when instructed by ./runIns.sh), I attempted to execute
    : : (from the
    : : "root" Unix account):
    : : cd /u01/app/oracle/product/8.1.5
    : : ./root.sh
    : : Problem: I got the error:
    : : "bash: ./root.sh: Permission denied"
    : : The execute bit was not set.
    : : Workaround: I executed:
    : : chmod a+x root.sh
    : : ./root.sh
    : : 5. Configuration Tools
    : : The Oracle Installer (./runIns.sh) attempted to execute:
    : : A. Net8 Configuration Agent
    : : B. Oracle Database Configuration Agent
    : : Problem: The "Oracle Database Configuration Agent" failed
    with
    : : the following error message:
    : : "One or more tools have failed. It is recommended but not
    : : required that these tools succeed for this installation.
    : : You can now select these tools, read its details to
    examine
    : : why they have failed, fix those problems, and retry them.
    : : Or, you can click "Next" to continue."
    : : When I selected the "Oracle Database Configuration Agent" for
    : : more info, I got the following additional details (as the
    cause
    : : of the error):
    : : "A required command line argument is missing."
    : : The log file
    : : "/u01/app/oracle/oraInventory/logs/installActions.log"
    : recorded:
    : : "Command which is being spawned is /usr/local/jre/bin/jre
    : : -Duser.dir=/u01/app/oracle/product/8.1.5/assistants/dbca/jlib
    : : -classpath
    /usr/local/jre/lib/rt.jar:/u01/app/oracle/product/8.1.5/jlib/ewt-
    : 3_1_10.jar:/u01/app/oracle/product/8.1.5/jlib/share-
    1_0_6.jar:/u01/app/oracle/product/8.1.5/assistants/dbca/jlib/DBAs
    sist.jar:/u01/app/oracle/product/8.1.5/assistants/jlib/jnls.jar:/
    u01/app/oracle/product/8.1.5/assistants/jlib/ACC.JAR:/u01/app/ora
    : cle/product/8.1.5/jlib/help-
    : 3_0_7.jar:/u01/app/oracle/product/8.1.5/jlib/oracle_ice-
    4_03_3.jar:/u01/app/oracle/product/8.1.5/jlib/HotJavaBean.jar:/u0
    1/app/oracle/product/8.1.5/jlib/netcfg.jar:/usr/local/jre/lib/i18
    : n.jar
    : : DBCreateWizard /createtype seed /numusers NO_VALUE /apptype
    : : NO_VALUE /cartridges NO_VALUE /options NO_VALUE /demos
    NO_VALUE
    : : /seedloc NO_VALUE /sid cprtest /orahome
    : : /u01/app/oracle/product/8.1.5 /orabase /u01/app/oracle /dbloc
    : : /u02 /clususer NO_VALUE /cluspswd NO_VALUE /nodeinfo NO_VALUE
    : : /gdbName cprtest.parkrussell.com
    : : Invalid Exit Code. The following result code will be used
    for
    : : configuration tool: 1
    : : Configuration tool Oracle Database Configuration Assistant
    : : failed"
    : : Workaround: There is obviously nothing I can do to fix this
    : : problem. It appears to be an internal bug in ./runIns.sh.
    : : Therefore, I selected "Next" and executed "dbassist"
    directly.
    : : 6. dbassist
    : : I executed:
    : : dbassist
    : : Problem: I got the following error:
    : : "JNLS Execution:oracle.ntpg.jnls.JNLSException
    : : Unable to find any National Character Sets. Please
    : : check your Oracle installation."
    : : Workaround: Press "OK" and ignore the error.
    : : 7. dbassist (cont.)
    : : I selected the following options:
    : : Create database
    : : Typical
    : : Copy existing database files from the CD
    : : Global Database Name: cprtest.parkrussell.com
    : : SID: cprtest
    : : Problem: I got the following error:
    : : "CD-ROM drive not detected on this system.
    : : Database not created."
    : : (Note: I've been running the installation scripts from the
    : : CDROM drive this entire time. "df" shows the CDROM drive
    : : mounted on /mnt/cdrom. "ls /mnt/cdrom" works too.)
    : : Workaround: Abort (which generated the additional error:
    : "Unable
    : : to create database. DBCA-00003: No CD-ROM drive detected.")
    : and
    : : run dbassist again, this time using different parameters.
    : : 8. dbassist, again
    : : I executed "dbassist" again and selected the following
    options:
    : : Create database
    : : Typical
    : : Create new database files
    : : Hybrid
    : : Concurrently connected users: 5
    : : Options: Oralce interMedia, Oralce JServer, and iM demos
    : : Global Database Name: cprtest2.parkrussell.com
    : : SID: cprtest2
    : : Create database now
    : : Problem: I got the following error:
    : : "ORA-01012: not logged on"
    : : Workaround: Try, try again.
    : : 9. dbassist, one last time
    : : Executed "dbassist" once more and selected the following
    : options:
    : : Create database
    : : Typical
    : : Create new database files
    : : Hybrid
    : : Concurrently connected users: 5
    : : Options: Oralce interMedia, Oralce JServer, and interMedia
    : : demos
    : : Global Database Name: cprtest3.parkrussell.com
    : : SID: cprtest3
    : : Output creation script
    : : Then, I executed (from the "oracle" Unix account):
    : : cd /u01/app/oracle/product/8.1.5/install
    : : setenv ORACLE_SID cprtest3
    : : ./sqlcprtest3.sh
    : : Problem: I got the following output:
    : : "Oracle Server Manager Release 3.1.5.0.0 - Production
    : : (c) Copyright 1997, Oracle Corporation. All Rights
    Reserved.
    : : Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production
    : : With the Partitioning and Java options
    : : PL/SQL Release 8.1.5.0.0 - Production
    : : SVRMGR> SVRMGR> Connected.
    : : SVRMGR> ORACLE instance started.
    : : ORA-01012: not logged on
    : : SVRMGR> 2> 3> 4> 5> 6> 7>
    : : 8> 9> CREATE DATABASE "cprtest3"
    : : ORA-01012: not logged on
    : : SVRMGR> Disconnected."
    : : Workaround: Beats me.
    : : 10. sqlplus
    : : I attempted to execute sqlplus, but got the following error
    : : message:
    : : "/u01/app/oracle/product/8.1.5/bin/sqlplus: Permission
    : denied."
    : : The execute bit was not set.
    : : Workaround: I executed:
    : : chmod a+x /u01/app/oracle/product/8.1.5/bin/sqlplus
    : : sqlplus
    : : I gave up for now... there were just too many things wrong
    with
    : : this installation, starting with the very first command I was
    : : supposed to execute (./runInstaller).
    : : I can't fathom why Oracle's installation script has so many
    : bugs.
    : : Am I just doing something terribly wrong?
    : : Please help.
    null

  • Unable to start ORACLE 8.1.5 on RedHat 6.2

    completed installation of Oracle 8.1.5 on Redhat 6.2.
    dbassist reports that it had created a database for me.
    But I am unable to "STARTUP" the oracle instance successfully.
    I get "Load Indicator not supported by OS" message in the "alert" log.
    null

    See the solution to that in my FAQ/Miscellaneous section:
    http://homepages.tig.com.au/~jmsalvo/linux/oracle8i.html

  • BugFix for ProC, Oracle 8.0.5 on RedHat 6.0

    BugFix for ProC, Oracle 8.0.5 on RedHat 6.0
    since gcc-2.7.x is not part of RH6.0, the include
    path in the config specs for the pre-processor has
    to be updated. If the include path is not correct,
    any inclusion of stdio.h will produce errors,
    that the pre-processor can not find stdarg.h and
    stddef.h.
    Edmund
    *** precomp/admin/pcscfg.cfg.org Tue Jun 22 12:13:58 1999
    --- precomp/admin/pcscfg.cfg Tue Jun 22 12:15:09 1999
    *** 1,4 ****
    sys_include=($ORACLE_HOME/precomp/public,/usr/lib/gcc-lib/i386-redhat-linux/2.7.2.3/include/,/usr/
    nclude)
    include=($ORACLE_HOME/precomp/public)
    include=$ORACLE_HOME/precomp/hdrs
    include=$ORACLE_HOME/tpcc2x_2/src
    --- 1,4 ----
    sys_include=($ORACLE_HOME/precomp/public,/usr/lib/gcc-lib/i386-glibc20-linux/egcs-2.90.29/include/
    /usr/include)
    include=($ORACLE_HOME/precomp/public)
    include=$ORACLE_HOME/precomp/hdrs
    include=$ORACLE_HOME/tpcc2x_2/src
    null

    I tried it, it worked!
    You have a beer waiting for you in Vancouver BC.
    thewils
    Edmund Mergl (guest) wrote:
    : BugFix for ProC, Oracle 8.0.5 on RedHat 6.0
    : since gcc-2.7.x is not part of RH6.0, the include
    : path in the config specs for the pre-processor has
    : to be updated. If the include path is not correct,
    : any inclusion of stdio.h will produce errors,
    : that the pre-processor can not find stdarg.h and
    : stddef.h.
    : Edmund
    : *** precomp/admin/pcscfg.cfg.org Tue Jun 22 12:13:58
    1999
    : --- precomp/admin/pcscfg.cfg Tue Jun 22 12:15:09 1999
    : *** 1,4 ****
    : sys_include=($ORACLE_HOME/precomp/public,/usr/lib/gcc-lib/i386-
    redhat-linux/2.7.2.3/include/,/usr/include)
    : include=($ORACLE_HOME/precomp/public)
    : include=$ORACLE_HOME/precomp/hdrs
    : include=$ORACLE_HOME/tpcc2x_2/src
    : --- 1,4 ----
    : sys_include=($ORACLE_HOME/precomp/public,/usr/lib/gcc-lib/i386-
    glibc20-linux/egcs-2.90.29/include/,/usr/include)
    : include=($ORACLE_HOME/precomp/public)
    : include=$ORACLE_HOME/precomp/hdrs
    : include=$ORACLE_HOME/tpcc2x_2/src
    null

  • How Install Oracle 8.1.7 on RedHat 7.3

    Hello!
    I want install Oracle 8.1.7 on RedHat 7.3. I follow the steps in book InstallGuid, but when I run runInstaller, I get the error: map failed.
    How can I install Oracle 8.1.7 on RedHat 7.3.
    My email is: [email protected]
    Thanks,
    David Lin

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Matt:
    Hi,
    I am a newbie and would like to install Oracle 8.1.7 on RedHat Linux,
    so RedHat 6.2 or RedHat 7.0
    which one is the easier installation for
    me(both new in Oracle & Linux)?
    Many thanks,
    Matt<HR></BLOCKQUOTE>
    I think 6.2 is easier, just follow read me instruction, on redhat 7.0 you must run patch to downgrade glibc from 2.2 to 2.1
    null

  • Problem in installing Oracle 8.0.5 in RedHat 6.1

    Hi there,
    Did any body installed Oracle 8.0.5 in RedHat linux 6.1. successfully
    Its hell man.
    1. I am not able to visit Oracle Web site, however I could able to visit all other web site
    2. at the time of oracle installation, it gives error message unable to run svrmgrl
    Any help is greatly appreciated
    thanks
    siva
    null

    Hallo !
    Three weeks ago I had successfully installed Oracle 8.0.5 on RedHat 6.1; some tips:
    As described in ftp://ftp.oracle.com/pub/www/otn/linux/README download the five compaitibility RPMS
    compat-binutils-5.2-2.9.1.0.23.1.i386.rpm
    compat-egcs-5.2-1.0.3a.1.i386.rpm
    compat-egcs-c++-5.2-1.0.3a.1.i386.rpm
    compat-glibc-5.2-2.0.7.1.i386.rpm
    compat-libs-5.2-1.i386.rpm
    (I have got them from
    ftp://ftp.tuwien.ac.at/opsys/linux/redhat.com/dist/old-releases/redhat-6.0/i386/RedHat/RPMS/
    and install them.
    The glibcpath.tgz is available from OTN. Install it as described in the ORACLE RAEDME.
    Good luck !
    Heinz

Maybe you are looking for

  • Why can't I find the menu bar when I open iTunes on my Windows 8 lap top

    I have downloaded some music in iTunes on my iPod Touch [version 8.1.2]. I noticed that the iTunesĀ  also appears on my Windows 8 laptop and when I sign in the music I purchased appears but I cannot download it because the computer is, "not authorised

  • HDR Efex Pro2 Crashing Photoshop CS6?

    I have been using Nik HDR Efex Pro2 with Photoshop CS6 successfully for over a year on my aging MAC Pro and OS 10.6.8. Now all of a sudden HDR Efex Pro 2 crashes Photoshop as soon as I launch it. Nik suggests my GPU is out of date but how could it be

  • Hp deskjet f-4235 all in one blocked by ie 8 as an add on

    have disabled web printing have upgraded drivers hhave use microsoft fix-it downloaded hp web printing for ie8 what else to do?now i cant reinstall printer with disc not shown in printers at all is in controll panel for add and uninstall

  • FileDownloadActionListener and IE8

    Hi. I have a button with fileDownloadActionListener. On click, it downloads Excel file. On Chrome, newer IE and other browsers it works OK. Even on IE8 works OK,except... Then I addded a table below this button and it is causing problem. Now IE8 comp

  • How can I backup my iPhone 3Gs and install iOS 5 when my PowerMac G3 cannot update to the latest iTunes?

    I have a PowerMac G3 that's running Tiger OS 10.4.11, iTunes 8.2.1, a Mac mini running Lion 10.7.3, and iTunes 10.5.3. My iPhone is a 3Gs with IOS 4.3.5 and was originally synced to the PowerMac G3. I went to back up my iPhone so that I could install