|
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..
|