How to resize storage area because my table is very big now and table is without index.
While doing:
- truncate
- drop/create storage area
- dorp/create storage map
I found the error:
SQL> truncate table xxxxxxxx;
%RDB-E-LOCK_CONFLICT, request failed due to locked resource
-RDB-E-NO_META_UPDATE, metadata update failed
-RDMS-F-TIMEOUT, timeout on client '........TRAN' 4E415254000000920000000400000055
-COSI-W-CANCEL, operation canceled
I need help while using truncation, drop/adding storage area, drop/adding storage map.