currently connected PDB name
SQL> show con_name
oracle configurationintermediate
by OracleDba
11 views
SQL> show con_name
12345678910
SQL>
show con_name
CON_NAME
------------------------------
PDB1
SQL>
select sys_context('USERENV','CON_NAME') FROM DUAL;
SYS_CONTEXT('USERENV','CON_NAME')
-----------------------------------
PDB1Please to add comments
No comments yet. Be the first to comment!