Online Access Free 1z1-072 Exam Questions
| Exam Code: | 1z1-072 |
| Exam Name: | Oracle Database 12cR2 Administration |
| Certification Provider: | Oracle |
| Free Question Number: | 88 |
| Posted: | Aug 30, 2026 |
As the DBA, you execute this command:
GRANT SELECT ON hr.emp TO brown WITH GRANT OPTION;
BROWN then executes this command:
GRANT SELECT ON hr.emp TO scott WITH GRANT OPTION;
Which is true?
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?