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 -> Views hints

Views hints

From: <joker197cinque_at_gmail.com>
Date: Fri, 15 Jun 2007 07:09:48 -0700
Message-ID: <1181916588.926992.130350@k79g2000hse.googlegroups.com>


Is there a way to force index use in a view that involves 2 or more tables?

I would like to do this:

select /*+ INDEX(PK_TAB_INDEX) */ * from my_view:

where PK_TAB_INDEX is an index in one of the tables involved in view.

I tried but hint simply seems ignored.

Any help appreciated, regards. Received on Fri Jun 15 2007 - 09:09:48 CDT

Original text of this message

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