Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: sqlldr / new line?
"FC" <flavio_at_tin.it> wrote in message
news:Ywt5a.288589$AA2.10937134_at_news2.tin.it...
>
>
> The syntax would be like this:
>
> ...
> column_name CHAR ENCLOSED BY '"' "REPLACE(:column_name, '\\n',
> CHR(13) || CHR(10))"
>
> Caveat: this works if the column datatype is VARCHAR2, not CLOB.
>
or like this:
column_name CHAR ENCLOSED BY '"' "REPLACE(:column_name, '\\n', '\n')"
Bye,
Flavio
Received on Fri Feb 21 2003 - 11:56:43 CST
![]() |
![]() |