Hi,
I have a requirement to export an extremely large file using the pipe delimiter.
I find that for extremely large files, SQLCL works much better than SQLDeveloper, in that, it doesn't crash or hang ;-).
It's a pretty good tool in many other ways, but I digress.
I see a /*delimiter*/ option for SQLCL but I don't know how to set the delimiter to pipe in SQLCL. Using the loader format is close to what I need but it leaves out the headings and I'm loathe to add another query just for headings due to the nature of what I'm doing.
How do we set the particular delimiter that SQLCL should use?
I looked at the link below and when it talked about delimiters, the answer shifted back to SQLDeveloper
http://www.thatjeffsmith.com/archive/2015/02/oracle-sqlcl-slidedeck-overview-of-our-new-command-line-interface/
I have a feeling I'm missing something small.
Any help will be appreciated.
Kofi