Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: sys.dual? index?
Hi lfree:
I think it is not a bug.
GLUMTAIL_at_TESTDB> select * from v$version;
BANNER
GLUMTAIL_at_TESTDB> create index gt_dual_index on dual(dummy);
Index created.
GLUMTAIL_at_TESTDB> drop index gt_dual_index;
Index dropped. Received on Sun Mar 12 2006 - 05:38:52 CST