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

Thread: classpath

  1. #1
    Join Date
    Oct 2000
    Posts
    90

    Cool

    How can I find out if the class path was set for a database? I did not create the database so I can't tell if the classpath was specified or not during the setting of the env. variable?
    Is there a way that I can tell?

  2. #2
    Join Date
    Feb 2001
    Posts
    203
    What is your database and Operating system versions?
    sree

  3. #3
    Join Date
    Oct 2000
    Posts
    90
    8i on Sun solaris

  4. #4
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    Here are some of the ways to find:

    $env
    or
    $env |grep CLASSPATH
    or
    echo $CLASSPATH

    If you would like to include the classpath at the time of login, add it to your .profile.

    CLASSPATH=$CLASSPATH:$ORACLE_HOME:$ORACLE_HOME/jlib:$ORACLE_HOME/product/jdbc/lib;

    export CLASSPATH

    Hope this would help you.
    Sam

    [Edited by sambavan on 03-19-2001 at 08:00 PM]
    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