John Holland wrote : >does anyone know how to kernel trace procedures or triggers?
At the moment you have just 2 choices : 1. use the vtrace for tracing of sql statements called in the procedure or trigger see http://sapdb.2scale.net/moin.cgi/VTrace 2. Insert Trace into a trace table (via normal sql insert statements). In the future we will provide a tracing facility which allows tracing into a file. Regards, Thomas -- Thomas Anhaus SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
