Home » Infrastructure » Unix » Accessing SQL*plus from a unix Account
Accessing SQL*plus from a unix Account [message #18103] Wed, 09 February 2005 21:25 Go to next message
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 Go to previous message
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.
Previous Topic: what is the need to keep #! /bin/ksh in every script?
Next Topic: what is the difference between $x and ${x}
Goto Forum:
  


Current Time: Fri Apr 19 11:43:22 CDT 2024