Database Networking (MOSC)

MOSC Banner

12.2 DBLINK Feature Changes - Global or implict DBLINKS

edited Nov 17, 2017 10:25PM in Database Networking (MOSC) 1 comment

Prior to version 12.2, it was possible to create an implicit or global dblink if the origin or source database referenced an LDAP naming directory.

For example, you could select data across a non-existent dblink as long as the link name was an LDAP resolvable service:

select * from dual@mydb

If 'mydb' could be resolved as a valid connect string via LDAP naming from the source database, this would

behave like any other dblink and retrieve data from the target specified in the string : mydb

See this knowledge base document for more information on this feature.

What are Global Database Links and How do you Disable them? (

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center