Check the Database is Container/Multitenant database.
SELECT CDB FROM V$DATABASE;
CDB
---
YES
Note: If the output is YES mean it is a multitenant database, else normal db
Check the Database is Container/Multitenant database.
SELECT CDB FROM V$DATABASE;
CDB
---
YES
Note: If the output is YES mean it is a multitenant database, else normal db