G
Guest
Hi,
I am calling an oracle built in procedure pkg_util.compile_schema from my
VB.NET code this throws an excpetion ORA-02074: cannot ALTER PACKAGE COMPILE
in a distributed transaction ORA-06512: at "SYS.DBMS_UTILITY", line 425
, this was working fine when i used with .NET 1.0 System.Data.OracleClient
1.0.3300.0 version, recently we moved to .NET 1.1 that uses
System.Data.OracleClient 1.0.5000.0 assembly and causing the above problem.
The database we are using currenly is Oracle 9i
is this the normal behaviour / is there any work around to solve this problem?
TIA
ram
I am calling an oracle built in procedure pkg_util.compile_schema from my
VB.NET code this throws an excpetion ORA-02074: cannot ALTER PACKAGE COMPILE
in a distributed transaction ORA-06512: at "SYS.DBMS_UTILITY", line 425
, this was working fine when i used with .NET 1.0 System.Data.OracleClient
1.0.3300.0 version, recently we moved to .NET 1.1 that uses
System.Data.OracleClient 1.0.5000.0 assembly and causing the above problem.
The database we are using currenly is Oracle 9i
is this the normal behaviour / is there any work around to solve this problem?
TIA
ram