Load data from excel to Oracle Tables
969952Nov 13 2012 — edited Nov 20 2012Hi All,
I want to create a table with payment year as sysdate ( to_char(sysdate,'yyyy')) and month as 'MM' by default ( like payment_month default <(syadate,'MM')>
I am trying to do it but failed. Please help me out and the other one is want to load the data from EXCEL to ORACLE table.
I used to load the load the data by using SQL * LOADER. can you please let me know is it possible to load the data without using SQL*Loader? please provide me the solution for this.
Thanks,
Ora.