1Z0-063 | All About Practical 1Z0-063 examcollection


Q31. Examine the following set of RMAN commands: 

RKAN> CONFIGURE CHANNEL del DEVICE TYPE DISK FORMAT ' /u02/backup/%U' ; 

RKAN> RUN 

ALLOCATE CHANNEL chl DEVICE TYPE DISK; 

EXECUTE SCRIPT arc_backup; 

Which statement is true about the RMAN run block execution? 

A. The script is executed and both DC1 and chi channels are used for script execution. 

B. The execution of the script fails because multiple channels cannot exist simultaneously. 

C. The persistent configuration parameter, DC1, is overridden because a new channel is allocated in the RMAN run block. 

D. The new channel, chi, is ignored because a channel has been configured already. 

Answer:

Q32. You have a production Oracle 12c database running on a host. 

You want toinstall and create databases across multiple new machines that do not have any Oracle database software installed. You also want the new databases to have the same directory structure and components as your existing 12c database. 

The steps in random order: 

1.Create directory structures similar to the production database on all new machines. 

2.Create a response file for Oracle Universal Installer (OUI) with the same configurations as the production database. 

3.Create a database clone template for the database. 

4.Run the Database Configuration Assistant (DBCA) to create the database. 

5.Run OUI in graphical mode on each machine. 

6.Run OUI in silent mode using the OUI response file. 

Identify the required steps in the correct sequence to achieve the requirementwith minimal human intervention. 

A. 2, 1, 6, and 4 

B. 2, 3, and 6 

C. 3, 1, 5, and 6 

D. 2, 3, 1, and 6 

E. 1, 5, and 4 

Answer:

Q33. You execute the commands on a multitenant container database CDB1 that has multiple pluggable databases: 

$ . oraenv ORACLE-_SID = [oracle] ? cdb1 The oraclebasefor ORACLE_HOME=/u01/app/oracle/product/12.1.0/dbhome_1 is 

/u01/app/oracle $ rman target / Recovery Manager : Release 12.1.0.0.2 - production on Fri Ju1 19 05:18:33: 2013 

Coppyright (c) 1982, 2013, oracle and/or its affiliates. All rights reserved. 

Connected to target database:CDB1 (DBID=782249327) 

RMAN>SELECT name FROMv$tablespace; 

Which statement is true about the execution of the last command? 

A. It succeeds and displays all the tablespaces that belong to the root database. 

B. It fails and returns an error because a connection is not made by using the sysdba privilege. 

C. It succeeds and displays all the tablespaces that belong to the root and pluggable databases. 

D. It fails and returns an error because SQL commands cannot be executed at the RMAN prompt. 

Answer:

Q34. Automatic Shared Memory Management (ASMm) is enabled for your database instance, 

but parameters for the managed components are not defined. 

You execute this command: 

SQL> ALTER SYSTEM SET DB_CACHE_SIZE = 100M; 

Which statement is true? 

A. The minimum size for the standard buffer cache is 100 MB. 

B. The maximum size for the standard buffer cache is 100 MB. 

C. The minimum space guaranteed in the buffer cache for any server process is 100 MB. 

D. The maximum space in the buffer cache that can be released for dynamic distribution is 100 MB. 

E. The minimum size for all buffer caches is 100 MB. 

Answer:

Q35. user_data is a nonencryptedtablespace containing tables with data. 

You must encrypt ail data in this tablespace. 

Which three methods can do this? 

A. Use Data Pump. 

B. Use ALTERTABLE. . .MOVE 

C. Use CREATE TABLE AS SELECT 

D. Use alter tablespace to encrypt the tablespace after enabling row movement on all its 

E. Use altertablespace to encrypt thetablespace. 

Answer: A,B,C 

Q36. Identify three benefits of unified auditing. 

A. It helps to reduce disk space used to store an audit trail in a database. 

B. It guarantees zero-loss auditing. 

C. It reduces overhead on a database caused by auditing,by having a single audit trail. 

D. An audit trail cannot be modified because it is read-only. 

E. It automatically audits Recovery Manager (RMAN) events. 

Answer: C,D,E 

Q37. Yourdatabase supports an OLTP workload. Examine the output of the query: 

SQL> SSLECT target_mttr, estimated_mttr FROM v$instance_recovery Target_mttrestimated_mttr 

To ensure faster instance recovery, youset the fast_start_mttrjtargh:t initialization parameter to 

30. 

What is the effect of this setting on the database? 

A. Automatic checkpoint tuning is disabled. 

B. The frequency of log switches is increased. 

C. The overhead on database performance is increased because of frequent writes to disk. 

D. The MTTR advisor is disabled. 

Answer:

Q38. For which two requirements would you use the Database Resource Manager? 

A. limiting the CPU used per database call 

B. specifying the maximum number of concurrent sessions allowed for a user 

C. specifying the amount of private space a session can allocate in the shared pool of the SGA 

D. limiting the degree of parallelism of operations performed by a user or group of users 

E. specifying an idle time limit that applies to sessions that are idle and blocking other sessions 

Answer: B,E 

Q39. Which two statements are true about Flashback Version Query? 

A. The result of a query can be used as part of a DML statement. 

B. It can be used to create views. 

C. It can be used only if Flashback Data Archive is enabled for a table. 

D. It retrieves all versions of rows that exist in a time interval, including the start time and end time. 

E. It can be used to retrieve the SQL that is required to undo a row change and the user responsible for the change. 

Answer: A,C 

Q40. You restore and recover your database to anew host by using an existing RMAN open database backup. 

Which step must you perform next? 

A. Execute catproc.sqi to recompile invalid PL/SQL modules. 

B. Open the database with the resetlogs option. 

C. Set a new database identifier (DBID) for the newly restored database. 

D. Use the RMAN set newname and switch commands to switch to new files. 

Answer: