DBA Hub

📋Steps in this guide1/1

Common user/role in CDB

---A user that is present in both root container and PDB is known as common user. User need to be created after connecting to CDB root.

oracle configurationintermediate
by OracleDba
13 views
1

Common user/role in CDB

Code/Command (click line numbers to comment):

1
2
3
4
---A user that is present in both root container and PDB is known as common user. User need to be created after connecting to CDB root.
create user c##dbaclass identified by dbaclass container=all;
-- Similar to user, common role we can create in CDB root.
Create role C##DBAROLE;

Comments (0)

Please to add comments

No comments yet. Be the first to comment!