I am connecting to an Oracle DB and the connection works, but I get the following error for some of the columns:
Description: Column "RESOURCE_NAME" cannot convert between unicode 
and non-unicode string data types.
Value for RESOURCE_NAME:
- For Oracle: 
VARCHAR2(200 BYTE) - For SQL Server: 
VARCHAR(200 BYTE) 
I can connect to the Oracle DB via Oracle SQL Developer without any issues.  Also, I have the SSIS package setting Run64BitRuntime = False.
