Is the Database is a Multitenant or not
-- If the output is YES mean it is a multitenant database, else normal db
oracle configurationintermediate
by OracleDba
12 views
-- If the output is YES mean it is a multitenant database, else normal db
12345
SQL>
SELECT CDB FROM V$DATABASE;
CDB
---
YESPlease to add comments
No comments yet. Be the first to comment!