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

Thread: listener problem on Linux machine

  1. #1
    Join Date
    Dec 2000
    Posts
    255
    Hi All

    I have problem related to listener. On my machine I have Oracle 8.1.5 on RH 6.2. When I issued the command $ lsnrctl I got the following error message

    lsnrctl: error in loading shared libraries: libskgxp8.so: cannot open shared object file: No such file or directory
    I have downloaded the library from rpmfind.net and installed it from root user on my machine. My file libskgxp8.so is located in $ORACLE_HOME/lib.
    However still when I say $ lsnrctl then I get the above error. Is that file is not used or what? I have also restarted my machine but it is still not working.
    Amol

  2. #2
    Join Date
    Oct 2001
    Posts
    126
    Add thie line to your .profile and it should take care of that problem.

    export LD_LIBRARY_PATH=$ORACLE_HOME/lib;

    Susan

  3. #3
    Join Date
    Dec 2000
    Posts
    255
    I already have these settings in my .bash_profile. But it is not working. Does anyone has the solution for this problem

    LD_LIBRARY_PATH=/u01/app/oracle/product/8.1.5/lib; export LD_LIBRARY_PATH

    Amol

  4. #4
    Join Date
    Dec 2000
    Posts
    255
    Hi all

    isn't there any solution? right now I cam access any remote db from my machine but it is not possible to access my db from anyother machine just bcos of listener problem.

    Thanks in Advance

    Amol

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