ORA-12828 with Oracle 19.4.2.0.0 on "ALTER TABLE TRUNCATE.... UPDATE GLOBAL INDEX"
Hi,
We have a problem which seemed to be linked to Oracle 19.4.0.0 : every time our application tries to execute this kind of instruction :
"ALTER TABLE T1 TRUNCATE PARTITION P1 UPDATE GLOBAL INDEX"
We get this error :
ORA-12828: Can't start parallel transaction at a remote site
When we change the configuration and target an other DB like Oracle 12.2 (we also change the OJDBC driver as well to match the target), the instruction runs perfectly.
I can't find any difference in the DB configurations (init.ora, listener.ora, sqlnet.ora, tnsnames.ora) that could explain the problem. The Oracle 19.4 instance is Enterprise (not Standard).