Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
PATH in LINUX
Name: vandy Date: October 26, 2002 at 11:40:54 Pacific OS: redhat Linux8 CPU/Ram: 512
Comment:
Hi All, How to manage PATH in linux. I have installed Oracle on RedHat Linux8. Oracle user use C shell (csh). I tried to set path in ~/.bash_profile, ~/.bashrc. Could anybody explain the step how to setup whatever PATH in Linux, when any software is installed on Linux.
Name: Guy Date: October 26, 2002 at 11:54:48 Pacific
Reply:
Hi - The C shell does not read those files.
It reads:
~/.cshrc ~/.login
and
~/.logout
HTH, Guy
0
Response Number 2
Name: Lawrence Date: October 26, 2002 at 12:01:05 Pacific
Reply:
In /etc/cshrc
setenv PATH "${PATH}:/path_to_Oracle"
That's all there is...
Lawrence
0
Response Number 3
Name: Zaxxon Date: October 27, 2002 at 09:30:22 Pacific
Reply:
There are a few good installation guides out there for oracle on linux. Just perform a search using your favorite search engine for oracle install how to linux. But oracle needs more than just the PATH set up properly. You should also set ORACLE_HOME such as ORACLE_HOME=/oracle/9i make sure you read all the documentation you can find.
0
Response Number 4
Name: arnold Date: October 27, 2002 at 17:11:34 Pacific
Reply:
For documentation, check http://www.akadia.com/services/ora_linux_install_9i.html is 1 release higher, but I suspect it is close.
Summary: To execute a file in linux you just type ./filename when in the same dir as the file, or /path/to/filename Thie does not work for .exe's though, they are windows executables, not linux executables, b...
Summary: HI, I would like to know if it is possible to use graphical user interface elements of the Sun JDK in Linux. (ie JOptionPane), as the basic gcj compiler will not recognize their import paths. Do I ne...
Summary: Hi, I installed Java just yesterday (also Red Hat 7.3), but I changed the path in the .bash_profile file in my home directory. Anyway, the full path should ofcourse be (for you): path:/usr/local/java/...