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!

Oracle 12c UNIFIED_AUDIT_TRAIL to syslog server

Paulo PiresJan 13 2021

Dear community,
I have to implement Oracle 12c audit and save/export audit data to a shared drive on SYSLOG server. Splunk will get the data for this SYSLOG server.
In a configuration like that, what is the best approach?
Mixed auditing with OS in audit_trail? This means the logs will be save in windows syslog, not on that specific shared drive...
Pure auditing? This means I need to create a trigger to export data each minute...
My approach is to define pure audit and create 2 procedures:
Transfer UNIFIED_AUDIT_TRAIL content to SYSLOG server;
Clean up the auditing data from time to time.
I know there's DBConnect but for that I must create a specific user, which I don't want.
Is there a step-by-step guide in windows to implement Oracle 12c auditing?
Thanks

Comments

user12947051
Answer

Seems that when I use strings directly, something foes wrong. I have to use different notation, like

&formulaUse4=code

&col4="bla-bla3"."Year%20Month"

&op4=bet

&val4="[Dim bla-bla3].[<Year%20Month Decriptor ID>].&[201501]"+"[Dim bla-bla3].[<Year%20Month Decriptor ID>].&[201504]"

In this case not strings are being compared, but string IDs. In my case "Jan 2015" < "Apr 2015", so no data returned. After putting data into fields and manual press on Apply button OBIEE already uses IDs instead of strings. Wow.

Marked as Answer by user12947051 · Sep 27 2020
1 - 1

Post Details

Added on Jan 13 2021
1 comment
525 views