Attempting to drop the table gives the error
Msg 1142, Level 22, State 1
Server 'LN_DELTA_D1_SQL', Line 1
Invalid OAM Page 7482648. Found pstat=0x802, object=46910571618410, database=35, indid=3.
Msg 12329, Level 20, State 1
Server 'LN_DELTA_D1_SQL', Line 1
An attempt was made to fetch logical page '7482648' for database 'PAdb' (35), object 'SETO_corrupt' (740522763), index 'SETO' (0), partition 'p2014' (756522820). However, page belongs to a different partition (indid '3' partitionid '938811498') of the same object. This indicates an ASE internal error and does not indicate data corruption.
Atttempting to drop any of the 3 indexes gives the same error.
>> If that doesn't work, then dropping and rebuilding the full table may be the necessary step.
You mean by using http://scn.sap.com/docs/DOC-43252 ? as drop table doesn't work.
Do SAP/Sybase support this method of fixing table corruptions ?