How to export records to a text file in oracle10g using a single request?

How does Iexport write to a text file in oracle10g using a single request?

I plan to execute any request through jsp / JDBC and want the entries to be saved in a text file.

+3
source share

All Articles