A alexvegaz Member Apr 3, 2013 #1 Hello, im a new user for PL SQL, i have a question: i want to know how to import an excel file to an ORACLE TABLE, through PL SQL Script (PROCEDURE or Program)? Regards
Hello, im a new user for PL SQL, i have a question: i want to know how to import an excel file to an ORACLE TABLE, through PL SQL Script (PROCEDURE or Program)? Regards
Bernhard S Member³ Apr 4, 2013 #1 You shouldn't use PL/SQL for that, but instead use the methods described in this thread.
null0000 Member³ Apr 8, 2013 #1 Excel file to .csv file which then defined as external table and no import operation is needed. BTW: Your post is in wrong place !
Excel file to .csv file which then defined as external table and no import operation is needed. BTW: Your post is in wrong place !