Greetings Oracle 19c people,
Hope your day is going well.
I've found a few examples in how to add actions to an existing policy or even creating a new one.
None of them seem to work.
Here is one example that looked very promising but it returned ora-00933 sql command not properly ended.
That's just one that I have tried. I think I tried about 50 others.
ALTER AUDIT POLICY <POLICY_NAME>
ADD ACTIONS EXECUTE ON <SCHEMA_NAME>.<PACKAGE_NAME>.<FUNCTION_NAME>
I tried another example that looked like it would add all functions in the same schema.
That failed as well but that would be my goal.
Any ideas gratefully received. Thanks in advance.
Peace:)