Auditing lob column changes when working with dbms_lob [message #480686] |
Tue, 26 October 2010 08:19 |
elutsky
Messages: 10 Registered: July 2010
|
Junior Member |
|
|
Hi,
It seems that dml trigger doesn't fire when lob field is being updated using dbms_lob package.
As it stated in Oracle documentation:
Quote:Using OCI functions or the DBMS_LOB package to update LOB values or LOB attributes of object columns does not cause Oracle to fire triggers defined on the table containing the columns or the attributes.
I need to know that table was updated (or is about to be updated), how can I do that in case it is lob field that is being updated?
Thank you!
|
|
|
|