Hi ,
I have an application server for Forms & Reports 12c . I want to know the OS user name who access the forms . I used this command as a PRE_FORM trigger
<<select sys_context ( 'userenv', 'os_user' ) into :u from dual;>> .This command gets the username of the user login to the APP server .
Kind regards,