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: Query performance dramatically different

Re: Query performance dramatically different

From: <boogab00_at_yahoo.com>
Date: 7 Feb 2006 08:06:18 -0800
Message-ID: <1139328378.204485.126810@g47g2000cwa.googlegroups.com>


Sounds like a bind peeking issue. How are bind variables being used in the following scenarios:

  1. if executed from sqlplus on my computer (9.2.0.6 client) - 30s
  2. executed from my colleague's computer (9.2.0.1 client) - 30 minutes
  3. executed from another colleague's computer (9.2.0.6 client) - 30 minutes
  4. executed using JDBC on all computers including mine - 30 minutes
Received on Tue Feb 07 2006 - 10:06:18 CST

Original text of this message

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