How can one log the changes made to the data, in the oracle database tables ?
Harjinder
2006-03-27 02:53:49 UTC
i.e.how to log Insert, update and delete done by users on all the database tables.
Three answers:
sj
2006-03-27 02:57:22 UTC
Use triggers (Before insert/before update/before delete) and use autonomous transations in the procedure called in the trigger body.
MaDo
2006-03-27 02:59:23 UTC
Triggers is the way to do it, according to the changes you need to log (update, insert or delete)
tapley
2016-12-18 16:18:44 UTC
we can't insert the diverse rows at a time. we are in a position to insert one row at a time. For putting diverse rows at a time. you may placed in writing the PL/sq. language or write the code with font-end device like java, vb, vc++ etc. that's it.
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.