This issue is from one of our readers where He was facing issue while configuring OID multimaster replication usign remtool.
remtool : REplication Mangement TOOL is command like tool to manage OID replication configuration (adding, deleting node, setting up ASR based replication -asrsetup and configuraing LDAP based replica groups). More on remtool here
.
Error Message
________________
ASR setup has failed.
Error occurred while dropping database link.
XXXX.xxx.CO.IN : ORA-02084: database name is missing a component
________________
This error could occur if your database global name contains a word that belongs to the list of Oracle Database Reserved Words (Example AT, BY, IN, IS) for list of all reserved words check view V$RESERVED_WORDS
.
Fix is to remove any reserved words from you database global name (for all databases which are part of OID Multimaster Replication)
.
References