If the database is Oracle there is a system table called V$SQLAREA that holds this information.
-----Original Message----- From: Scott Purcell [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 10:17 AM To: [EMAIL PROTECTED] Subject: Want to grab SQL stmt from executing servlet Hello, I have the need to parse out a query from a running .jar file. The .jar is a servlet that does some queries to a local DB. I want to grab the querystring that is being sent to the DB somehow when I am running the servlet. Is there anyway to achieve this goal?? -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
