Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Using database links with and without a domain name

user545194Apr 13 2026

19c SE2

Which parameters or settings need to be set if we want to use link names with and without a domain name?

E.g.

select * from user_acct@acct;
select * from user_acct@acct.prd;

NAME      TYPE   VALUE 
--------- ------ ----- 
db_domain string PRD

Database link name

acct.prd

Global database name where the links are created

db01.prd
Comments
Post Details
Added on Apr 13 2026
2 comments
82 views