HI,
I am connecting oracle server using OLEDB source in SSIS by MS OLEDB provider for oracle driver.
I got an warning on first step as "
The component reported the following warnings:
Warning at {D2B9B633-EA6B-4FC7-9947-361BAC4293B3} [OLE DB Source [1]]: Cannot retrieve the column code page info from the OLE DB provider. If the component supports the "DefaultCodePage" property, the code page from that property will be used. Change the value of the property if the current string code page values are incorrect. If the component does not support the property, the code page from the component's locale ID will be used.
Choose OK if you want to continue with the operation.
Choose Cancel if you want to stop the operation."
This was overcomed by setting theOLEDB source property Alwayssetdefaultcodepage=true.
But the real problem is nothing is fetched from oracle, Even I tried to use different codepage value, but no luck.
Please help out here what to do here to retrieve data from oracle side.
I checked the character set in oracle side (UTF8) and set the code page accordingly but no effect.
Thanks,
Purna Chandra Sasmal