Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Database link
You could do this in the following way:
create database link "linkname" connect to "username" identified by "passwort" using "test.world";
THis example is a privat database link, if you like to make the link public include the public keyword after the "create" .
Mario Bucsics
![]() |
![]() |