importing table data from excel sheet into oracle table
935684Jan 30 2013 — edited Feb 1 2013Hi all,
We have an excel sheet which contains a table(with datas) along with some comments(some extra information on table columns) below the table.We need to import only table data into oracle table.We dont need those comments data to be imported into the oracle table.Can you please let us know how to do it?
We have tried using import option and external table in sql developer.But we are not getting the desired result.