I'm trying to set up a linked server to an Oracle 8i database. It looks like I have everything set up correctly, in Enterprise Manager I can see the tables and views from the Oracle server. But whenever I try to run the following query, I get an error.
Here's the Query:
Select cust_code
From OracleDB..User.TableName
Here's the error:
Server: Msg 7320, Level 16, State 2, Line 2
Could not execute query against OLE DB provider 'OraOLEDB.Oracle'.
Does anyone have any idea as to what this could be? I've been searching the MS web site, but so far I haven't been able to find anything.
Thanks!!
Hope This Helps!
Ecobb
- I hate computers!
Here's the Query:
Select cust_code
From OracleDB..User.TableName
Here's the error:
Server: Msg 7320, Level 16, State 2, Line 2
Could not execute query against OLE DB provider 'OraOLEDB.Oracle'.
Does anyone have any idea as to what this could be? I've been searching the MS web site, but so far I haven't been able to find anything.
Thanks!!
Hope This Helps!
Ecobb
- I hate computers!