I am doing the audit work on oracle however when i create a policy i get the message ORA-00901: invalid CREATE command
My command to run :
CREATE AUDIT POLICY ALL_ACTIONS_BY_PRIVILEGED_USERS
ACTIONS ALL ONLY TOPLEVEL;
I log in with permissions: sqlplus / as sysdba