Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Can two sessions be bound in Oracle ?

Can two sessions be bound in Oracle ?

From: ben brugman <ben_at_niethier.nl>
Date: Tue, 21 Oct 2003 11:33:08 +0200
Message-ID: <3f94fd54$0$248$4d4ebb8e@read.news.nl.uu.net>


Can Oracle coordinate two or more connections, to prevent lock and deadlock situations between two 'friendly' connections. For example one application having two connections but not wanting locks between them.

Similar to :

From the Books on Line from SQL-server :
"

Bound connections allow two or more connections to share the same transaction and locks. Bound connections can work on the same data without lock conflicts. Bound connections can be created from multiple connections within the same application, or from multiple applications with separate connections. Bound connections make coordinating actions across multiple connections easier.
"

thanks for your attention,
ben brugman Received on Tue Oct 21 2003 - 04:33:08 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US