Unable to create index
HI DBAs,
OS =RHEL AS 4
DB = 10.2.0.4
We have one (INDEX) tablespace and all of the data-files of that tablespace turned to offline. I tried to do recovery using RMAN, but we missed some of the archives to do and
now Im dropping all the indexes in this tablespace and creating in some other tablespace. I did almost for 98% indexes, but for some of the indexes im receiving the following error.
SQL> CREATE INDEX "METRICS_OWNER"."EF_WKLY_OD_AGGREGATE_CH_IDX1" ON "METRICS_OWNER"."EF_WKLY_AGGREGATE_OD_CHART" ("EXT_WAGID")
2 PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
3 STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
0