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 sql built in functions?
How many triggers can be applied to a table?
Can a table contain multiple primary key’s?
What is the maximum database size for sql express?
What is the difference between sql and isql*plus?
what are the security recommendations while using mysql? : Sql dba
what is the difference between char and varchar data types? : Sql dba
What is a scalar value in sql?
how many sql ddl commands are supported by 'mysql'? : Sql dba
Is oracle and sql same?
What is pragma in pl sql?
What is the clause we need to add in function body to return variable?
What is the most restrictive isolation level? : Transact sql
What are sql constraints?
Why we use triggers in mysql?