Bug (ora-2019 or ora-2069) with User Defined Functions Insert/Update over Database Links
If you try to insert or update across a database link some values called by a user defined function: insert into mytable@remote (mycol) values ( myfunction (’01-JAN-2009′) ) ; That will fail with either: ORA-02019: connection description for remote database not found or ORA-02069: global_names parameter must be set to TRUE for this operation There […]
Read More Bug (ora-2019 or ora-2069) with User Defined Functions Insert/Update over Database Links