Home » Infrastructure » Unix » adding directory to my path
adding directory to my path [message #97888] Thu, 24 April 2003 14:47 Go to next message
Srini
Messages: 28
Registered: November 2000
Junior Member
I want to add a directory to my current PATH
would export PATH = $ORACLE_HOME/directory overwrite my
existing PATH already set
when echo $PATH ... I am getting several directory set
but after I export PATH to the new path and echo PATH I am not showing only the one I just set
Re: adding directory to my path [message #97889 is a reply to message #97888] Fri, 25 April 2003 00:18 Go to previous messageGo to next message
Manolo Barrientos
Messages: 2
Registered: April 2003
Junior Member
Hi Srini:
You need to ADD a new path to the PATH variable not to REPLACE. So you have to type "export PATH=$PATH:$ORACLE_HOME/directory" and you've got it.
Greetings.
Re: adding directory to my path [message #97890 is a reply to message #97888] Fri, 25 April 2003 00:19 Go to previous messageGo to next message
Manolo Barrientos
Messages: 2
Registered: April 2003
Junior Member
Hi Srini:
You need to ADD a new path to the PATH variable not to REPLACE it. So you have to type "export PATH=$PATH:$ORACLE_HOME/directory" and you've got it.
Greetings.
Re: adding directory to my path [message #97891 is a reply to message #97890] Fri, 25 April 2003 07:43 Go to previous message
srin
Messages: 3
Registered: November 2001
Junior Member
thank You Monolo
Previous Topic: Please Help Me Convert this C Shell Script to Korn Shell
Next Topic: Porting Oracle from Unix to Sco Unix
Goto Forum:
  


Current Time: Fri Apr 19 12:05:25 CDT 2024