Oracle Database Administration I — Question 118

Which statement is true about database links?

Answer options

Correct answer: B

Explanation

The correct statement is B because a database link allows one-way connectivity from the local database to the remote one, but not the reverse. Option A is incorrect since a private link does not require the same user in both databases. Option C is inaccurate as a public link's access is determined by privileges, not universal accessibility to any schema. Option D is wrong since public database links can be created by users with proper privileges, not just SYS. Option E is misleading as database links are primarily associated with Oracle databases, but other database types can be linked with appropriate configurations.