how to connect oracle in unix prompt?

Answers were Sorted based on User's Feedback



how to connect oracle in unix prompt?..

Answer / omkar pattajoshi

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

how to connect oracle in unix prompt?..

Answer / sushant

$sqlplus
$scott/tiger

Is This Answer Correct ?    5 Yes 0 No

how to connect oracle in unix prompt?..

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

how to connect oracle in unix prompt?..

Answer / mannu

You have to set the following:

ORACLE_HOME
ORACLE_SID
PATH

Is This Answer Correct ?    4 Yes 6 No

Post New Answer

More SQL PLSQL Interview Questions

What is the difference between explicit and implicit cursors in oracle?

0 Answers  


how to connect oracle in unix prompt?

4 Answers   Polaris,


How will you a activate/deactivate integrity constraints?

2 Answers  


How many null values can be inserted in a coulmn whihc is unique constraint

8 Answers   Flextronics,


How many sql statements are used? Define them.

0 Answers  






How do rank () and dense_rank () differ?

0 Answers  


What is auto increment in sql?

0 Answers  


Define commit, rollback and savepoint?

0 Answers  


What are types of indexes in sql?

0 Answers  


Is pl sql a programming language?

0 Answers  


Why is normalization important?

0 Answers  


What are the popular database management systems in the it industry?

0 Answers  


Categories