Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> sys.dual? index?
select * from v$version
BANNER
5 rows selected.
I create a index at sys.dual,
CREATE INDEX I_DUAL_1 ON DUAL
(DUMMY) ;
but I want to delete the index , hint :
SQL> DROP INDEX "SYS"."I_DUAL_1"
ORA-00600: internal error code, arguments: [12830], [SYS], [DUAL], [], [],
[], [], []
Why?
thank advanced . Received on Fri Mar 10 2006 - 19:21:08 CST
![]() |
![]() |