What happens internally when the user types
userID/password@string in SQL PLUS
Thanks-Bhaskar
Answer Posted / 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 |
Post New Answer View All Answers
You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?
What are the varoius components of physical database structure of oracle database?
What is transaction control statement and how many types of transaction control statement in Oracle?
What is redo log?
How does one get the view definition of fixed views/tables?
What is dual table oracle?
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database
Explain integrity constraints?
How to download oracle database 10g xe?
How to resolve the ORA-39133 error in Oracle?
What is an oracle recycle bin?
Can you assign multiple query result rows to a variable?
What are the uses of synonyms?
How do I recompile a procedure in oracle?
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.