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: | Sep 09, 2025 |
Examine this command:
CREATE TEMPORARY TABLESPACE temp_tbs
TEMPFILE 'temp01.dbf' SIZE 10M AUTOEXTEND ON
ONLINE
SEGMENT MANAGEMENT AUTO;
Which two changes must you make so that TEMP_TBS is created? (Choose two.)
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?
Which two statements are true about the tablespace SEGMENT SPACE MANAGEMENT clause? (Choose two.)