We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce77f54 commit 93c05c9Copy full SHA for 93c05c9
oracle/db-links.sql
@@ -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