Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 problem with saving a view based on oracle linked server

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-12-01 : 08:33:50
Ziva writes "Hi,
I'v creates an Oracle linked server by using 'Microsoft OLE DB Provider for ODBC Driver'.
I tried to create a view in order to read data from oracle database.
I used "SELECT * FROM OPENQUERY (LinkedServerName,'Select * From Customers') Clients

When I'm running the query its work and i can even see the data
When I'm trying to save the view the system thrown this error:

ODBC ERROR:[Microsoft][ODBC SQL Server Drivers][SQL Server] The Operation could not be performed because the OLE DB Provider 'MSDASQL' was unabled to begin a distributed transaction

Any idea?

Regards,
Ziva"

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2006-12-01 : 08:46:47
Make sure your Distributed Transaction Coordinator Service is running.

Harsh Athalye
India.
"Nothing is Impossible"
Go to Top of Page
   

- Advertisement -