Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> do i have block corruption?
1 CREATE INDEX myIndex
2 ON myTab (myCol)
3 PCTFREE 1
4 STORAGE (
5 INITIAL 5M 6 NEXT 5M 7 MINEXTENTS 1 8 MAXEXTENTS UNLIMITED 9* PCTINCREASE 0)
i try to create a table with a join off of this column and I get the same error. I ran alter table validate structure and didnt get any errors(do these errors log to a table? I didnt see any docs on OTN about this?)
not much on metalink
I was able to do a 'create table as' and create a duplicate of the table which suprised me... Received on Thu Jul 24 2003 - 08:08:54 CDT
![]() |
![]() |