Audit???

oracle Viet Nam
  • 16 years ago

    Hi all,
    I want to keep track every changing in my db such as create or drop table. So how do I know who create or drop any table if I did not active the Auditing in my DB.
    Thanks in advance.

  • 15 years ago

    Hi
    The simple way is use the supplied feature Oracle AUDIT.
    If you want to develop your own audit then
    1. Create a Database level trigger for DROP and CREATE
    2. Insert the seesion info in your audit table.

  • 15 years ago
    CAN U PLZ EXPLAIN HOW TO DO THAT.

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.” - Rich Cook