Revoke DROP COMPUTE GROUP
This statement revokes the DROP COMPUTE GROUP privilege from the CloudDBA user.
REVOKE DROP COMPUTE GROUP FROM CloudDBA;
*** Revoke accepted.
Revoke GRANT OPTION for DROP COMPUTE GROUP
This statement revokes the GRANT OPTION from the DROP COMPUTE GROUP WITH GRANT OPTION privilege granted to the CloudDBA user.
REVOKE GRANT OPTION FOR DROP COMPUTE GROUP FROM CloudBA;
*** Revoke accepted.