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
Everything Changes
1 week ago