READ Free Dumps For Oracle- 1z0-062
Question ID 2334 | As a user of the ORCL database, you establish a database link to the remote HQ database such that all users in the ORCL database may access tables only from the SCOTT schema in the HQ database. SCOTT’s password is TIGER. The service mane “HQ” is used to connect to the remote HQ database. |
Option A | A. CREATE DATABASE LINK HQ USING 'HQ'; |
Option B | B. CREATE DATABASE LINK HQ CONNECT TO CXJRRENT_USER USING HQ' S |
Option C | C. CREATE PUBLIC DATABASE LINK HQ CONNECT TO scott IDENTIFIED BY tiger USING 'HQ'; |
Option D | D. CREATE DATABASE LINK HQ CONNECT TO scott IDENTIFIED BY tiger USING 'HQ'; |
Correct Answer | B |
Question ID 2335 | What happens if a maintenance window closes before a job that collects optimizer statistics completes? |
Option A | A. The job is terminated and the gathered statistics are not saved. |
Option B | B. The job is terminated but the gathered statistics are not published. |
Option C | C. The job continues to run until all statistics are gathered. |
Option D | D. The job is terminated and statistics for the remaining objects are collected the next time the maintenance window opens. |
Correct Answer | D |