data transfer from excel to oracle
Looking for a code that can transfer the data from excel to Oracle table.
e.g. in excel,
Id Name
1 a
2 b
Same structure i.e. Id, name fields are present in oracle table. We have to just transfer the excel data to that oracle table.
Note: We need to do it in connected mode (i.e. without using dataadapter etc)