ADG_REDIRECT_DML in Oracle Active Data Guard 19c

Remove user SYSMAN from the repository database after failed GRID installation

DROP USER sysman CASCADE;
DROP PUBLIC SYNONYM setemviewusercontext;
DROP ROLE mgmt_user;
DROP PUBLIC SYNONYM mgmt_target_blackouts;
DROP USER mgmt_view;

Comments