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: Extract data from index

Re: Extract data from index

From: <xhoster_at_gmail.com>
Date: 14 Jan 2005 19:56:15 GMT
Message-ID: <20050114145615.497$Zh@newsreader.com>


Peter Mubaiter <this.is.not.valid_at_spammer.hola> wrote:
> xhoster_at_gmail.com wrote:
>
> > Have you tried something like:
> >
> > select /*+ index (c INDEX_NAME)*/ indexed_column
> > from affected_table where indexed_column is not null
> > and indexed_column > 'Oopsie';
> >
> > Where 'Oopsie' would be an value just after the values stored in the
> > block with the suspected corruption?
>
> Yes, I tried. Unfortunately I just discovered that the corrupted block
> is a node, not a leaf. I think, I'll forget about this column...
>
> Thanks all for your help,

How about doing an "order by" possibly with one of the hints I'm too lazy to look up and which may not even exist in your version (index_asc?) to see if you can get it to follow the linked list through the leaves, rather than following the index tree?

Xho

-- 
-------------------- http://NewsReader.Com/ --------------------
Usenet Newsgroup Service                        $9.95/Month 30GB
Received on Fri Jan 14 2005 - 13:56:15 CST

Original text of this message

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