Hi!


I was trying to export some data from database by UTL_FILE Package.
Everything is fine when data amout is not large.
But when data amout is larger, it seems will be cutted and can't be put into one file.
In fact, I found the size of file won't be exceed 2100 bytes.

I can't find any information about this.
Is there are any constraint when Oracle doing file I/O?
would you so kind to help me?

Thanks a lot!