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 |
how can find the second max sal for every group(i.e i want group the data based on key and find the second max sal for every group
How to define a variable of a specific record type?
What would you do if a database crashes in production?
What is the sql query to concatenate column values from multiple rows in oracle?
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
Does oracle database need java?
What is a cursor variable?
What is a proxy class?
How to get a list of all background sessions in the database?
What is PL/SQL ?
how the indexes are stored in the Oracle Database?
when loggined as SYSTEM,how to display all the users of database using sql query?