optim
How do I turn on SQL tracing within Optim?
@ipajama
2012. 1. 9. 09:13
728x90
Question
How do I turn on SQL tracing within Optim?
Answer
To enable sql tracing:
On Windows:
- 1) Help-> About Optim
2) Double click on the Optim Logo
3) Select the checkbox for NEC Dynamic SQL (DSQ)
4) Select the checkbox for Option 25 (Trace sql statements...)
5) Click on enable tracing.
6) Reproduce the problem.
On Unix:
- Add the following to either the pstserv.cfg or the pstlocal.cfg,
dependant on whether you are using optim server or client (pr0cmnd):
- trace DSQ 25
trace enable
If using server you will need to restart it to pick up these changes.
728x90