Subject | Re: [firebird-support] RE: “Tracking” (debug ging) what is hap pening in a Firebird 2.5 data base |
---|---|
Author | Alexey Kovyazin |
Post date | 2014-01-23T11:29:57Z |
Hi,
Create external table and add logging (INSERT INTO MYEXTLOG1...) statements into triggers.
Ext. tables work outside transactions scope, and you will see all triggers' firings, even those in the frames of roll back transactions.
Regards,
Alexey Kovyazin
IBSurgeon
Create external table and add logging (INSERT INTO MYEXTLOG1...) statements into triggers.
Ext. tables work outside transactions scope, and you will see all triggers' firings, even those in the frames of roll back transactions.
Regards,
Alexey Kovyazin
IBSurgeon
anyone?
how to monitor triggers into a database? any tools ?