Hi all,
i have following problem:
- I created a linked server to a Oracle DB.
- I created a MSSQL view with a query to a linked OraDB Table. The linked Server as well as the view is working correctly.
- then i created a MSSQL table with an insert trigger, which has a query on the created view. I can execute this query whithin the query analyzer.
--> when i try to insert a new row into the table with the trigger, following message appears:
"OLE DB-Fehlertrace [OLE/DB Provider 'MSDAORA' ITransactionJoin::JoinTransaction returned 0x8004d01b]."
Does anyone has a clue?
Thanks a lot
Dani
i have following problem:
- I created a linked server to a Oracle DB.
- I created a MSSQL view with a query to a linked OraDB Table. The linked Server as well as the view is working correctly.
- then i created a MSSQL table with an insert trigger, which has a query on the created view. I can execute this query whithin the query analyzer.
--> when i try to insert a new row into the table with the trigger, following message appears:
"OLE DB-Fehlertrace [OLE/DB Provider 'MSDAORA' ITransactionJoin::JoinTransaction returned 0x8004d01b]."
Does anyone has a clue?
Thanks a lot
Dani