How to get the output of a query into a flat file using Oracle on UNIX?
For example:
I have a TEST table; I want to get the content of the TEST table into a flat file and then store the output in some other folder in .txt format.
How to get the output of a query into a flat file using Oracle
Share
See Creating a Flat File in the SQL*Plus User’s Guide and Reference.