CSV-Upload in ORACLE database
463005Oct 5 2007 — edited Oct 19 2007Hello,
I'm currently working on a workflow-project in Oracle APEX with an ORACLE database (10g) where - as a special feature - I have to implement a page where the User can upload a CSV - file into the database tables by himself.
The problem I have is that I don't find a way to fullfill the upload. Is there any special command in ORACLE or predefined scrip to upload a csv - file in an existing table like for example the MYSQL - command LOAD DATA INFILE?