If you don't want to use the Oracle client then you can't
directly connect to the Oracle instance. If you are a
licensed client for the Oracle server, you can use the
Oracle CD to install the client - it's not a separate
purchase.
If you don't want to go that route, another option would be
on the Oracle side, have the data from the table spooled out
to a text file. Move that file to some place you can access
it from SQL Server and work with that text file instead.
-Sue
On Wed, 24 Mar 2004 11:41:12 -0800, "Cheryl"
[quoted text, click to view] <anonymous@discussions.microsoft.com> wrote:
>
>>-----Original Message-----
>>When I try to set up a DTS bt. Oracle 9i and SQL Svr 2000
>>using the Oracle ODBC datasource in DTS, I get an Oracle
>>components not found error message. Is there a driver or
>>something that I need to download or should I be trying
>>some other type of data source? TIA
>>.
>>
>I have the same problem. I only want to retrieve data from
>an Oracle table, but apparently we have to purchase the
>Oracle client (which I don't want or need) to get the
>driver to query the Oracle database.
>
>I wonder, also if there is a way around this?