Find how many database resides in Oracle Server

select count(*) from v$database;

Script will return the number of database that resides on Oracle Server.

No comments:

Post a Comment