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

Thread: HELP Oracle Installation: Error loading native library: libnjni9.so

  1. #1
    Join Date
    Sep 2001
    Location
    Mexico
    Posts
    93

    HELP Oracle Installation: Error loading native library: libnjni9.so

    Hi everybody,
    I'm fighting with Oracle 9.2 installation on AIX 5.1.
    I'm receiving a Java error during the installation of Oracle 9i, at the installation of Oracle Net Configurarion Assistant (after the linking process).

    The error is:
    Error loading native library: libnjni9.so
    Java.lang.Unsatisfied LinkError: jniGetOracleHome

    It's very confuse for me to determine the cause of the error. I installed java and its patch in the path /usr/java131. Any help will be very appreciated.

    The environment of the oracle user is:

    ORACLE_BASE=/oracle00/orainventory
    export ORACLE_BASE

    ORACLE_HOME=/oracle00
    export ORACLE_HOME

    PATH=$PATH:$ORACLE_HOME/bin
    export PATH

    DISPLAY=localhost:0.0
    export DISPLAY

    JAVA_HOME=/usr/java131
    export JAVA_HOME

    LIB_PATH=$ORACLE_HOME/lib32:$ORACLE_HOME/lib:/lib:/usr/lib:$ORACLE_HOME/rdbms/lib:$ORACLE_HOME/jdk/jre/lib

    export LIB_PATH

    LD_LIBRARY_PATH=$ORACLE_HOME/lib32:$ORACLE_HOME/lib:/lib:/usr/lib:$ORACLE_HOME/rdbms/lib:$ORACLE_HOME/jdk/jre/lib

    export LD_LIBRARY_PATH

    Thank you in advance

    Regards.

  2. #2
    Join Date
    Nov 2002
    Location
    New Delhi, INDIA
    Posts
    1,796
    Please go through the release notes of Oracle 9i on AIX and the installation guide as well and make sure you have applied all the recommended OS patchets and OS service level.

    For 9i on AIX you need to apply the service level 10 on the OS.

    and don't forget to apply the correct version of JDK.

    Don't ask, every thing is there in the Installation Guide and Release Notes. Read it once, twice and thrice.

    GO through the installation again.

    If you cannot contact ORACLE SUPPORT GROUP.

    HTH
    Amar
    "There is a difference between knowing the path and walking the path."

    Amar's Blog  Get Firefox!

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