How to fix the Oracle error SQL*Loader-03120: Resumable parameters ignored — current session not resumable?

In this post, you’ll learn more about the Oracle ErrorSQL*Loader-03120: Resumable parameters ignored — current session not resumable with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

SQL*Loader-03120: Resumable parameters ignored — current session not resumable

Reason for the Error SQL*Loader-03120: Resumable parameters ignored — current session not resumable

Current session is not resumable.

How to fix the Error SQL*Loader-03120: Resumable parameters ignored — current session not resumable ?

You can fix this error in Oracle by following the below steps

Must specify RESUMABLE=TRUE to enable resumable session in order for the RESUMABLE_NAME and RESUMABLE_TIMEOUT parameters to take effect.

Tags :

Leave Your Comment