Get the Schema Currently Connected Too
--
-- Get the schema you are current connected too
--
 
SELECT SYS_CONTEXT ('userenv', 'current_schema') FROM DUAL
/


Published 1st January 2022

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License