Hi All,
I am developing an application using Oracle forms and reports 11gR2 with Oracle Database 12c.
I am migrating data from .csv file to Oracle database table using external table.
For that I am uploading the .csv file from form using Webutil package and it transfer my file to Application server.
But for external table, the file must be present in Database server.
How to transfer that file from application server to database server in forms?
Or any other solutions to migrate .csv file to db table is appreciable.
Thanks in Advance,
Su.gi