link qualifier
A qualifier appended to a global database link to provide alternate settings for the database user name and password credentials. For example, a link qualifier of emp can be appended to a global database link of sales.us.example.com. A connection to a remote database with the global database link and link qualifier would be:
CONNECT scott/tiger@sales.example.com@emp
Related Topics
Copyright © 1996, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.