Hi Kevin,
I wonder if you are going to call Oracle stored procedure in TSQL through
linked server. Currently SQL Server 7/2000 doesn't support executing remote
stored procedures against a database other than SQL Server itself. This
functionality might be supported in our next SQL version.
Sincerely,
William Wang
Microsoft Partner Online Support
Get Secure! -
www.microsoft.com/security =====================================================
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| Content-Class: urn:content-classes:message
| From: "kevin" <kevin.chin@ey.com>
| Sender: "kevin" <kevin.chin@ey.com>
| Subject: Getting data into SQL server from a ref cursor Oracle procedure.
| Date: Wed, 13 Aug 2003 19:14:41 -0700
| Lines: 7
| Message-ID: <090c01c36209$d232fb10$a401280a@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcNiCdIywQlSYKpnSii3FD+4NFHxyQ==
| Newsgroups: microsoft.public.sqlserver.odbc
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.sqlserver.odbc:39468
| NNTP-Posting-Host: TK2MSFTNGXA12 10.40.1.164
| X-Tomcat-NG: microsoft.public.sqlserver.odbc
|
| Which is the best way to get data from an Oracle stored
| procedure that is returning a ref cursor to SQL server.
| The data returning in the ref cursor is a unoin of rows
| that will be saved in a table.
|
| Can this be done without creating a separate application
| between the two databases.
|