I have a table \"Images\" with two fields:
I would like to export that table to a .sql file which I could impor
Thx for your answer. I used the third alternative. First I downloaded SQL Workbench/J. Then I used the following command to make an export:
WbExport -type=text -file='c:\temp\Images' delimiter='|' -decimal=',' -sourcetable=Images -formatfile=oracle;
This produced a Images.txt file and many Images_r*_c2.data files and a Images.ctl file.
I could then use the following command to import:
sqlldr myuser@myhost/mypassword control=Images.ctl