添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

ORA-02069: global_names parameter must be set to TRUE for this operation

589859 Jun 11 2008 — edited Jun 11 2008

Dear all

I am trying to update a table via a database link in a stored pl/sql procedure.

At the beginning of my pl/sql procedure, I have added the following statement:

execute immediate 'alter session set global_names=TRUE';

but unfortunately, I am still getting the error:

ORA-02069: global_names parameter must be set to TRUE for this operation

Please can someone explain why I am still getting this error - and the steps I can make to fix it?

Many thanks