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
how to convert numeric values to character strings? : Sql dba
How is pl sql different from sql?
Which join is default?
Why is sql important?
What are the types of subqueries?
How do I truncate a sql log file?
how is myisam table stored? : Sql dba
What normalization means?
Explain polymorphism in pl/sql.
how to create a new table by selecting rows from another table in mysql? : Sql dba
How many sql statements are used?
Why is a primary key important?
What are pl/sql cursors?
What is a sql driver?
Which join is like an inner join?