1Z0-062 Practice Questions
261 real 1Z0-062 exam questions with expert-verified answers and explanations. Page 2 of 6.
- Question #51
You enabled block change tracking for faster incremental backups in your database. Which background process writes to the change tracking file?
- Question #52
You configured the flash recovery area in the database. Which two files would you expect to find in the flash recovery area? (Choose two.)
- Question #53
You use a recovery catalog for maintaining your database backups. You execute the following command: $rman TARGET / CATALOG rman / cat@catdb RMAN > BACKUP VALIDATE DATABASE ARCHIVE...
- Question #54
Which three statements are true concerning the multitenant architecture?
- Question #55
You notice that the elapsed time for an important database scheduler Job is unacceptably long. The job belongs to a scheduler job class and window. Which two actions would reduce t...
- Question #56
You plan to migrate your database from a File system to Automata Storage Management (ASM) on same platform. Which two methods or commands would you use to accomplish this task?
- Question #57
You run a script that completes successfully using SQL*Plus that performs these actions: 1. Creates a multitenant container database (CDB) 2. Plugs in three pluggable databases (PD...
- Question #58
Your database is open and the LISTENER listener running. You stopped the wrong listener LISTENER by issuing the following command: 1snrctl > STOP What happens to the sessions that...
- Question #59
You execute the following piece of code with appropriate privileges: User SCOTT has been granted the CREATE SESSION privilege and the MGR role. Which two statements are true when a...
- Question #60
Which three statements are true about using flashback database in a multitenant container database (CDB)?
- Question #61
You execute the following PL/SQL: Which two statements are true?
- Question #62
You execute the following commands to audit database activities: SQL > ALTER SYSTEM SET AUDIT_TRIAL=DB, EXTENDED SCOPE=SPFILE; SQL > AUDIT SELECT TABLE, INSERT TABLE, DELETE TABLE...
- Question #63
You support Oracle Database 12c Oracle Database 11g, and Oracle Database log on the same server. All databases of all versions use Automatic Storage Management (ASM). Which three s...
- Question #64
To enable the Database Smart Flash Cache, you configure the following parameters: DB_FLASH_CACHE_FILE = `/dev/flash_device_1' , `/dev/flash_device_2' DB_FLASH_CACHE_SIZE=64G What i...
- Question #65
You executed this command to create a password file: $ orapwd file = orapworcl entries = 10 ignorecase = N Which two statements are true about the password file?
- Question #66
Identify three valid methods of opening, pluggable databases (PDBs).
- Question #67
You administer an online transaction processing (OLTP) system whose database is stored in Automatic Storage Management (ASM) and whose disk group use normal redundancy. One of the...
- Question #68
You are administering a database and you receive a requirement to apply the following restrictions: 1. A connection must be terminated after four unsuccessful login attempts by use...
- Question #69
A senior DBA asked you to execute the following command to improve performance: SQL> ALTER TABLE subscribe log STORAGE (BUFFER_POOL recycle); You checked the data in the SUBSCRIBE_...
- Question #70
Which three tasks can be automatically performed by the Automatic Data Optimization feature of Information lifecycle Management (ILM)?
- Question #71
Which two partitioned table maintenance operations support asynchronous Global Index Maintenance in Oracle database 12c?
- Question #72
You configure your database Instance to support shared server connections. Which two memory areas that are part of PGA are stored in SGA instead, for shared server connection?
- Question #73
Which two statements are true about Oracle Managed Files (OMF)?
- Question #74
Which four actions are possible during an Online Data file Move operation?
- Question #75
Your multitenant container database (CDB) contains a pluggable database, HR_PDB. The default permanent tablespace in HR_PDB is USERDATA. The container database (CDB) is open and yo...
- Question #76
Identify three scenarios in which you would recommend the use of SQL Performance Analyzer to analyze impact on the performance of SQL statements.
- Question #77
Which two statements are true about the RMAN validate database command?
- Question #78
You install a non-RAC Oracle Database. During Installation, the Oracle Universal Installer (OUI) prompts you to enter the path of the Inventory directory and also to specify an ope...
- Question #79
You are required to migrate your 11.2.0.3 database as a pluggable database (PDB) to a multitenant container database (CDB). The following are the possible steps to accomplish this...
- Question #80
In your multitenant container database (CDB) with two pluggable database (PDBs). You want to create a new PDB by using SQL Developer. Which statement is true?
- Question #81
Which two statements are true about the Oracle Direct Network File system (DNFS)?
- Question #82
Examine the parameters for your database instance: Which three statements are true about the process of automatic optimization by using cardinality feedback?
- Question #83
Which three statements are true when the listener handles connection requests to an Oracle 12c database instance with multithreaded architecture enabled In UNIX?
- Question #84
Which three operations can be performed as multipartition operations in Oracle?
- Question #85
You are connected using SQL* Plus to a multitenant container database (CDB) with SYSDBA privileges and execute the following sequence statements: What is the result of the last SET...
- Question #86
Examine the details of the Top 5 Timed Events in the following Automatic Workloads Repository (AWR) report: What are three possible causes for the latch-related wait events?
- Question #87
You enabled an audit policy by issuing the following statements: SQL> AUDIT POLICY ORA_DATABASE_PARAMETER BY SCOTT; SQL> AUDIT POLICY ORA_DATABASE_PARAMETER BY SYS, SYSTEM; For whi...
- Question #88
A redaction policy was added to the SAL column of the SCOTT.EMP table: All users have their default set of system privileges. For which three situations will data not be redacted?
- Question #89
What is the result of executing a TRUNCATE TABLE command on a table that has Flashback Archiving enabled?
- Question #90
Which three activities are supported by the Data Recovery Advisor?
- Question #91
You create a table with the PERIOD FOR clause to enable the use of the Temporal Validity feature of Oracle Database 12c. Examine the table definition: Which three statements are tr...
- Question #92
Examine the following ALTER command: SQL> ALTER DISKGROUP dgroup1 UNDROP DISKS; What is the purpose of the command?
- Question #93
Tape streaming is not happening while performing RMAN tape backup. On investigation, you find that it is not because of the incremental backup or the empty file backup and that RMA...
- Question #94
View the Exhibit and examine the disk groups created at the time of migrating the database storage to Automatic Storage Management (ASM). Why does the FRA disk group initially have...
- Question #95
Which three functions are performed by the SQL Tuning Advisor? (Choose three.)
- Question #96
You find this query being used in your Oracle 12c database: Which method a used by the optimizer to limit the rows being returned?
- Question #97
Which three resources might be prioritized between competing pluggable databases when creating a multitenant container database plan (CDB plan) using Oracle Database Resource Manag...
- Question #98
You created an encrypted tablespace: You then closed the encryption wallet because you were advised that this is secure. Later in the day, you attempt to create the EMPLOYEES table...
- Question #99
On your Oracle Database, you issue the following commands to create indexes: SQL > CREATE INDEX oe.ord_customer_ix1 ON oe.orders (customer_id, sales_rep_id) INVISIBLE; SQL> CREATE...
- Question #100
Which two statements are true when row archival management is enabled?