Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: sys.dual? index?
> BANNER
> ----------------------------------------------------------------
> Oracle8i Enterprise Edition Release 8.1.7.1.1 - Production
> PL/SQL Release 8.1.7.1.0 - Production
> CORE 8.1.7.0.0 Production
> TNS for 32-bit Windows: Version 8.1.7.1.0 - Production
> NLSRTL Version 3.4.1.0.0 - Production
>
> GLUMTAIL_at_TESTDB> create index gt_dual_index on dual(dummy);
>
> Index created.
>
> GLUMTAIL_at_TESTDB> drop index gt_dual_index;
>
> Index dropped.
oh, I use 8.1.7.0 .
I should patched to 8.1.7.4.
thank you. Received on Sun Mar 12 2006 - 20:04:17 CST