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
---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.
1234
---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;Please to add comments
No comments yet. Be the first to comment!