audit4j / audit4j-core

An open source auditing framework.
http://audit4j.org
Apache License 2.0
125 stars 77 forks source link

Oracle DB Issues #23

Open dfgkzhang opened 8 years ago

dfgkzhang commented 8 years ago

I'm running into some issues while setting up audit4j 2.4.0 to communicate with an Oracle DB that I'm hoping you can help me with.

After some digging it looks like the Maven repo doesn't have the correct versions of the audit4j-db jar.
The version of the DatabaseAuditHandler that I have is trying to create a table named "audit", while the github version takes a default_table_name.

        logDao.createAuditTableIFNotExist("audit");
        getDaoForTable(default_table_name);
samvaspri12 commented 7 years ago

Hello, We are using Audit4J 2.4.1 and have hit a snag with SQL server 2016. Audit4J does a CreateIf Audit SQL query which is incorrect for SQL server. Is there a fix or workaround for this. Any help would be appreciated.

Thanks, Venkat