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 the use of consistent option in exp command.
What is a Synonym ?
What are the components of Logical database structure of ORACLE database?
What is Partitions in Table ?
Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.
What is COST-based approach to optimization ?
How to select oracle sequence from different schema and How to select oracle sequence from different Databases. Explain with example
How to convert numbers to characters in oracle?
I want a table like, no name address addr1 addr2 So i want columns like addr1,addr2 under address column. Can one please answer me. Advance Thanks.
How to write date and time interval literals in oracle?
What is rowid and rownum in oracle?
What is the diff between Oracle and SQL Server