Dear all,
DB : 10.2.0.4.0
OS : Solaris 5.10
I need to trace a forms session which is connected to the DB
I did the below :
1) Started the forms session
2) In one more session, as sys user note down the sid and serial#
3) in the same session 'alter session set sql_trace=TRUE
4)
EXEC DBMS_SUPPORT.start_trace_in_session(sid=>1054, serial=>20493, waits=>TRUE, binds=>FALSE);
5) did all the activities in forms session
6) stopped the trace
EXEC DBMS_SUPPORT.stop_trace_in_session(sid=>1054, serial=>20493);
but there is no trace files generated in udump
Am I missing something ?
Please guide
Kai