RESEND: ORA-01502: index 'SHOPPINGSA.SCAN_YDCMFFLT_IDX2 ' or partition of such in
RESEND: ORA-01502: index 'SHOPPINGSA.SCAN_YDCMFFLT_IDX2 ' or partition of such in
2005-03-08 - By Rusnak, George A. (SEC-Lee) CTR
Sorry, for the fat finger on first message !!!
Group, RDBMS Version: 9.2.0.5 Operating System and Version: HP-UX B.11.11 U 9000/800 Error Number (if applicable): ORA-01502 (See ORA-01502.ora-code.com) Product (i.e. SQL*Loader, Import, etc.): SQLPLUS
Applied release 2 patch set 4 version 9.2.0.5.0 to 9.2.0.3 EE
After patching I also applied: IAVA's 3811906 and 3835964.
I am now getting ORA-01502 (See ORA-01502.ora-code.com). If I run: ALTER TABLE scan_ydcmfflt MODIFY PARTITION cmf_1 REBUILD UNUSABLE LOCAL INDEXES; the problem goes away. Did not have this error until patch set install !!
1 select index_name, status, last_analyzed 2 from dba_ind_partitions 3* where index_owner = 'SHOPPINGSA' DIN:shoppingsa> /