Accessing SQL*plus from a unix Account [message #18103] |
Wed, 09 February 2005 21:25 |
Kapil
Messages: 145 Registered: May 2002
|
Senior Member |
|
|
hello All
I am new to UNIX.I was using oracle on windows for a long time.I am having account on UNIX.I want to know how i can sql*plus from my unix account.
|
|
|
Re: Accessing SQL*plus from a unix Account [message #18104 is a reply to message #18103] |
Thu, 10 February 2005 00:27 |
Thomas G
Messages: 58 Registered: April 2003
|
Member |
|
|
type "sqlplus user/password@database" at the command prompt.
A few environment variables need to be set, most importantly $ORACLE_HOME must be set, and $ORACLE_HOME/bin must be in the path. ($PATH)
Do an "echo $ORACLE_HOME" and "echo $PATH" to check that.
|
|
|