Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Insert/Update On Oracle to MS SQL Server Gateway

425072Aug 15 2004
I have been successful in creating a gateway between Oracle and SQL Server.
Everything works fine for a Select Stmt.
But not for an Insert or Update,
I get a message about a "Read Only Cursor".
I have setup a HS_TRANSACTION_LOG table in the SQL Server DB. The user that I created the table with is the same as the user in the "tg4msql" file for recovery. The table has also been granted PUBLIC Access.

What am I missing?
MESSAGE:

ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
[Transparent gateway for MSSQL]FOR UPDATE cannot be specified on a READ ONLY cursor.



Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 12 2004
Added on Aug 15 2004
0 comments
450 views