Hello friends!
While trying to load data from an Excel sheet to a table in Oracle, many a times ODI developers come across the “Invalid fetch size” or the“ResultSet is closed” errors upon execution of their Interface. This issue has been discussed in many questions on the Oracle Forums website. Good news is that this bug has now been resolved.
In order to resolve these errors, a common solution is as follows!
1. Try using ODI 11g (version 11.1.1.3) or below
2. In case you are using a higher version of ODI say 11.1.1.5, you need apply a Patch 13528165 on top of 11.1.1.5 as mentioned by Rickson Lewis over here
In this tutorial I will explain how data from one Excel spreadsheet is loaded into another using Oracle Data Integrator!
Pre-requisites: ODI 11.1.1.3, MS Excel 2007 software
I will be using two Excel sheets namely source.xlsx and target.xlsxrespectively. The source Excel sheet is populated as follows!
Step 1: Create data server, physical & logical schemas for both Excel sheets
Step 2: Create data models and reverse engineer
Step 3: Create a new Interface
Create a new Interface in any of existing projects named excel_to_excelas follows!
Finally, run the Interface. Check the status of the operation under theOperator tab. You should see the target Excel sheet now populated!
Comments
Post a Comment