buckey
December 5th, 2007, 06:35 AM
I needs some help from some guru's. I have a schema level trigger that captures sql text. In a nut shell, it captures DDL changes. However, i need to capture the text contained in the anonomous pl/sql block.
As of now, i am using ora_sysevent to capture text based on weather it is an alter statment, and ora_obj_type to check the object type. However, i don't know how to check for anonomys block, let alone spell anonomys.
Please help!
Thanks in advance.
As of now, i am using ora_sysevent to capture text based on weather it is an alter statment, and ora_obj_type to check the object type. However, i don't know how to check for anonomys block, let alone spell anonomys.
Please help!
Thanks in advance.