How to fix the Oracle error SQL*Loader-00973: Warning: ROWS parameter ignored when PARTITION_MEMORY is used.?

In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00973: Warning: ROWS parameter ignored when PARTITION_MEMORY is used. with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

SQL*Loader-00973: Warning: ROWS parameter ignored when PARTITION_MEMORY is used.

Reason for the Error SQL*Loader-00973: Warning: ROWS parameter ignored when PARTITION_MEMORY is used.

Specifying save points using the ROWS parameter was not supported with PARTITION_MEMORY=n.

How to fix the Error SQL*Loader-00973: Warning: ROWS parameter ignored when PARTITION_MEMORY 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 PARTITION_MEMORY=n.

Tags :

Leave Your Comment