Streams setup for E-Business Suite database
DB: 10.2.0.4
OS: HP-UX Itanium
As a proof of concept, we used streams to replicate some tables from EBS database to a cloned EBS database for reporting. We have no issue setting up streams, but the issue is setting the parameter GOLBAL_NAMES=TRUE. According to streams requirements, GOLBAL_NAMES must set to true (althought it works without setting it), but setting this parameter will render EBS seeded/existing DB links unusable with ORA-02085.
ORA-02085: database link APPS_TO_APPS.XX.COM connects to DBXX.XX.COM
We cannot change the name of those EBS seeded database links to the global database name it connect to. Have anyone setup streams without setting GOLBAL_NAMES=TRUE? Will Oracle still support our streams setup if this parameter GOLBAL_NAMES=TRUE is not set?