Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Weird OPTIMIZER behavior for SQL*Net queries
Hi,
I'm seeing a strange performance problem. The same query performs very
well when executed
with a direct connection (e.g. sqlplus scott/tiger) and very poorly when
executed through SQL*Net
(e.g. sqlplus scott/tiger_at_mydb). Running the analyzer shows that the
execution path is different in
both cases.
BTW, the query generates virtually no network traffic (returns just a
count).
Is there any way I can control or force the optimizer to behave the same
way for a query
coming through SQL*Net as it does for local queries?
I've read the docs about the hints, etc, but I haven't seen anything
that seems to be the answer.
TIA, -Jerzy Received on Fri Sep 03 1999 - 23:53:07 CDT
![]() |
![]() |