ORA-14552: cannot perform a DDL, commit or rollback inside a query or DML , From a 10.2.0.4 databas
Hi ,
ORA-02055: distributed update operation failed; rollback required
ORA-02068: following severe error from BAN8DEV2
are due to
ORA-00603: ORACLE server session terminated by fatal error
ORA-14552: cannot perform a DDL, commit or rollback inside a query or DML
the above are related to LDAP functions
----- PL/SQL Call Stack -----
object line object
handle number name
47ebc7c80 25 package body SYS.DBMS_LDAP_API_FFI
47ebc7f80 48 package body SYS.DBMS_LDAP
Please remember that this package works ok (both locally and remotely) in 10g database. It works ok locally in the 11g database and once the XDB has been "Installed and Initialized" after a database restart it works locally and remotely. The only time it fails is when the 11g database has been started and the XDB hasn't yet been "Installed and Initialized" and the code is called from a remote database.
ORA-02055: distributed update operation failed; rollback required
ORA-02068: following severe error from BAN8DEV2
are due to
ORA-00603: ORACLE server session terminated by fatal error
ORA-14552: cannot perform a DDL, commit or rollback inside a query or DML
the above are related to LDAP functions
----- PL/SQL Call Stack -----
object line object
handle number name
47ebc7c80 25 package body SYS.DBMS_LDAP_API_FFI
47ebc7f80 48 package body SYS.DBMS_LDAP
Please remember that this package works ok (both locally and remotely) in 10g database. It works ok locally in the 11g database and once the XDB has been "Installed and Initialized" after a database restart it works locally and remotely. The only time it fails is when the 11g database has been started and the XDB hasn't yet been "Installed and Initialized" and the code is called from a remote database.
0