
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
Relate
|
|
|
|
This issue is related to:
|
|
CORE-3340
Error in autonomous transaction with empty exception handler: can insert duplicate values into PK/UK column (leads to unrestorable backup)
|
|
|
|
|
|
|
| Planning Status: |
Unspecified
|
|
Test case:
execute block as
begin
in autonomous transaction do begin
post_event 'asd';
end
end
rollback;
Despite the fact that the autonomous transaction has committed, the event has not been posted. If the outer transaction would commit, the event would be posted, although perhaps later than expected.
|
|
Description
|
Test case:
execute block as
begin
in autonomous transaction do begin
post_event 'asd';
end
end
rollback;
Despite the fact that the autonomous transaction has committed, the event has not been posted. If the outer transaction would commit, the event would be posted, although perhaps later than expected. |
Show » |
| There are no comments yet on this issue.
|
|