ORA-02064: distributed operation not supported
326554Jan 28 2004 — edited Jan 29 2004Hi,
We're trying to run a stored procedure over a DB link and are getting the following error:
ORA-02064: distributed operation not supported ORA-06512: at "FAKEUSER.PKG_QUERY_3_1", line 448 ORA-06512: at "FAKEUSER.PKG_QUERY_3_1", line 69 ORA-06512: at "FAKEUSER.SP_VS_2", line 6 ORA-06512: at line 1
Does anyone know what can cause the "distributed operation not supported" message? I believe the stored proc is doing an insert or update on the remote db, if that's relevant...