Install Oracle 8.0.5 on Slackware 3.5,

Install Oracle 8.0.5 Trial on Slackware 3.5, I set all environ
and logon as oracle to run /home/oracle/install/orainst/orainst,
it give error that ./.orainst.cm: file not exist, but the file
do exist, and the permission is rwx, why?
thanks for help.
null

Bryan (guest) wrote:
: yyyyyy (guest) wrote:
: : Install Oracle 8.0.5 Trial on Slackware 3.5, I set all
: environ
: : and logon as oracle to run
: /home/oracle/install/orainst/orainst,
: : it give error that ./.orainst.cm: file not exist, but the
file
: : do exist, and the permission is rwx, why?
: : thanks for help.
: The Slackware 3.5 distribution is based on the libc 5.4.44
: c-libraries. Oracle 8 server requires the glibc 2.0.6
: c-libraries to operate. Therefore, you must install the
: glibc 2.0.6 as your primary c-library. A HOWTO is available
: at
: http://www.imaxx.net/~thrytis/glibc/Glibc2-HOWTO.html
: which will walk you through its installation.
: Hope this helps.
: Bryan
Use /contrib/glibc** package for development from Slackware 3.6
distribution and gcc-2.7.2. I'm test this. In Slack 3.5
distribution exist only glibc-2.0.5.
Oracle installer compile(or link...) oracle network adapter and
some other, when run install process.
Excuse my English,
Sergey
null

Similar Messages

  • Install Oracle 9 - Problem with jre

    Hi,
    I have problems with the Oracle Installer in Suse 8.0. The installer hangs when it launchs
    the configurations tools setup ( near of end of installation ).
    The line is below. It looks like that the installer is trying to use another
    JRE version ( 1.1.8 ) of than required ( 1.3 ). When I run the line below with the version
    1.3 ( out of installer ) I DONT get the SEGMENTATION FAULT.
    Thank you,
    Faria
    Launched configuration tool Oracle Net Configuration Assistant
    Command which is being spawned is /opt/oracle/OraHome/JRE/bin/jre -native
    -Duser.dir=/opt/oracle/OraHome/network/jlib -classpath /opt/oracle/OraHome/JRE/lib/i18n.jar:/opt/oracle/OraHome/JRE/lib/rt.jar:/opt/oracle/OraHome/jlib/ewt3.jar:/opt/oracle/OraHome/jlib/ewtcompat-3_3_15.jar:/opt/oracle/OraHome/jlib/netcfg.jar:/opt/oracle/OraHome/network/jlib/netcam.jar:/opt/oracle/OraHome/network/jlib/netca.jar:/opt/oracle/OraHome/jlib/help3.jar:/opt/oracle/OraHome/jlib/oracle_ice5.jar:/opt/oracle/OraHome/jlib/share.jar:/opt/oracle/OraHome/jlib/swingall-1_1_1.jar:/opt/oracle/OraHome/jlib/srvm.jar:/opt/oracle/OraHome/network/tools oracle.net.ca.NetCA /orahome /opt/oracle/OraHome /instype typical
    /inscomp client,oraclenet,javavm,server /insprtcl tcp,tcps /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile /opt/oracle/OraHome/network/install/netca_typ.rsp

    If you are using Slackware, install glocale package, otherwise, search which package has LC_MESSAGE files and install it.
    Now... run runInstaller again... and voila....
    I took 1 day to find it out!
    Good luck!

  • Installing Oracle 10g R2 on Debian Sarge - Undefined reference

    Hi all,
    I'm installing Oracle 10g R2 on debina sarge. I know this is possibile. But I'm only a problem during compilation:
    INFO: mv -f /opt/oracle/oracle/product/10.2.0/db_1/bin/dgmgrl /opt/oracle/oracle/product/10.2.0/db_1/bin/dgmgrlO
    INFO: mv /opt/oracle/oracle/product/10.2.0/db_1/rdbms/lib/dgmgrl /opt/oracle/oracle/product/10.2.0/db_1/bin/dgmgrl
    INFO: chmod 751 /opt/oracle/oracle/product/10.2.0/db_1/bin/dgmgrl
    INFO:
    INFO: - Linking tg4pwd utility
    INFO: rm -f /opt/oracle/oracle/product/10.2.0/db_1/rdbms/lib/tg4pwd
    INFO: gcc -o /opt/oracle/oracle/product/10.2.0/db_1/rdbms/lib/tg4pwd -L/opt/oracle/oracle/product/10.2.0/db_1/rdbms/lib/ -L/opt/oracle/oracle/product/10.2.0/db_1/lib/ -L/opt/oracle/oracle/product/10.2.0/db_1/lib/stubs/ -L/usr/lib -lirc /opt/oracle/oracle/product/10.2.0/db_1/rdbms/lib/tg4pwd.o /opt/oracle/oracle/product/10.2.0/db_1/rdbms/lib/defopt.o /opt/oracle/oracle/product/10.2.0/db_1/rdbms/lib/homts.o -lagtsh -lpls10 -lplp10 -lclntsh -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnl
    INFO: s10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 /opt/oracle/oracle/product/10.2.0/db_1/lib/libgeneric10.a `cat /opt/oracle/oracle/product/10.2.0/db_1/lib/sysliblist` -Wl,-rpath,/opt/oracle/oracle/product/10.2.0/db_1/lib -lm `cat /opt/oracle/oracle/product/10.2.0/db_1/lib/sysliblist` -ldl -lm -L/opt/oracle/oracle/product/10.2.0/db_1/lib -lvsn10
    INFO: /opt/oracle/oracle/product/10.2.0/db_1/lib//libagtsh.so: undefined reference to `nnfyboot'
    collect2: ld returned 1 exit status
    make: *** [opt/oracle/oracle/product/10.2.0/db_1/rdbms/lib/tg4pwd] Error 1
    I do not know if I miss a library. Who can help me?
    Thanks
    Stefano

    This happened to me also when installing on Slackware (current, now 10.2). Whenever you get errors in the OUI during the link phase, you should also take a look at $ORACLE_HOME/install/make.log. Turns out that the shared library libagtsh.so wasn't build which caused the errors during the link phase. Oracle expects 'basename' to be in /bin. Furthermore I noticed that Oracle expects 'libgcc_s.so.1' to be in /lib. On Slackware I did the following to successfully install 10g Release 2:
    cd /bin ; ln -sf /usr/bin/basename basename
    cd /lib ; ln -sf /usr/lib/libgcc_s.so.1 libgcc_s.so.1 ; ln -sf libgcc_s.so.1 libgcc_s.so
    Hope this helps,
    Joep

  • Installing Oracle Forms on Linux

    Dear all,
    I'm trying to install Oracle Forms but stumbling upon its perquisites. My machine is Linux Slackware 13.0 64 and I've been trying to install Developer Suite but it failed since my Linux version is not supported.
    My question is:
    1. Can I modify (or cheat on) Universal Installer setup so that it let me install on Slackware?
    2. I also looked at Fusion Middleware requirements and it also supports only Linux Oracle, Suse, or Redhat. Is there any workaround to install the software without changing my OS?
    Best regards,
    Val

    You can just copy the relevant parts (the ones marked with error). You can also look at the timing
    when it happened the reports environment did not start.
    From what i remember this could be a memory issue, standard every managed server (WLS_FORMS and WLS_REPORTS) instance
    is configured with 1024m bytes of memory.
    What we did is first install a forms instance and after that a reports instance. After the forms installation we adjusted the
    memory parameters in setWLSEnv (<middleware-home>/user_projects/domains/<domain-name>/bin). Look in this file
    for references to WLS_FORMS (something similar to: if [ "${SERVER_NAME}" = "WLS_FORMS" ] ; then).
    Another thing which springs to my mind is, which products did you select. If you just want Forms and Reports
    you can select just the following:
    - Oracle Forms
    - Oracle Reports
    - Developer Tools aan.
    - Management Components
    - Oracle HTTP Server
    and deselect the other options:
    - Oracle Portal
    - Oracle Discoverer
    - Oracle WebCache
    - Clustered (if you are not using clustering)
    We also had to fix the following files (i do not think that you have to do this since your Forms did not show any problems):
    - (On Windows) Copy the file msvcr71.dll (FMW/windows/extra) to WINDOWS/system32.
    - Copy the file mod_wl_ohs.so (FMW/<operating-system>/extra) to <middleware-home>/as_1/ohs/modules.

  • 5th attempt to install Oracle

    When I try to install Oracle on Slackware 3.3, after 1 hour of
    installation I get an error during attempt to run bin/lsnrctl
    start. In in lsnrctl.log following strings appears:
    TNS-0155: Incorrectly specified SID_LIST_LISTENER parameter in
    LISTENER.ORA
    NL-00303: syntax error in NV string
    I'm correct parameter GLOBAL_DBNAME equvalent host name of
    computer and press Retry. And get the next error during action
    "Running crdbora.sql"
    Command: bin/svrmgrl <<! admin/ora/create/crdbora.sql
    I'm try to run svrmgrl manully, but get an error:
    Segmentation fault
    Anybody knows, what is this and how to fight with them?
    Thank you for your time and sorry for my bad English
    null

    John Koo (guest) wrote:
    : Alex (guest) wrote:
    : : When I try to install Oracle on Slackware 3.3, after 1 hour
    of
    : : installation I get an error during attempt to run bin/lsnrctl
    : : start. In in lsnrctl.log following strings appears:
    : : TNS-0155: Incorrectly specified SID_LIST_LISTENER parameter
    in
    : : LISTENER.ORA
    : : NL-00303: syntax error in NV string
    : : I'm correct parameter GLOBAL_DBNAME equvalent host name of
    : : computer and press Retry. And get the next error during
    action
    : : "Running crdbora.sql"
    : : Command: bin/svrmgrl <<! admin/ora/create/crdbora.sql
    : : I'm try to run svrmgrl manully, but get an error:
    : : Segmentation fault
    : : Anybody knows, what is this and how to fight with them?
    : : Thank you for your time and sorry for my bad English
    : My only recommendation is to use Redhat instead of Slackware
    : because the Oracle staff code & test it on Redhat !!
    It works just fine on Caldera OpenLinux 1.3 as well.
    null

  • Newbie wants to install Oracle on Linux

    Hello there
    As a novice, I'm keen to get cracking on installing Oracle on
    Linux.
    As yet I have not purchased a copy of Linux. I intend running my
    setup on an IBM 560E Thinkpad with 80 Meg of RAM.
    I'm interested to hear opinions on which versions of Linux
    would result in the least hassle and / or most functionality etc.
    Thanks in advance
    John
    null

    Hi John,
    I'm also quite new to linux/"free OS". The first thing you will
    need to do is get a Linux distribution. I personnaly tried 3
    different ways : Slackware, Red Hat and FreeBSD (which is not
    linux, but is in some ways compatible with linux binaries).
    The best I can say is : If you are new to linux, take Red Hat as
    it is most simple and straight forward to install. Drawback : you
    need 450 MB disk space for installation as Red Hat install you
    everything you need (and perhaps more than that) to have a
    running workstation (including a running X Window GUI and lots
    of programs). And that is also the + point of Red Hat. To give
    you an idea, I felt Red Hat easier to install on my Compaq
    Presario than any Windows...
    On the other hand Slackware is far more flexible if you know what
    you are doing... (so was FreeBSD a year ago when I tested it).
    Finally, you mention that you will be installing on a laptop. I'm
    not sure that the best idea since laptops are not among the
    easyest to configure. Be sure to check www.linux.org (in the
    material compatibility section) where the could have some good
    tips to get you up and running.
    I haven't installed Oracle yet so I cannot say much on this.
    Cheers
    Paul
    John (guest) wrote:
    : Hello there
    : As a novice, I'm keen to get cracking on installing Oracle on
    : Linux.
    : As yet I have not purchased a copy of Linux. I intend running
    my
    : setup on an IBM 560E Thinkpad with 80 Meg of RAM.
    : I'm interested to hear opinions on which versions of Linux
    : would result in the least hassle and / or most functionality
    etc.
    : Thanks in advance
    : John
    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

  • Error while installing Oracle 10g on Fedora Core 1

    Error while installing Oracle 10g on Fedora Core 1. After 40% of the Installation is thru, the progress bar is showing 40%, it gives error "Not connected to Oracle" and the installation has to be terminated.
    We have tried by using the on-line procedure and changing the required script to make believe it as said.

    Are you createing DB also???

  • Error while installing Oracle Apps server 10.1.3 with Oracle DB 11.2.0.2

    Error while installing Oracle Apps server 10.1.3 with Oracle DB 11.2.0.2 residing in the same server and being used by Apps server as it's metadata.
    bash-3.00$ export ORACLE_HOME=/data/ora11g/app/ora11g/product/11.2.0
    bash-3.00$ cd /data/OAS/install/soa_schemas/irca/
    bash-3.00$ ./irca.sh
    Integration Repository Creation Assistant (IRCA) 10.1.3.1.0
    (c) Copyright 2006 Oracle Corporation. All rights reserved.
    ERROR: Cannot find library - /data/ora11g/app/ora11g/product/11.2.0/jdbc/lib/ojdbc14.jar
    Please verify that the ORACLE_HOME is set correctly.
    bash-3.00$

    Hi Craig,
    Database 11gR2 could be used for Installing Application Server 10.1.3.x but with some limitation.
    So please review the note:-887365.1 Oracle Database 11g Release 2 (11.2) Certification for Oracle Application Server 10g (10.1.2, 10.1.3, 10.1.4)
    Section :- Oracle Application Server 10g Release 3 (10.1.3)
    Regards,
    Praaksh.

  • Install oracle 8.1.7.4 on AIX 5.3

    I want install oracle 8.1.7.4 on AIX 5.3, but i but keep install oracle 8.1.7 4 in 32 - bit , Can i get any problem ?

    Metalink:
    Error Correction Support (ECS): 31-DEC-2004
    Extended Support (ES): 31-DEC-2007
    Extended Maintenance Support (EMS): 31-DEC-2006
    If you got the appopriate contract support, you should be able to order 8iR3 by metalink. But you will not find it on OTN

  • Install Oracle 8.1.7 on Sun 5.7 0899

    Can somebody help me with the following problem ?
    When installing Oracle 8.1.7 , i found the error message
    "Error in invoking target install of makefile /u01/app/product/817/plsal/lib/ins_plsql.mk"
    Does that error come from the swap space ? because i saw the error log like this "...: java.io.IOException: Not enough space"
    Thank!

    I have seen this before.
    Quick Fix:
    The problem with files still named xxxxxO is caused by the install. Sometimes it
    works to just copy the file in this case:
    $cp lsnrctlO lsnrctl
    There are probably other files that were not renamed by the install:
    Finally, the listener can run! yipee.. :)
    It failed to run because there're some file 'missing'.
    I told u before, lsnrctl didn't exist in my box. Well, I found that not only lnsrctl.
    There're three more files needed to be renamed. So, total in the list are
    dbsnmp, lsnrctl, tnslsnr, and oratclsh.
    All of them still have their odd xxxxO name (I should have known it from
    the start).
    Once I copied all the file to their 'proper' name, the listener can start
    successfully. (Though i think the listener need only lsnrctl and tnslsnr,
    i still renamed them all).
    But I wonder, why does the installer not rename those files?
    I found that those file were created normally during installation, until
    i run setup_stubs.sh.
    Is there any bug on setup_stubs.sh? Why you didn't experience it as I did?
    However, the most important things is, the database running well :)

  • Can not install Oracle on Redhat 7.3

    I have installed Redhat 7.3 . I tried to install Oracle 8i Release 2 (8.1.6).
    But when I try to run runInstaller, nothing runs, Applet(JRE) does not open.
    what is the problem?
    I have successfully installed this Oracle 8.1.6 on Redhat 6.2

    Hi there;
    Here is what I have done to install Oracle8i 8.1.7 on Redhat7.3:
    Things you need to download:
    JAVA:
    Get the JDK - jdk118_v3-glibc-2.1.3.tar.bz2
    Get the JRE - jre118_v3-glibc-2.1.3.tar.bz2
    use bzip2 OR tar:
    tar -xvjf jdk-1.1.8_v3.tar.bz2 -C /usr/local
    as well for jre118
    Symbolically link them:
    ln -s /usr/local/jdk118_v3/bin/java /bin/java
    ln -s /usr/local/jre118_v3/bin/jre /bin/jre
    ln -s /usr/local/jdk118_v3 /usr/local/java
    ln -s /usr/local/jre118_v3 /usr/local/jre
    After you: tar -xvf /tmp/linux81701.tar
    chmod 777 Disk1
    cd Disk1
    chmod 777 runinstaller
    Now you should be able to run the <runInstaller>
    when you receive this error close to end just click on ignor:
    Error in invoking target relink of makefile /u01/app/oracle/product/8.1.7/precomp/lib/ins_ctx.mk" Or something similar
    The below operations should be performed logged in as root.
    changes must be done on the root.sh script:
    line 102 Read:
    RMF=/bin/rm -f
    changed it to: RMF=`/bin/rm -f`
    line 156
    RUID=`/usr/bin/id|$AWK -F\( '{print $2}'|$AWK -F\) '{print $1}`
    change it to:
    RUID=`/usr/bin/id|$AWK -F\( '{print $2}'|$AWK -F\) '{print $1}'`
    Execute the script root.sh.
    Ignore the errors about not being able to delete the files.
    After you finish with: Net8 Configuration Assistant:
    The below operations should all be performed logged in as oracle.
    cd $ORACLE_HOME<In my machine is:cd product/8.1.7>
    tar -xvzf /tmp/glibc-2.1.3-stubs.tar.gz
    ./setup_stubs
    Then exit from: $ORACLE_HOME
    and edit .bash_profile OR .bashrc whichever you modified in preinstall
    add the following line: export ORACLE_SID=<whatever you named it during install>
    My machine read as this: export ORACLE_SID=oral
    At this point I strongly suggest you logg out from Oracle Account and re-log again
    Then edit this file: /etc/oratab
    and change: *:/home/oracle/product/8.1.7:N To *:/home/oracle/product/8.1.7:Y
    Now you can use dbstart and dbshut scripts from the command mode to start and stop the database.
    most likely when you try to start the database for the first time you will receive
    the error: ORA-01081<you can't star database is already startet>
    Then go to svrmgrl and connect internal and type: shutdown Abort
    re-start your Database and you are ready to go!!!!!!
    Hope that is help
    Abdul

  • Install ORACLE 8.1.6 and 9i on HP UNIX 11.20 (11i)

    Hi,
    When I install ORACLE 8.1.6 and/or 9i on HP UNIX 11i (11.20, hardware: i2000 workstation), I got the following error message:
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target nnfgt.o of makefile
    /opt/oracle/product/8.1.6/network/lib/ins_net_client.mk
    Exception Severity: 1
    Would appreciate very much if someone can help to analyse the cause of the problem.
    Thanks.

    Hi,
    When I install ORACLE 8.1.6 and/or 9i on HP UNIX 11i (11.20, hardware: i2000 workstation), I got the following error message:
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target nnfgt.o of makefile
    /opt/oracle/product/8.1.6/network/lib/ins_net_client.mk
    Exception Severity: 1
    Would appreciate very much if someone can help to analyse the cause of the problem.
    Thanks.

  • Can not Install Oracle 9i on Linux RedHat AS 2.1 (Itanium)

    Hi,
    I am an oracle and system administrator. I'm trying for a month to install :
    Oracle 9i Database (64-bits) Rel 2 (9.2.0.2.0) for linux Intel Itaniuml
    On : my server (DELL PowerEdge 7150 bi-processor (Itanium 733 Mhz) )
    with : Red Hat Advanced Server for The Itanium Processor Operating system
    I have chaged the kernel, glibc and gcc with the versions described by different documents.
    but the oracle's binarys dont work, and i receve (illegal instruction) when i try SQLPLUS for example !!!
    I think that i'm enable to get the right glibc and the gcc rpms that can work with itanium-linux.
    One document says that i must get (Linux Header Patch 2.4.18 ) from Intel !!!
    I'm searching for days but no way !!!
    That's very urgent ...
    Please Help Me ..., this is my E-mail : [email protected]
    Many thanks ...
    Tayeb Jebeniani
    STS
    [email protected]

    Hi Tayeb,
    This forum relates only to the OTN Documentation pages at: http://otn.oracle.com/documentation/index.html
    Please try another forum, e.g. the Downloads forum:
    Downloads Issues
    Regards,
    Les

  • 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

Maybe you are looking for