The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 08-14-2006
amon amon is offline
Registered User
  
 

Join Date: Jan 2006
Posts: 71
set enviroment variable..

Hello...

I was wondering can anyone explain me how to set up enviroment variable to be permanent...

I tryed with setenv but my solaris does not have this command...

then I did:

export ORACLE_SID=base1
export ORACLE_BASE=/home
export ORACLE_HOME=$ORACLE_BASE/oracle/8.1.6

and by doing this I can start my sqlplus...but as soon as I break telnet connection to my solaris..and start it over again...I am losing these variables..

I have to set them again and sqlplus works..

can U help me with this..