DBAsupport.com Forums - Powered by vBulletin
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Oracle Installation on HP Unix

  1. #1
    Join Date
    Nov 2000
    Posts
    224
    Oracle 817
    Unix - HP UX 11

    When installing Oracle on Unix Box using Oracle installer the first part of installation is more or less successful.
    In second part where it tries to link it gives lot of errors and I keep on pressing IGNORE on it, till everything was over.

    After this, when Oracle Installer try to create the database and configure the Net 8, everything failed.

    What is the best way of installing Oracle on HP Unix
    How can I re run this linking step again.

    Thanks!

  2. #2
    Join Date
    Jan 2001
    Posts
    81
    check if you in compliance with Oracle memory requirements, at least 256 for 8i and more for 9i........

    are you installing from the CD or from HD?

    Make sure you have ENV set right

    Eugene
    OCP 8i

  3. #3
    Join Date
    Sep 2001
    Posts
    200
    Have you tried creating the database manually?
    Life is what is happening today while you were planning tomorrow.

  4. #4
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    I don't know on hp-ux, but on solaris you can:
    % $ORACLE_HOME/bin/relink all
    Jeff Hunter

  5. #5
    Join Date
    Oct 2001
    Posts
    126
    From the installation experience I have on the Sparc mchines, I will suggest that you reinstall the 817. Before you reinstall the 817, you want to check the OS patches required. Do you remember the error msg?

    Susan

  6. #6
    Join Date
    Nov 2000
    Posts
    224
    I am installing from CD.
    Most the errors were related to make file.

  7. #7
    Join Date
    Sep 2001
    Location
    NJ, USA
    Posts
    1,287
    In log file check what system libraries u need for make file:
    log file place in:
    oraInventory_location/logs/installActions.log
    then check list of system packages that u need :

    $ swlist -i

    may be u can find problem.

  8. #8
    Join Date
    Oct 2001
    Posts
    126
    After you find out the problem "file", do the following.

    $> make -f install

    This should tell you the reason of problem.


    Susan

  9. #9
    Join Date
    Oct 2001
    Posts
    126
    $> make -f filename install

  10. #10
    Join Date
    Nov 2000
    Posts
    224
    I see the Oracle Software got installed, but the error came when the Oracle Installer trying to link the files,

    Now when I type sqlplus it gives following message:
    $ sqlplus
    /usr/lib/dld.sl: Can't open shared library: /opt/java/jre.1.1.8/lib/PA_RISC/nati
    ve_threads/libjava.sl
    /usr/lib/dld.sl: No such file or directory
    Abort(coredump)
    $

    And, this is how the installActions.log looks

    installActions2002-04-02_09-33-47-AM.log
    Environment variables:
    ORACLE_HOME =
    PATH = /bin:/usr/bin:/usr/dt/bin:/usr/bin/X11:/usr/ccs/bin:/usr/contrib/
    bin:/opt/nettladm/bin:/opt/fc/bin:/opt/fcms/bin:/opt/upgrade/bin:/opt/pd/bin:/us
    r/contrib/bin/X11:/opt/hparray/bin
    CLASSPATH = /tmp/OraInstall:./lib/OraInstaller.jar:./lib/InstImages.jar:
    ./lib/InstHelp.jar:./lib/oracleice.jar:./lib/help.jar:./lib/ewt.jar:./lib/xmlpar
    ser.jar:./lib/swingaccess.jar:.:/local/app/oracle/jre/1.1.8/bin/../classes:/loca
    l/app/oracle/jre/1.1.8/bin/../lib/rt.jar:/local/app/oracle/jre/1.1.8/bin/../lib/
    i18n.jar:/local/app/oracle/jre/1.1.8/bin/../lib/classes.zip
    Username is: oracle

    The installer version is 1.7.1.8.0

    *** Welcome Page***
    Setting value of ORACLE_HOME_NAME to
    Setting value of SHOW_COMPONENT_LOCATIONS_PAGE to true
    Setting value of SHOW_CUSTOM_TREE_PAGE to true
    Setting value of SHOW_SUMMARY_PAGE to true
    Setting value of SHOW_INSTALL_PROGRESS_PAGE to true
    Setting value of SHOW_REQUIRED_CONFIG_TOOL_PAGE to true
    Setting value of SHOW_OPTIONAL_CONFIG_TOOL_PAGE to true
    Setting value of SHOW_RELEASE_NOTES to true
    Setting value of SHOW_END_SESSION_PAGE to true
    Setting value of SHOW_SPLASH_SCREEN to true
    Setting value of SHOW_WELCOME_PAGE to true
    Setting value of SHOW_ROOTSH_CONFIRMATION to true
    Setting value of SHOW_EXIT_CONFIRMATION to true
    Setting value of NEXT_SESSION to true
    Setting value of NEXT_SESSION_ON_FAIL to true
    Setting value of INVENTORY_LOCATION to /local/app/oracle/oraInventory
    Setting value of UNIX_GROUP_NAME to
    Warning :*** Alert: Do you really want to exit? ***
    User selected: Yes/OK


    *** File Locations Page***
    FromLocation = FROM_LOCATION = null


    Thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width