Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

SQL*Loader-00583

ignoring trim setting with string, using value of LDRTRIM

Cause

SQL*Loader was doing a direct path or conventional path load. SQL*Loader only supports LDRTRIM for direct path and conventional path. Therefore, LDRTRIM trimming was used for the load. You can get the equivalent of NOTRIM trimming if you use a control file and use the PRESERVE BLANKS clause.


Action

No action is needed. This is an informational message.