News

The Create Database Link privilege is enabled by default for the Connect role, which is a standard role assigned to almost every active Oracle account, enabling users to connect to databases.
SQL> create database link capital3 using 'capital3'; Notice that the database link is stored on the server, so the tnsnames.ora file is being used to access these services, not the client.