Oracle
1Z0-082 · Question #92
The SCOTT/TIGER user exists in two databases, BOSTON_DB and DALLAS_DB, in two different locations. Each database has a tnsnames.ora file defining DALLAS_DB as a service name. Examine this command…
The correct answer is D. as SYS in both the databases. See the full explanation below for the reasoning.
Configure the Oracle Network Environment
Question
The SCOTT/TIGER user exists in two databases, BOSTON_DB and DALLAS_DB, in two different locations. Each database has a tnsnames.ora file defining DALLAS_DB as a service name. Examine this command:
CREATE DATABASE LINK dblink1 CONNECT TO scott IDENTIFIED BY tiger USING `dallas_db'; How do you execute the command so that only SCOTT in BOSTON_DB can access the SCOTT schema in DALLAS_DB?
Options
- Aas SCOTT in DALLAS_DB
- Bas SCOTT in BOSTON_DB
- Cas SCOTT in BOSTON_DB and SYS in DALLAS_DB
- Das SYS in both the databases
- Eas SCOTT in both the databases
How the community answered
(58 responses)- A10% (6)
- B7% (4)
- C2% (1)
- D79% (46)
- E2% (1)
Topics
#database link#tnsnames.ora#remote schema access#private database link
Community Discussion
No community discussion yet for this question.