Legolas Woodland wrote:
is there any way to see which commands are coming from clients to Derby server ? I mean , i as developer want to see which commands are executed against my database , what should i do ?


One good way is to set derby.language.logStatementText. It will cause
each statement to be logged to your derby.log file, so that you can
read through it and see what actions are occurring.

http://db.apache.org/derby/docs/10.1/tuning/rtunproper43517.html

thanks,

bryan




Reply via email to