If you are on the same server, but have multiple residency i.e., different instances of online database servers have been configured, then the select would look like:
Assuming Databse B is in different instance:
select a.item, a.desc, b.plnr, b.user from ItemNbr a, databaseB@databaseservername:ItemDetail b where a.item = b.item ;
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.