Arne Gehlhaar wrote:

>...
> One more problem though. After a FASTLOAD, the table is 
> readonly. I can create and drop indexes, but I cannot delete 
> data. WHY?

FASTLOAD will not use the normal logging-mechanism.
Therefore even if your new change-(insert/update/delete) will be 
logged, in case of a failure and the need for a redo incl the
FASTLOAD, there is NO chance to do this --> the table
would not be in the state after FASTLOAD --> your change
could not be handled and the table would be corrupted.
Therefore: after a FASTLOAD a save has to be done
which would allow a user to redo his logged work
by restoring this save and then doing the redo.

Elke
SAP Labs Berlin
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to