InterviewSolution
| 1. |
What Are Two Audit Trial Tables Used In Bpel? |
|
Answer» There are 2 audit trail tables used in BPEL: audit_trail and audit_details. All audit trail events are inserted into audit_trail. audit_details is used for the details SECTION of an event (IE. payload); if a payload exceeds a CERTAIN size, it is inserted into audit_details instead of being inlined in the audit_trail event. There are 2 audit trail tables used in BPEL: audit_trail and audit_details. All audit trail events are inserted into audit_trail. audit_details is used for the details section of an event (ie. payload); if a payload exceeds a certain size, it is inserted into audit_details instead of being inlined in the audit_trail event. |
|