Use the following examples and documentation to find database environmental information.
-- find current database.
select sys_context('USERENV', 'DB_NAME') from dual;
Use the following documentation to find a full list of parameters.
SYS_CONTEXT ORACLE DOCUMENTATION
4096 Columns
3 weeks ago