DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: oracle 8.0.4 on hp-ux

  1. #1
    Join Date
    Jan 2001
    Posts
    2,828

    Angry

    hi there

    ia m having trouble installing oarcle 8.0.4 on hp-ux first oarcle is not able to relink the execuatbles ater installations and when i try to connect with svrmgrl i get the following error
    i would appreciate if anybody could think of
    asolutions

    svrmgrl

    Oracle Server Manager Release 3.0.4.0.0 - Production

    (c) Copyright 1997, Oracle Corporation. All Rights Reserved.

    sh: /opt/oracle/product/8.0.4/bin/oracle: Execute permission denied.
    sh: /opt/oracle/product/8.0.4/bin/oracle: Execute permission denied.
    ORA-12547: TNS:lost contact

    what coul be the problem



  2. #2
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    Check your profile path and it might be because oracle wasn't able to find some files. There should be a log that would tell you what was the problem. Refer the installation guid and make sure you have the required OS patches and the configuration correct.

    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


  3. #3
    Join Date
    Feb 2001
    Location
    Paris, France
    Posts
    809
    maybe it can come from this :
    check that the setuid bit is set correctly on the oracle binary

    cd $ORACLE_HOME/bin
    ls -la oracle

    you should get something like this (date and size should differ)

    -rwsr-s--x 1 oracle dba 20794840 Feb 4 2000 oracle

    if you haven't rwsr-s in the rights of the file, then you should put them (using chmod of course) ... I once had this pb, but it was on a 8.0.5 on HP-UX ...

  4. #4
    Join Date
    Apr 2000
    Location
    roma
    Posts
    131
    check thec file-owner and that the oracle file ..bin/oracle have the execution permition.

  5. #5
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    Check the umask, then check whether the LD_LIBRARY_PATH, CLASSPATH, ORACLE_BASE, ORACLE_HOME, and PATH had been set correctly. I have notice that LD_LIBRARY_PATH to have a vital role to play.

    Good luck,
    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


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