Thursday, September 22, 2011

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

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

IF you are using DBLINK,you may get this error.

Check the status of global_names parameter and you can change the value of the parameter.

Alter system set global_names=true scope=both;

You must give global database name of the remote db as datalink name.

Cheers!!!

No comments:

Post a Comment