Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: explain plan changes if using bind vars
NetComrade wrote:
>
> Not only that.. but I've found out that for some other IDs passed,
> query performs poorly as well, even w/o using bind vars
>
Then try to reduce the amount of data over the link; any remote tables joined (all four in your case) can be pre-joined in a view. Create the view on the remote side, and select from that - the joins will be executed on the remote machine, and not all data is pulled over.
-- Regards, Frank van BortelReceived on Tue Aug 02 2005 - 14:34:45 CDT
![]() |
![]() |