DBA Hub

📋Steps in this guide1/1

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
1

Is the Database is a Multitenant or not

-- If the output is YES mean it is a multitenant database, else normal db

Code/Command (click line numbers to comment):

1
2
3
4
5
SQL>
SELECT CDB FROM V$DATABASE;
CDB
---
YES

Comments (0)

Please to add comments

No comments yet. Be the first to comment!