Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

create audit policy oracle 11g

user-cll2dApr 5 2023

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

Comments
Post Details
Added on Apr 5 2023
3 comments
464 views