nerdexam
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)
  • A
    10% (6)
  • B
    7% (4)
  • C
    2% (1)
  • D
    79% (46)
  • E
    2% (1)

Topics

#database link#tnsnames.ora#remote schema access#private database link

Community Discussion

No community discussion yet for this question.

Full 1Z0-082 Practice