Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Extract data from index
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,
Peter Received on Fri Jan 14 2005 - 13:18:18 CST