Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Indexing problem
Does the table you are creating the index on have a degree of parallelism
> 1 set (check the degree column of user_tables) ?. If so then you may be
experiencing the same parallel query bug we encountered on 7.3.2.2 of
ORACLE at our site. There is a patch available from ORACLE so it may be
worth ringing support to see if it's available on your platform.
Hope this helps,
Rob
Hi,
I've being trying to add an index to a column in one of my tables.
The create command executes for a few minutes (it's a 4m row table, most values in the given column are null) before dumping me out to the system prompt.
There are no error messages displayed either on the screen or in the alert log.
Other indexes on the same table create fine.
Any ideas?
Andy
Andy Hardy. PGP key available on request
![]() |
![]() |