adspace
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 all the common sql function? : Sql dba
how to escape special characters in sql statements? : Sql dba
what is collation? : Sql dba
how to start mysql server? : Sql dba
what is dbms? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
Does group by remove duplicates?
what is bcp? When does it used? : Sql dba
What is the best sql course?
Is primary key always clustered index?
how to use regular expression in pattern match conditions? : Sql dba
What is the current version of sql?
define sql insert statement ? : Sql dba
what is sql server agent? : Sql dba
Can we rollback truncate?