How to fix the Oracle error SQL*Loader-00972: Warning: ROWS parameter ignored when NO_INDEX_ERRORS is used.?
In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00972: Warning: ROWS parameter ignored when NO_INDEX_ERRORS is used. with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
SQL*Loader-00972: Warning: ROWS parameter ignored when NO_INDEX_ERRORS is used.
Reason for the Error SQL*Loader-00972: Warning: ROWS parameter ignored when NO_INDEX_ERRORS is used.
Specifying save points using the ROWS parameter was not supported with NO_INDEX_ERRORS=TRUE.
How to fix the Error SQL*Loader-00972: Warning: ROWS parameter ignored when NO_INDEX_ERRORS is used. ?
You can fix this error in Oracle by following the below steps
Remove the ROWS parameter from the command-line arguments or do not specify NO_INDEX_ERRORS=TRUE.
Leave Your Comment