problem with truncating table
hi
i want to truncate a partition of table but it does not get truncated due to below error.related datafile can not be recovered.
i do not know how to truncate this partition in the way i do not encounter this error.Please advice.
alter table scott.table1 truncate partition P1;
alter table scott.table1 truncate partition P1 update indexes;
ORA-00372: file 110 cannot be modified at this time
i do not know how to truncate this partition in the way i do not encounter this error.Please advice.
alter table scott.table1 truncate partition P1;
alter table scott.table1 truncate partition P1 update indexes;
ORA-00372: file 110 cannot be modified at this time
0