Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle database doing work not to asked for

Re: Oracle database doing work not to asked for

From: Brian Peasland <dba_at_nospam.peasland.net>
Date: Thu, 5 Oct 2006 18:35:43 GMT
Message-ID: <J6oEBo.CK3@igsrsparc2.er.usgs.gov>


> 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.

HTH,
Brian

-- 
===================================================================

Brian Peasland
dba_at_nospam.peasland.net
http://www.peasland.net

Remove the "nospam." from the email address to email me.


"I can give it to you cheap, quick, and good.
Now pick two out of the three" - Unknown
Received on Thu Oct 05 2006 - 13:35:43 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US