Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Indexing NULL values
Hi,
Is there any way to index null values in Oracle? Does the BITMAP type index include NULL values? We have several searches which use IS NULL/IS NOT NULL conditions. Currently, the Table Scan that Oracle uses is killing query performance. These fields do not really lend themselves to default values (e.g. a closing date). In SQL Server, there is the ability to include NULLS when the index is built. Is there any such feature in Oracle 8/8i?
Mike Received on Tue Mar 06 2001 - 22:30:08 CST
![]() |
![]() |