1) Does Java DB support database level audit trail ?

Derby does not provide any support for tracking security-related operations.

If you only need to audit update statements, you may be able to
define triggers that do what you need.

Typically this is done by having your triggers append auditing
records to a separate audit table in your database. Then you
can query the audit table later to see what work has been occurring.

thanks,

bryan


Reply via email to