How to fix the Oracle error SQL*Loader-00281: Warning: ROWS parameter ignored in parallel mode.?
In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00281: Warning: ROWS parameter ignored in parallel mode. with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
SQL*Loader-00281: Warning: ROWS parameter ignored in parallel mode.
Reason for the Error SQL*Loader-00281: Warning: ROWS parameter ignored in parallel mode.
Specifying save points using the ROWS parameter is not supported for parallel loads.
How to fix the Error SQL*Loader-00281: Warning: ROWS parameter ignored in parallel mode. ?
You can fix this error in Oracle by following the below steps
Remove the ROWS parameter from the command-line arguments or specify a non-parallel direct load to have save points performed.
Leave Your Comment