Download Oracle.1z0-063.CertDumps.2017-12-26.231q.vcex

Download Exam

File Info

Exam Oracle Database 12c: Advanced Administration
Number 1z0-063
File Name Oracle.1z0-063.CertDumps.2017-12-26.231q.vcex
Size 1 MB
Posted Dec 26, 2017
Download Oracle.1z0-063.CertDumps.2017-12-26.231q.vcex

How to open VCEX & EXAM Files?

Files with VCEX & EXAM extensions can be opened by ProfExam Simulator.

Purchase

Coupon: MASTEREXAM
With discount: 20%






Demo Questions

Question 1

Which two statements are true about scheduling operations in a pluggable database (PDB)?


  1. Scheduler jobs for a PDB can be defined only at the container database (CDB) level.
  2. A job defined in a PDB runs only if that PDB is open.
  3. Scheduler attribute setting is performed only at the CDB level.
  4. Scheduler objects created by users can be exported or imported using Data Pump.
  5. Scheduler jobs for a PDB can be created only by common users.
Correct answer: BD



Question 2

A complete database backup to media is taken for your database every day. Which three actions would you take to improve backup performance?


  1. Set the backup_tape_io_slaves parameter to true.
  2. Set the dbwr_io_slaves parameter to a nonzero value if synchronous I/O is in use.
  3. Configure large pool if not already done.
  4. Remove the rate parameter, if specified, in the allocate channel command.
  5. Always use RMAN compression for tape backups rather than the compression provided by media manager.
  6. Always use synchronous I/O for the database.
Correct answer: BCD
Explanation:
Reference:http://docs.oracle.com/cd/B19306_01/backup.102/b14191/rcmtunin.htm
Reference:
http://docs.oracle.com/cd/B19306_01/backup.102/b14191/rcmtunin.htm



Question 3

For which three pieces of information can you use the RMAN list command?


  1. stored scripts in the recovery catalog
  2. available archived redo log files
  3. backup sets and image copies that are obsolete
  4. backups of tablespaces
  5. backups that are marked obsolete according to the current retention policy
Correct answer: ABD
Explanation:
Reference:http://docs.oracle.com/cd/B19306_01/backup.102/b14192/bkup007.htmhttp://docs.oracle.com/cd/B28359_01/backup.111/b28270/rcmreprt.htm#BRADV89585The primary purpose of the LIST command is to list backup and copies. For example, you can list:Backups and proxy copies of a database, tablespace, datafile, archived redo log, or control file Backups that have expired Backups restricted by time, path name, device type, tag, or recoverability Archived redo log files and disk copies
Reference:
http://docs.oracle.com/cd/B19306_01/backup.102/b14192/bkup007.htm
http://docs.oracle.com/cd/B28359_01/backup.111/b28270/rcmreprt.htm#BRADV89585
The primary purpose of the LIST command is to list backup and copies. For example, you can list:
  • Backups and proxy copies of a database, tablespace, datafile, archived redo log, or control file 
  • Backups that have expired 
  • Backups restricted by time, path name, device type, tag, or recoverability 
  • Archived redo log files and disk copies



Question 4

You notice performance degradation in your production Oracle 12c database. You want to know what caused this performance difference. 
Which method or feature should you use?


  1. Database Replay
  2. Automatic Database Diagnostic Monitor (ADDM) Compare Period report
  3. Active Session History (ASH) report
  4. SQL Performance Analyzer
Correct answer: B
Explanation:
Reference:http://docs.oracle.com/cd/E24628_01/server.121/e17635/tdppt_degrade.htm
Reference:
http://docs.oracle.com/cd/E24628_01/server.121/e17635/tdppt_degrade.htm



Question 5

Which three statements are true about a job chain?


  1. It can contain a nested chain of jobs.
  2. It can be used to implement dependency-based scheduling.
  3. It cannot invoke the same program or nested chain in multiple steps in the chain.
  4. It cannot have more than one dependency.
  5. It can be executed using event-based or time-based schedules.
Correct answer: ABE
Explanation:
Reference:http://docs.oracle.com/cd/B28359_01/server.111/b28310/scheduse009.htm#ADMIN12459
Reference:
http://docs.oracle.com/cd/B28359_01/server.111/b28310/scheduse009.htm#ADMIN12459



Question 6

Because of logical corruption of data in a table, you want to recover the table from an RMAN backup to a specified point in time. 
Examine the steps to recover this table from an RMAN backup:
  1. Determine which backup contains the table that needs to be recovered. 
  2. Issue the recover table RMAN command with an auxiliary destination defined and the point in time specified. 
  3. Import the Data Pump export dump file into the auxiliary instance. 
  4. Create a Data Pump export dump file that contains the recovered table on a target database. 
Identify the required steps in the correct order.


  1. 1, 4, 3
  2. 1, 2
  3. 1, 4, 3, 2
  4. 1, 2, 4
Correct answer: B
Explanation:
https://docs.oracle.com/database/121/BRADV/rcmresind.htm#BRADV689
https://docs.oracle.com/database/121/BRADV/rcmresind.htm#BRADV689



Question 7

Examine the command:
SQL> RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL; 
In which two scenarios is this command required?


  1. The current online redo log file is missing.
  2. A data file belonging to a noncritical tablespace is missing.
  3. All the control files are missing.
  4. The database backup is older than the control file backup.
  5. All the data files are missing.
Correct answer: CD
Explanation:
http://searchoracle.techtarget.com/answer/Recover-database-using-backup-controlfile-until-cancel
http://searchoracle.techtarget.com/answer/Recover-database-using-backup-controlfile-until-cancel



Question 8

Which two are prerequisites for setting up Flashback Data Archive?


  1. Fast Recovery Area should be defined.
  2. Undo retention guarantee should be enabled.
  3. Supplemental logging should be enabled.
  4. Automatic Undo Management should be enabled.
  5. All users using Flashback Data Archive should have unlimited quota on the Flashback Data Archive tablespace.
  6. The tablespace in which the Flashback Data Archive is created should have Automatic Segment Space Management (ASSM) enabled.
Correct answer: DF
Explanation:
Reference:http://www.oracle.com/technetwork/database/focus-areas/storage/total-recall-whitepaper-171749.pdf (page 8)
Reference:
http://www.oracle.com/technetwork/database/focus-areas/storage/total-recall-whitepaper-171749.pdf (page 8)



Question 9

The environmental variable oracle_Base is set to /u01/app/oracle and oracle_home is set to /u01/app/oracle/product/12.1.0/db 1. 
You want to check the diagnostic files created as part of the Automatic Diagnostic Repository (ADR). Examine the initialization parameters set in your database. 
NAMETYPEVALUE 
---------------- ------------------- ------------------- 
audit_file_deststring/u01/app/oracle/admin/eml2rep/adump 
background_dump_deststring 
core_dump_deststring 
db_create_file_deststring 
db_recovery_file_deststring/u01/app/oracle/fast_recovery_area 
diagnostic_deststring 
What is the location of the ADR base?


  1. It is set to/u01/app/oracle/product:/12.1.0/db_1/log.
  2. It is set to /u01/app/oracle/admin/enl2r&p/adump.
  3. It is set to /u01/app/oracle.
  4. It is set to /u01/app/oracle/flash_recovery_area.
Correct answer: A
Explanation:
http://docs.oracle.com/cd/B28359_01/server.111/b28310/diag001.htm#ADMIN11008The Automatic Diagnostic Repository (ADR) is a directory structure that is stored outside of the database. It is therefore available for problem diagnosis when the database is down. The ADR root directory is known as ADR base. Its location is set by the DIAGNOSTIC_DEST initialization parameter. If this parameter is omitted or left null, the database sets DIAGNOSTIC_DEST upon startup as follows:If environment variable ORACLE_BASE is set, DIAGNOSTIC_DEST is set to the directory designated by ORACLE_BASE. If environment variable ORACLE_BASE is not set, DIAGNOSTIC_DEST is set to ORACLE_HOME/log.
http://docs.oracle.com/cd/B28359_01/server.111/b28310/diag001.htm#ADMIN11008
The Automatic Diagnostic Repository (ADR) is a directory structure that is stored outside of the database. It is therefore available for problem diagnosis when the database is down. 
The ADR root directory is known as ADR base. Its location is set by the DIAGNOSTIC_DEST initialization parameter. If this parameter is omitted or left null, the database sets DIAGNOSTIC_DEST upon startup as follows:
If environment variable ORACLE_BASE is set, DIAGNOSTIC_DEST is set to the directory designated by ORACLE_BASE. 
If environment variable ORACLE_BASE is not set, DIAGNOSTIC_DEST is set to ORACLE_HOME/log.



Question 10

You want to export the pluggable database (PDB) hr_pdb1 from the multitenant container database (CDB) CDB1 and import it into the cdb2 CDB as the emp_pdb1 PDB. 
Examine the list of possible steps required to perform the task:
  1. Create a PDB named emp_pdb1. 
  2. Export the hr_pdb1 PDB by using the full clause. 
  3. Open the emp_pdb1 PDB. 
  4. Mount the emp_pdb1 PDB. 
  5. Synchronize the emp_pdb1 PDB in restricted mode. 
  6. Copy the dump file to the Data Pump directory. 
  7. Create a Data Pump directory in the emp_pdb1 PDB. 
  8. Import data into emp_pdb1 with the full and remap clauses. 
  9. Create the same tablespaces in emp_pdb1 as in hr_pdb1 for new local user objects. 
Identify the required steps in the correct order.


  1. 2, 1, 3, 7, 6, and 8
  2. 2, 1, 4, 5, 3, 7, 6, 9, and 8
  3. 2, 1, 3, 7, 6, 9, and 8
  4. 2, 1, 3, 5, 7, 6, and 8
Correct answer: C









CONNECT US

Facebook

Twitter

PROFEXAM WITH A 20% DISCOUNT

You can buy ProfExam with a 20% discount!



HOW TO OPEN VCEX FILES

Use ProfExam Simulator to open VCEX files