find the sid and the serial number for that user session, use dbms_system.set_sql_trace_in_session and you will get your trace files then use tkprof to trace it.

If you want this all the time use a logon trigger for that user to set this.