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
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.
How to unlock the sample user account in oracle?
What is a sub query? What are its various types?
How can I combine multiple rows into a comma-delimited list in oracle?
what is normalisation?what are its uses?
How to run create database statement?
Please explain compound trigger in oracle?
What happens to indexes if you drop a table?
How to delete a column in an existing table?
How to omit columns with default values in insert statement in oracle?
What is an oracle tablespace?
How to insert a new row into a table in oracle?
i wrote a pl/sql procedure. it must run every sunday 4.40 How can i schedule it with the help of dbms_jobs (or another other procedure with out creating bat file,exe file)
How to execute the package in oracle?
what is IDE,DMV in sql server?