I have to use SQLLDR to load some data in my database. The problem is that I have a field who it contain 270 caractere in it. And the sql loader reject this field.

Could anyone could help me with this problem ? (I have test the sql loader with 256 caractere and it's working. How to load a feild greater than 256 char ?)

Thank You.