Answer Posted / 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 |
Post New Answer View All Answers
What are the usages of sql?
What is the purpose of primary key?
Why query optimization is needed?
Is pl sql and postgresql same?
What is difference between sql function and stored procedure?
explain the difference between myisam static and myisam dynamic. : Sql dba
What is varchar sql?
How do I view a table in sql?
explain advantages of innodb over myisam. : Sql dba
Can a table contain multiple primary key’s?
what is a table in a database ? : Sql dba
What are tables and fields?
What are the indexing methods?
what is the difference between join and union? : Sql dba
how would you write a query to select all teams that won either 2, 4, 6 or 8 games? : Sql dba