Oracle Audit Trail Add Program Name
The program name attribute (V$SESSION.PROGRAM) is not by default passed to Oracle’s audit logs. It can be optionally included. To do so, apply Patch 7023214 on the source database. After the patch is applied, the following event needs to be set:
ALTER SYSTEM SET EVENT='28058 trace name context forever' COMMENT='enable program logging in audit trail' SCOPE=SPFILE;
The table below summarizes key session attributres (V$SESSION) that are passed/not passed to Oracle auditing