Hi,
I want to activate journaling on db modifications from scriptcase app.
On plain PHP I use:
oci_set_client_identifier($conn, $user);
to associate user and connection. How can I do the same with scriptcase? Which is the name of the connection to put instead of $conn?
Thank You.
P.S.: I know that scriptcase has a integrated logging system, but I need to have it directly on db from triggers.