xx_rdbms_debug.calllog('debug information');
Currently this is all the package / procedure will do at version 1.0. However as I am intending to make this my default debug package I will include in upcoming versions more functionality which enables you for example to turn on or turn off logging and some other tracefile functionality.
However, at the moment of version 1.0 you can simply call the function and view the results in the xx_rdbms_debug_log table.
To enable you to use this package you have to create the table and compile the package spec and body file in your database. You can download them here:
Download table creation script.
Download SPC file.
Download BDY file.
No comments:
Post a Comment