Hello.
Has anyone had any success using a db link to access another database (i.e., a different type of database, in this case Borland Interbase)?
Thank you.
-Mike
CREATE DATABASE LINK DEMO_LINK.WORLD
CONNECT TO APPS
IDENTIFIED BY APPS
USING '(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=lsi)(PORT=1523))(CONNECT_DATA=(SID=DEMO)))'
Hi,
That example might work to connect to an Oracle instance called 'DEMO' , but it will not connect to any non-Oracle database, which is what Mike777 wanted to do.
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.