Video 51 How to verify the Oracle Database Name - Oracle DBA Tutorial
This video explains about, 'how to verify the Oracle Database Name that we are connected to'.
After connecting to a database, it is very important that we need to verify that we are connected to the right database.
This can be done by:
select * from v$database;
select * from v$instance;