Locking in SQL 6.5
From: SK Leung (skleung_at_intexcorp.com.hk)
Date: 07/06/04
- Next message: jm: "SQL SERVER 2005 EXPRESS"
- Previous message: Jacco Schalkwijk: "Re: Diff between xxx_data.mdf and xxx.mdf files"
- Next in thread: Kevin McDonnell [MSFT]: "RE: Locking in SQL 6.5"
- Reply: Kevin McDonnell [MSFT]: "RE: Locking in SQL 6.5"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 5 Jul 2004 18:55:56 -0700
We have created a database link on Oracle 9i Database
Server and query the table from a remote SQL Server 6.5
via this database link on Oracle. Upon the execution of
the query on Oracle Server, the connection to SQL Server
created by the database link will lock up the database on
SQL Server. In order to release this locking, we need to
issue the COMMIT after the execution of query.
Per Oracle's technical personnel, SQL Server probably
works on readers block writers in other words exclusive
lock for writers cannot be obtained while readers have
read lock on them.
Please advise how this problem can be solved. Thanks.
SK
- Next message: jm: "SQL SERVER 2005 EXPRESS"
- Previous message: Jacco Schalkwijk: "Re: Diff between xxx_data.mdf and xxx.mdf files"
- Next in thread: Kevin McDonnell [MSFT]: "RE: Locking in SQL 6.5"
- Reply: Kevin McDonnell [MSFT]: "RE: Locking in SQL 6.5"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|