Source DB is 10.2.0.5 with Global_Names=True
Target DB is 11.2.0.2. with Global_Names=False, DB_Domain and Global_Name are both Null
When creating the link in the Source, it appends the Domain to the name which causes the ORA-02085 error.
Is there a way to get this to work without setting DB_DOMAIN, GLOBAL_NAME, and GLOBAL_NAMES=TRUE on the Target DB? The Target DB has several other external customers that would be impacted if GLOBAL_NAMES is set to TRUE.
Thanks.