How can you create two database links connecting at different users to the same database with GLOBAL
My understanding of this setting is that we will only be able to have database link names which exactly match the global name of the database which we are connecting to.
I am wondering how to create more than one database link to a database with each connecting as a different user. Is this possible with global_names set to true?
If not, has anyone come up with a way to work around the need?