DatabaseAdmin
Technical User
Hi all
I have been trying to implement a distributed transaction using XA, JDBC and 2 oracle databases (Oracle 9i both of them, one in Windows Xp and other in Linux). I tried some examples jdbc programs from Metalink and the result was:
An -3 XA Error.
An 65535 Oracle Error.
If I ran it with two connections to the same database (XP), the program did it quite well, my problem is using both databases or Linux database ALONE.
My questions are:
1. In fact it is possible to establish that kind of environment ? (In documentation doesn't say anything against it, in Linux doc).
2. If it is possible, how can I check my installation for any internal issue (installation in database 1 and 2, comm issues)?.
Thank you in advance.
I have been trying to implement a distributed transaction using XA, JDBC and 2 oracle databases (Oracle 9i both of them, one in Windows Xp and other in Linux). I tried some examples jdbc programs from Metalink and the result was:
An -3 XA Error.
An 65535 Oracle Error.
If I ran it with two connections to the same database (XP), the program did it quite well, my problem is using both databases or Linux database ALONE.
My questions are:
1. In fact it is possible to establish that kind of environment ? (In documentation doesn't say anything against it, in Linux doc).
2. If it is possible, how can I check my installation for any internal issue (installation in database 1 and 2, comm issues)?.
Thank you in advance.