1Z0-067 Exam Questions
236 real 1Z0-067 exam questions with expert-verified answers and explanations. Page 2 of 5.
- Question #51
Which three statements are true about the SQL*Loader utility?
- Question #52New Features for Availability
While performing database backup to tape via the media manager interface, you notice that tape streaming is not happening because RMAN is not sending data blocks fast enough to the...
RMAN tape backuptape streamingchannel configurationBLKSIZE option - Question #53New Features for Database Infrastructure and Architecture
You are administering a multitenant container database (CDB) cdb1. Examine the command and its output: SQL>show parameterfile NAMETYPEVALUE ----------------------------------------...
PDB creationDB_FILE_NAME_CONVERTmultitenantCDB parameters - Question #54Upgrading to Oracle Database 12c
You want to migrate your Oracle 11g database as a pluggable database (PDB) in a multitenant container database (CDB). The following are the possible steps to accomplish this task:...
PDB migrationfull transportable exportData Pump11g to 12c upgrade - Question #55New Features for Manageability
You want to consolidate databases for the CRM, ERP, and SCM applications by migrating them to pluggable databases (PDBs). You have already created a test system to support the cons...
Consolidated Database Replaydatabase consolidationcapacity planningmultitenant workload - Question #56New Features for Security
Identify three benefits of unified auditing.
unified auditingaudit trailRMAN auditingAUDSYS tablespace - Question #57New Features for Availability
Examine the backup requirement for your company: 1) Every Sunday, a backup of all used data file blocks is performed. 2) Every Wednesday and Friday, a backup of all the changed blo...
RMAN incremental backupcumulative incrementaldifferential incrementalbackup strategy - Question #58
What two are the prerequisites for enabling Flashback Database?
- Question #59
Which statements are true regarding system-partitioned tables? (Choose all that apply.)
- Question #60
Tablespaces of certain types or in certain states can be renamed. Which four of these situations permit renaming a tablespace?
- Question #61
ENCRYPT_TS is an encrypted tablespace that contains tables with data. Which statement is true regarding the effect of queries and data manipulation language (DML) statements on the...
- Question #62New Features for Availability
Which three statements are true about Oracle Secure Backup (OSB)?
Oracle Secure Backuptape backupOSBRMAN integration - Question #63New Features for Security
LDAP_DIRECTORY_SYSAUTH is set to YES. Users requiring DBAs access have been granted the sysdba enterprise role in Oracle Internet Directory(OID). SSL has been configure for the dat...
LDAP authenticationOIDsysdba authentication prioritypassword file - Question #64New Features for Availability
Your database is running in archivelog mode and regular nightly backups are taken. Due to a media failure, the current online redo log group, which has one member, is lost and the...
online redo log recoveryincomplete recoveryarchivelog moderesetlogs - Question #65New Features for Database Infrastructure and Architecture
You are administering a multitenant container database (COB) that contains two pluggable databases (PDBs), pdb1 and pdb2. You are connected to pdb2 as a common user with DBA privil...
PDB parameter managementSPFILESTATISTICS_LEVELALTER SYSTEM scope - Question #66New Features for Storage
Examine the command to back up the ASM metadata: ASMCMD>md_backup /backup/ASM_backup In which three situations can you use the backup?
ASM metadata backupmd_backupASMCMDdisk group recovery - Question #67
You are administering a database that supports data warehousing workload and Is running in noarchivelog mode. You use RMAN to perform a level 0 backup on Sundays and level 1 Increm...
- Question #68New Features for Availability
Examine the commands: SQL> ALTER SESSION SET RECYCLBIN = ON; Session altered. SQL> DROP TABLE emp; --(First EMP table) Total dropped. SQL> CREATE TABLE emp (id NUMBER CONSTRAINT em...
Flashback Tablerecycle binmultiple same-name tablesFLASHBACK TABLE - Question #69New Features for Security
Which three statements are true about the keystore storage framework for transparent data encryption?
TDE keystoretransparent data encryptionseparation of dutiesencryption key management - Question #70New Features for Storage
You want to reduce fragmentation and reclaim unused space for the sales table but not its dependent objects. During this operation, you want to ensure the following: i.Long-running...
table shrinkhigh water markSHRINK SPACE COMPACTspace reclamation - Question #71
You have a production Oracle 12c database running on a host. You want to install and create databases across multiple new machines that do not have any Oracle database software ins...
- Question #72New Features for Manageability
For which two requirements would you use the Database Resource Manager?
Database Resource Managerparallelism limitidle session timeoutresource plan - Question #73New Features for Database Infrastructure and Architecture
Your multitenant container database (CDB) contains multiple pluggable databases (PDBs). You execute the command to create a common user: SQL> CREATE USER c##a_admin IDENTIFIED BY p...
common user creationCDB tablespacemultitenant user managementCREATE USER - Question #74New Features for Manageability
Which two statements are true about the Automatic Diagnostic Repository (ADR)?
Automatic Diagnostic RepositoryADR basediagnostic informationinstance down diagnostics - Question #75New Features for Security
user_data is a nonencryptedtablespace containing tables with data. You must encrypt ail data in this tablespace. Which three methods can do this?
tablespace encryptionTDEData Pump encryptALTER TABLE MOVE - Question #76
Which two statements are true about a common user?
- Question #77New Features for Availability
You are administering a database that supports a data warehousing workload and is running in noarchivelog mode. You use RMAN to perform a level 0 backup on Sundays and level 1 incr...
RMAN recoverynoarchivelog modemedia failureincremental backup - Question #78New Features for Database Infrastructure and Architecture
Which three statements are true about Oracle Restart?
Oracle Restartautomatic restarthealth monitoringcomponent dependencies - Question #79New Features for Performance
Examine the parameters for your database instance: NAMETYPEVALUE ----------------------------------------------------------------------- optimizer_adaptive_reporting_onlybooleanFAL...
statistics feedbackcardinality feedbackadaptive optimizationoptimizer dynamic sampling - Question #80
RMAN is connected to the target database prod1 and an auxiliary instance in nomount state. Examine the command to create a duplicate database: RMAN> DUPLICATE TARGET DATABASE TO du...
- Question #81
A user issues a query on the sales table and receives the following error: ERROR at line 1: ORA-01565: error in identifying file '/u0l/app/oracle/oradata/ORCL/temp01.dbf' ORA-27037...
- Question #82
Your database supports an online transaction processing (OLTP) workload in which one of the applications creates a temporary table for a session and performs transactions on it. Th...
- Question #83
Which two statements are true about service creation for pluggable databases (PDBs)?
- Question #84
You want to move your existing recovery catalog to another database. Examine the steps: 1) Export the catalog data by using the Data Pump Export utility in the source database. 2)...
- Question #85New Features for Availability
Examine the command and its output: SQL> DROP TABLE EMPLOYEE; SQL> SELECT object_name AS recycle_name, original_name, type FROM recyclebin; RECYCLE_NAMEORIGINAL_NAMETYPE ----------...
Flashback Tablerecyclebin recoveryconstraints restorationtriggers flashback - Question #86New Features for Performance
Which parameter must be set to which value to implement automatic PGA memory management?
PGA memory managementpga_aggregate_targetautomatic memory management - Question #87New Features for Availability
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 SCRIP...
RMAN channelspersistent channel configurationchannel overridebackup scripts - Question #88New Features for Manageability
You create two Resource Manager plans, one for night time workloads, the other for day time. How would you make the plans switch automatically?
Resource Managerscheduler windowsplan switchingworkload management - Question #89New Features for Performance
Which three statements are true about Consolidated Database Replay?
Consolidated Database Replayworkload captureReal Application Testingreplay schedule - Question #90New Features for SQL
Which two statements are true about Flashback Version Query?
Flashback Version Queryrow versionsVERSIONS BETWEENundo SQL - Question #91New Features for Database Infrastructure and Architecture
Which three statements are true about unplugging a pluggable database (PDB)?
PDB unplugmultitenant CDBpluggable database lifecyclePDB portability - Question #92New Features for Security
You are administering a multitenant container database (CDB) that contains multiple pluggable databases (PDBs). You are connected to cdb$root as the sys user. You execute the comma...
common roleCONTAINER=ALLCDB securitycommon user privileges - Question #93
Examine the RMAN command: RMAN> BACKUP VALIDATE DATABASE; Which statement is true about the execution of the command?
- Question #94
Which three conditions must be met before you create a Virtual Private Catalog (VPC)?
- Question #95New Features for Availability
In your database, there are tablespaces that were read-only when the last backup was taken. These tablespaces have not been made read/write since then. You want to perform an incom...
incomplete recoverybackup control fileread-only tablespaceRMAN recovery - Question #96New Features for Availability
Examine the RMAN commands executed in your database: RMAN>CONFIGUREDEFAULT DEVICE TYPE TO disk; RMAN>CONFIGURE DEVICETYPE DISK BACKUP TYPE TO BACKUPSET; RKAN> CONFIGURE CONTROLFILE...
RMAN BACKUP DATABASEcontrol file autobackupbackup setsdata file backup - Question #97New Features for Database Infrastructure and Architecture
Which statement is true about the loss or damage of a temp file that belongs to the temporary tablespace of a pluggable database (PDB)?
PDB temp filetemporary tablespaceautomatic file recreationCDB container - Question #98
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...
- Question #99New Features for Security
Which Oracle Database component is audited by default if the Unified Auditing option is enabled?
unified auditingdefault audit policyRMAN auditOracle 12c security - Question #100New Features for Database Infrastructure and Architecture
Which two statements are true about tablespaces in multitenant container databases (CDBs)?
CDB tablespacesPDB temporary tablespacedefault tablespacemultitenant storage