I want to find out the module with which program an audit has started.
So for example if an insert statement has been done with SQL developer or Toad.
I have the logging of the statement in dba_fga_audit_trail
But I can't seem to find the link to the audsid
so I can find more info about the session.
Is it possible to create this link by joining some tables?