How to display databases in Oracle 11g using SQL*Plus January 22, 2023 by Tarik SELECT NAME FROM v$database; shows the database name in oracle