Answers

Question and Answer:

  Home  Oracle Architecture and Concepts

⟩ Explain what is the command to find the database that already present before connecting?

As a sys or system user,select name from v$database;As a normal user,select global_name from global_name;select ora_database_name from dual; - dual is a dummy table in oracleshow parameter db_name - has to be given in sql prompt.

 208 views

More Questions for you: