To connect to Oracle, first you need create a connection using the 'Microsoft OLE DB Provider for Oracle'. You will then be asked the Oracle Servername, Username and Password.
Once the connection is established, you will be able to access the Oracle tables using the 'OLE DB Source'Task.
Hope...
To execute your SSIS package in 32-bit mode on a 64-bit OS
you need to run your package using DTEXEC or its GUI-counterpart,DTEXECUI.exe.
The 32-bit version of dtexec.exe is located
at Program Files(x86)\Microsoft SQL Server\90\DTS\BINN\dtexec.exe.
Invoke dtexec.exe within a batch file or...
1. create a variable
>Define a variable 'var1'
>Datatype as 'object'
>Value as 'System.Object'
2. Right Click Execute SQL Task
and choose EDIT
General TAB
SQLSourceType : Direct input
SQLStatement : Select 'column1' from 'Table1'
Result Set TAB
>set 'Result Name' to 0
>set 'Variable...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.