Skip to content

Commit 93c05c9

Browse files
committed
Create database link
1 parent ce77f54 commit 93c05c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

oracle/db-links.sql

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- If new db is on the same domain, only specify the db name in connect string. Specify the full string if it's not.
2+
create database link <db-name> connect to <user> identified by <password> using <connect-string>

0 commit comments

Comments
 (0)