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


Please Help Members By Posting Answers For Below Questions

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.

1740


How to unlock the sample user account in oracle?

738


What is a sub query? What are its various types?

822


How can I combine multiple rows into a comma-delimited list in oracle?

823


what is normalisation?what are its uses?

1973


How to run create database statement?

783


Please explain compound trigger in oracle?

831


What happens to indexes if you drop a table?

939


How to delete a column in an existing table?

823


How to omit columns with default values in insert statement in oracle?

829


What is an oracle tablespace?

798


How to insert a new row into a table in oracle?

866


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)

2026


How to execute the package in oracle?

840


what is IDE,DMV in sql server?

2513