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 the best free sql database?
What is oracle sql developer?
Determine if oracle date is on a weekend?
What are instead of triggers?
Lookups are a key component in sql server integration services (ssis). Explain its purpose?
what is a materialized view? : Sql dba
Is primary key always clustered index?
What is nosql db?
Does mysql_real_escape_string prevent sql injection?
What are user defined functions?
Why commit is not used in triggers?
what is column? : Sql dba
Sql technical questions
How to display the current date in sql?
What will you get by the cursor attribute sql%notfound?