In this article lets discuss about how to load data from an excel file in to oracle database table.
In many application projects you may be faced with a requirement to export data from a database table to an excel sheet or load data from an excel or csv file in to a database table. The former can be done using the help of any oracle client like TOAD. The latter can be done using an utility available in oracle called SQL Loader.
Let go through an example of how to import data from excel or csv file in to oracle db.