Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> XA Interface.
Hi All,
The Oracle XA documentation says that multi threaded applications are possible. But when i tried to open a connection to the DB using XA_OPEN in thread session with the same string it is giving an error in the second thread saying "XA_ERRPROTO: DB Name not unique", however sucess in the first thread. So multi-thread means multiple connections to diff DB.
So i opened one connection in the main thread, and i did a XA_START with diff. XID in both the threads. Again here in the second thered the error is "XA_ERRPROTO: Thread already associated".
So if these are standard ones how to write a mult threaded application using XA which uses only one DB.
-prabha Received on Tue Jun 15 1999 - 16:44:59 CDT
![]() |
![]() |