What's the easiest and fastest way to trace sessionS of a particular user ???

I have a user schema in the DB and lot of concurrent sessions would be opened
and closed simultaneously. I want to trace all the SQLs generated by
this user shcema.

Thanks in advance.