Hi, I'm very much inexperienced with using DB2 besides the basic queries. There's a problem I'm dealing with, and the simplest solution seems to be recording all the queries that is executed on the database for a short period of time.
Is there an option for DB2 that would allow me to do so? As in:
1. start the process
2. queries made, for example, from a jsp
3. the queries made/history are recorded on file/displayed
4. stop the process and be able to review these actions.
Any feedback is appreciated.