79142710

Date: 2024-10-30 20:37:31
Score: 0.5
Natty:
Report link

You can use SQL LOADER delimiter ENCLOSED BY for comments field. For example : comments enclosed by '"' This tells SQL*Loader to treat everything between double quotes as part of the COMMENTS field, even if it contains newlines or other delimiters.

reference : https://docs.oracle.com/en/database/oracle/oracle-database/21/sutil/oracle-sql-loader-field-list-contents.html

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: munsidd