我知道XA是什么意思,但我很好奇它代表什么。
发布于 2012-01-26 14:51:37
是“eXtended架构”的常用缩写。
在数据库术语中,它用于描述分布式系统的特定体系结构,该体系结构使用两阶段提交等机制来支持“确认的分布式事务”。IIRC,第一次出现在SQL-86规范发布之后不久,但在SQL-89之前(因此在SQL-92之前)。
请参阅http://www.orafaq.com/usenet/comp.databases.oracle.misc/2004/04/23/0521.htm
发布于 2012-01-21 05:01:14
在XAP-PT specification中:
This document is a CAE Specification (see above). It defines the X/Open ACSE/Presentation
(XAP) programming interface Transaction Processing extension (XAP-TP).
X/Open has already defined an ACSE/Presentation (XAP) programming interface (see
Referenced Documents), which provides for access to the ISO OSI protocol stack at the upper
two layers (Association Control Service Element and Presentation) of the OSI 7-layer model.在我看来,XA代表X/ACSE
https://stackoverflow.com/questions/8894178
复制相似问题