Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: dynamic dynamic sql within a procedure - ora_00911
For insert,update I'd recommend you go by using pl/sql records based
approach ... That way you'll have to code less. See
http://tinyurl.com/3hgxl for hints ..
Many moons ago I wrote some code that generated audit triggers for a given table and added some meta-level info that one could use to identify exactly *which* column values changed when viewing audits for a record. We had some requirements like that. Hat code is somewhere on my hard-disk.
Raj
![]() |
![]() |