How to trace a particular database user ?
Everyone knows that there is an Oracle username "SCOTT" in all the database installation.
How to enable tracing for the SCOTT user, so I can can get all the tracing info of the user SQL's
Note: I know I can get the sid,serial# info and trace a particular session id, but here i wanted to trace the entire user SCOTT, no matter how many Sessions he opens.
Help me with this !!!!