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 |
What is the difference between column level constraints and table level constraints?
14 Answers IBM, TCS,
What are the uses of a database trigger?
Describe an oracle table?
What is oracle data type?
How to check the oracle tns settings?
master table and child table performances and comparisons in Oracle ?
What is a select query statement in oracle?
How do you recover a datafile that has not been physically been backed up since its creation and has been deleted. Provide syntax example.
Can we write insert statement in function in oracle?
What is a parameter file in oracle?
Will you be able to store pictures in the database?explain.
What is oracle update statement with inner join ?