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

Thread: class path question

  1. #1
    Join Date
    Nov 2000
    Posts
    169

    Unhappy

    When setting the environmental variable, which of these "cases" is the best way to
    set the classpath? Is there a semi-colon after the word "export"?

    CASE 1.
    CLASSPATH=$CLASSPATH:$ORACLE_HOME/JRE:$ORACLE_HOME/JLIB;export CLASSPATH

    CASE 2.
    CLASSPATH=$CLASSPATH:$ORACLE_HOME/JRE:$ORACLE_HOME/JLIB export CLASSPATH

  2. #2
    Join Date
    May 2000
    Location
    Portsmouth, NH, USA
    Posts
    378

    Version and Server info would help.

    - Magnus

  3. #3
    Join Date
    Nov 2000
    Posts
    169
    UNIX AIX

    database version 8.1.5 and 8.1.7

  4. #4
    Join Date
    May 2000
    Location
    Portsmouth, NH, USA
    Posts
    378

    Thumbs up



    Yes, put a semi-colon before the word "export"

    - Magnus

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