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 is text? : Sql dba
What is memory optimized table?
What is the trigger in sql?
What is the mutating table and constraining table?
What is primary key and foreign key?
How do I debug a stored procedure?
How do you declare a variable in pl sql?
What are procedures used for?
what is the use of set statement in tsql? : Transact sql
What is the difference between function and procedure in pl/sql?
How can get second highest salary in sql?
what are the advantages and disadvantages of views in a database? : Sql dba
What are the different types of dbms?
How do I run a sql trace?
What does cursor do in sql?