After executing the following command
INSERT /*+ append */ INTO pay_test SELECT * FROM all_objects
I have given
delete from pay_test
It is showing message
ORA-12838 Can not read or modify an object after modifying it in parallel
The problem is recified after executing DCL Commands.
But What is meant by parallel modification or parallel operation?