In your multitenant container database (CDB) that contains pluggable databases (PDBs), you grant the CREATE TABLE privilege to the common user C##A_ADMIN in root and all PDBs, with one command. You then execute the following command from the root container:
SQL> REVOKE create table FROM C##A_ADMIN;
What is the result?
Currently there are no comments in this discussion, be the first to comment!