ORA-24777 : "use of non-migratable database link n
I have 4 Oracle Databases named DB1, DB2, DB3, DB4.
I configured DB1, DB2 as Master Sites to synchronously replicate row data in one table from DB1 to DB2 and they worked.
I used COM+ services to coordinate a transaction between DB3 & DB4 and it also worked.
Moreover, I redirected to coordinate this transaction between DB3 & DB1,
then I got the ORA-24777 : "use of non-migratable database link not allowed".
Detail configuration:
DB1:
+Microsoft Windows Server 2003. Enterprise Edition.
+Oracle 9.2.0.1.0, Multimaster Replication, Shared Server mode
+
DB2:
+Microsoft Windows Server 2003. Enterprise Edition.
+Oracle 9.2.0.1.0, Multimaster Replication, Shared Server mode
DB3:
+Microsoft Windows Server 2003. Enterprise Edition + security update patches
+Oracle 9.2.0.1.0, Shared Server mode
DB4:
+Microsoft Windows Server 2003. Enterprise Edition + security update patches
+Oracle 9.2.0.1.0.
I used Oracle Data Provider for .NET Developer's 9.2.0.4, VC++. NET 2003, .Net Framework 1.1
Please help me as soon as possible. Thank you very much.
|