Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle database doing work not to asked for
Dusan Bolek wrote:
> Brian Peasland wrote:
>>> I know no method that can be used to look "at the actual SQL being sent >>> over the link". >> Run an EXPLAIN PLAN on the distributed SQL statement. The OTHER column >> of the PLAN_TABLE when the OPERATION is "REMOTE" will show you the exact >> SQL statement being sent across the database link.
If in 10g use DBMS_XPLAN.DISPLAY_CURSOR and check all of the statements originating in the app. In 9i, or before, it is harder to do.
-- Daniel Morgan University of Washinggton Puget Sound Oracle Users GroupReceived on Fri Oct 06 2006 - 11:35:55 CDT
![]() |
![]() |