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: Different user, different indexes used. Why?

Re: Different user, different indexes used. Why?

From: <samuelrollins_at_gmail.com>
Date: 14 Feb 2007 14:53:11 -0800
Message-ID: <1171493591.583144.222760@h3g2000cwc.googlegroups.com>

> The two queres probably aren't accessing the same tables. Look for
> unqualified table names in your query. You could have private
> synonyms that differ for each user. Or one of the users could have a
> table of the same name in their own schema.
>
> - Bobby

I've confirmed that neither of these situations is the case. They are selecting from the same data and returning the same data. I'm now investigating v$sql_plan, traces, and the prospect of VPDs. Any other ideas?

Thanks,
Sam Received on Wed Feb 14 2007 - 16:53:11 CST

Original text of this message

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