Re: [GENERAL] Find all the the SELECT statements that occured

2013-05-23 Thread Sergey Konoplev
On Thu, May 23, 2013 at 2:37 PM, Nik Tek wrote: > I have a question on how to find all the SELECT statements that have > occurred in the database. I don't want any DML(Insert/Update/Delete) > statements to be captured. This is for knowing how many selects statements > occur within the database in

Re: [GENERAL] Find all the the SELECT statements that occured

2013-05-23 Thread Steve Crawford
On 05/23/2013 02:37 PM, Nik Tek wrote: Hi, I have a question on how to find all the SELECT statements that have occurred in the database. I don't want any DML(Insert/Update/Delete) statements to be captured. This is for knowing how many selects statements occur within the database in an 1 hou