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

Thread: PATH in .profile

  1. #1
    Join Date
    Feb 2001
    Location
    UAE
    Posts
    304
    I have installed Oracle 8.1.5 succesfully in Sun Solaris. But I think there is some problem in PATH settings in .profile of oracle user due to which it is not able to find certain message files. Can somebody tell me what directories a PATH should point to?
    Agasimani
    OCP(10g/9i/8i/8)

  2. #2
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    If it was a client installation, then you would be missing oraus.msg file. This one you have to copy from the oracle rver installation $ORACLE_HOME/rdbms/mesg/oraus.* That would fix the problem.
    Other wise if you need the sample profile here you go:


    ORACLE_BASE=/usr/local/oracle/app/oracle
    export ORACLE_BASE


    ORACLE_HOME=$ORACLE_BASE/product/db_version_here
    export ORACLE_HOME

    OEM_HOME=$ORACLE_BASE/product/oem
    export OEM_HOME


    PATH=$ORACLE_HOME/bin:$OEM_HOME/bin:/usr/bin:/etc:/usr/ccs/bin:/usr/ucb:/usr/dt/bin:$PATH
    export PATH

    CLASSPATH=$CLASSPATH:$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$OEM_HOME/JRE:$OEM_HOME/jlib
    export CLASSPATH

    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib:$OEM_HOME/lib
    export LD_LIBRARY_PATH

    ORACLE_DOC=$ORACLE_BASE/doc/8.1.6
    export ORACLE_DOC

    IF you encounter any more problems, pl. post the error message that you get.

    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