データベース リンクを使用して別の DB で DELETE ステートメントを実行していますが、DB リンク名はグローバルな命名に準拠しておらず、この要件は変更できません。また、global_names を false に設定しており、どちらも変更できません。
ただし、これらのリンクを使用しようとすると、次のメッセージが表示されます。
ORA-02069: - global_names parameter must be set to TRUE for this operation
Cause: A remote mapping of the statement is required but cannot be achieved because
GLOBAL_NAMES should be set to TRUE for it to be achieved. -
Action: Issue `ALTER SESSION SET GLOBAL_NAMES = TRUE` (if possible)
設定できない場合の代替アクションglobal_names=true
は?
乾杯、
ジャン