how to connect oracle in unix prompt?
Answers were Sorted based on User's Feedback
HI,
This is not a big job
$ su orcale10g
$sql plus
username/password-scott/tiger
If not connected just mail me on my mail id
omkarp.joshi@yahoo.co.uk
Is This Answer Correct ? | 11 Yes | 5 No |
Answer / vipul garg
Hi,
$ sqlplus sys/sys as sysdba
If connect a instance then
first set environment variable as :
$ export ORACLE_SID = instance_name
$ sqlplus username/password@servicename
Regards
Vipul Garg
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / mannu
You have to set the following:
ORACLE_HOME
ORACLE_SID
PATH
Is This Answer Correct ? | 4 Yes | 6 No |
Does inner join remove duplicates?
Can we want to pass a parameter payroll_id to this external pl/sql function, how do we do it?
can we write stored function in out parameters? how to call through select statement? how to written more than one value plz give the exmple?
How does postgresql compare to "nosql"?
What is sql and also describe types of sql statements?
When are we going to use truncate and delete?
What is a pragma statement?
query to retrive the employees whose sal is greater than avg sal
Why do we need unique key in a table?
Is mariadb a nosql database?
Why do we need view in sql?
What is exception? What are the types of exceptions?