1Z0-083 Exam Question 91

Which two are true about RMAN backups when using a media manager to write backups to tape when there are only two tape drives? (Choose two.)
  • 1Z0-083 Exam Question 92

    Oracle Data Redaction is active on the SCOTT.EMP table. You queried the table twice. SQL> SELECT ENAME, SAL, COMM, MGR, HIREDATE FROM EMP WHERE DEPTNO=30; SQL> SELECT ENAME, SAL, COMM, MGR, HIREDATE FROM EMP WHERE DEPTNO=30; Which is guaranteed to be true concerning the redaction policy?
  • 1Z0-083 Exam Question 93

    Which three are true about backup, restore, and recovery operations done without using Recovery Manager (RMAN)? (Choose three.)
  • 1Z0-083 Exam Question 94

    Choose three. Which three are true about using Database Upgrade Assistant (DBUA) to upgrade a database?
  • 1Z0-083 Exam Question 95

    choose two Examine these RMAN commands: RMAN> CONNECT TARGET "sbu@prod AS SYSBACKUP"; RMAN> CONNECT AUXILIARY "sbu@dup_db AS SYSBACKUP"; RMAN> DUPLICATE TARGET DATABASE TO dup_db FROM ACTIVE DATABASE PASSWORD FILE SECTION SIZE 400M; Which two statements are true about the DUPLICATE comman