Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Finding out the query source

532632Jun 18 2009 — edited Jun 18 2009
Dear All,

We have a problem in our application. Entries are getting deleted from a table when they should not.

It is still a mystery what is deleting them as we could not find any DELETE references in the pl/sql objects we have - like procedures, functions, packages, triggers etc.

I did a select from v$sqlarea and found a DELETE statement there:
delete from table1 where prid=:1
Any thoughts on how I can determine the query source i.e. where this query is originating from ?

I do not have access to trace files.

Thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 16 2009
Added on Jun 18 2009
15 comments
1,418 views