Oracle Database 12cR2 Administration - 1Z0-072 FREE EXAM DUMPS QUESTIONS & ANSWERS
Which two backup configurations are set by default when you choose Cloud Storage Only as the backup destination? (Choose two.)
Correct Answer: C,E
Vote an answer
Which two statements are true about Oracle Data Pump? (Choose two.)
Correct Answer: A,B
Vote an answer
Examine this command and its partial output:

Why does the DB01.abc.com service show unknown status?

Why does the DB01.abc.com service show unknown status?
Correct Answer: B
Vote an answer
Which two are true about conventional path SQL load? (Choose two.)
Correct Answer: D,E
Vote an answer
In the ORCL database, USER1 has unlimited quota on TBS1 and TBS2.
The USER1.EMP table with primary key EMP_ENO_PK resides in TBS1.
USER1.EMP_IDX residing in TBS2 is an index on U1.EMP.ENAME.
TBS1 is exported from ORCL by using this command:
[oracle@host01 ~]$ expdp system/oracle tablespace=tbs1 directory=exp_dir dumpfile=tbs1.dmp The TESTDB database has a TBS1 tablespace but no TBS2.
The SYSTEM user in TESTDB executes this command:
[oracle@host01 ~]$ impdp system/oracle directory=exp_dir dumpfile=u1.dmp tablespace=tbs1 What is the result and why?
The USER1.EMP table with primary key EMP_ENO_PK resides in TBS1.
USER1.EMP_IDX residing in TBS2 is an index on U1.EMP.ENAME.
TBS1 is exported from ORCL by using this command:
[oracle@host01 ~]$ expdp system/oracle tablespace=tbs1 directory=exp_dir dumpfile=tbs1.dmp The TESTDB database has a TBS1 tablespace but no TBS2.
The SYSTEM user in TESTDB executes this command:
[oracle@host01 ~]$ impdp system/oracle directory=exp_dir dumpfile=u1.dmp tablespace=tbs1 What is the result and why?
Correct Answer: E
Vote an answer
TBS1 is a permanent user-defined tablespace created with Oracle Managed Files (OMF).
Examine this command:
DROP TABLESPACE tbs1;
Which is required to ensure that TBS1 is dropped and its datafiles are deleted from their file system?
Examine this command:
DROP TABLESPACE tbs1;
Which is required to ensure that TBS1 is dropped and its datafiles are deleted from their file system?
Correct Answer: D
Vote an answer
A user complains about poor database performance. You suspect that the user's session is waiting for an event to complete.
You want to verify this.
Which two views may reveal for what the user's session is currently waiting? (Choose two.)
You want to verify this.
Which two views may reveal for what the user's session is currently waiting? (Choose two.)
Correct Answer: A,B
Vote an answer