| Library Note |
Morgan's Library Page Header
|
| |
| Product Homes |
| Query to identify home directories for Oracle products |
SELECT sys_context('USERENV', 'ORACLE_HOME')
FROM dual;
SYS_CONTEXT('USERENV','ORACLE_HOME')
------------------------------------------
/u01/app/oracle/product/21.0.0.0/dbhome_1 |
| |
| Version and Release Number |
| Version and Release Number Demo |
SQL> DEFINE _O_VERSION
DEFINE _O_VERSION = "Oracle Database 21c Enterprise Edition Release 21.0.0.0.0 - Production
Version 21.1.0.0.0" (CHAR)
SQL> DEFINE _O_RELEASE
DEFINE _O_RELEASE = "2101000000" (CHAR) |