"After suspend" database event trigger?
We have 11.1.0.7 on linux
I created an "after suspend" database event trigger that insert rows into table for log and then commit.
The suspend trigger call DBMS_RESUMABLE.ABORT(MySessionId);
The suspend trigger is owned by SYS.
But DML trigger is not fired on the log table whereas the trigger has just inserted one row
Is it a bug or is it a normal behaviour ?
Thanks for your help.
Rou
I created an "after suspend" database event trigger that insert rows into table for log and then commit.
The suspend trigger call DBMS_RESUMABLE.ABORT(MySessionId);
The suspend trigger is owned by SYS.
But DML trigger is not fired on the log table whereas the trigger has just inserted one row
Is it a bug or is it a normal behaviour ?
Thanks for your help.
Rou
0