Free Oracle 1Z0-072 Exam Dumps Questions & Answers
| Exam Code/Number: | 1Z0-072Join the discussion |
| Exam Name: | Oracle Database 12cR2 Administration |
| Certification: | Oracle |
| Free Question Number: | 88 |
| Publish Date: | Aug 09, 2026 |
| # of views: | 3035 |
|
|
|
In your database, you create a user, HR, and then execute this command:
GRANT CREATE SESSION TO hr WITH ADMIN OPTION;
Which three actions can HR perform? (Choose three.)
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.)
DATADIR1 and DATADIR2 are database directory objects.
Examine this command:
[oracle@host01 ~] expdp system/oracle \
> FULL=y \
> DUMPFILE=datadir1:full%U.dmp, datadir2: full2%U.dmp \
> FILESIZE=2G \
> PARALLEL=4 \
> LOGFILE= datadir1:/expfull.log
> JOB_NAME= expfull
Which two are true about the expdp operation? (Choose two.)