What happens internally when the user types
userID/password@string in SQL PLUS
Thanks-Bhaskar
Answer / sudipta santra
It will give the error. Unknown command.
You should give as follows:-
connect userID/password@string
Then it will connect to that instance under this user area.
| Is This Answer Correct ? | 3 Yes | 1 No |
Explain what are the advantages of views?
How to grant create session privilege to a user in oracle?
How do you get nicely formatted results from an oracle procedure that returns a reference cursor?
How to rename a column in an existing table?
How to retrieve first and last records from a table?
Is it possible to insert comments into sql statements return in the data model editor ?
How do I uninstall oracle 11g?
What is a heap related to database ?
1 Answers TCS, University of Edinburgh,
How to test null values?
How to use group functions in the select clause using oracle?
DBMS vs. RDBMS
What are the oracle differences between nvl and coalesce