1Z0-067 Exam Questions
236 real 1Z0-067 exam questions with expert-verified answers and explanations. Page 1 of 5.
- Question #1Using RMAN for Backup and Recovery
Examine the RMAN command: RMAN> CONFIGURE ENCRYPTION FOR DATABASE ON; RMAN> BACKUP DATABASE PLUS ARCHIVELOG; Which prerequisite must be met before accomplishing the backup?
RMAN encryptionOracle wallettransparent encryptionbackup prerequisites - Question #2Using RMAN for Backup and Recovery
A database is running in archivelog mode. The database contains locally managed tablespaces. Examine the RMAN command: RMAN> BACKUP AS COMPRESSED BACKUPSET SECTION SIZE 1024M DATAB...
RMAN compressed backupsection sizemultisection backupbackup piece - Question #3Managing Very Large Databases
In your database, the tbs percent used parameter is set to 60 and the tbs percent free parameter is set to 20. Which two storage-tiering actions might be automated when using Infor...
ILMstorage tieringdata movementtablespace compression - Question #4Using RMAN for Backup and Recovery
You want to consolidate backup information and centrally manage backup and recovery scripts for multiple databases running in your organization. Which two backup solutions can be u...
RMAN recovery catalogEnterprise Managercentralized backupmultiple databases - Question #5Configuring for Recoverability
You want to create a guaranteed restore point for your database by executing the command: SQL> CREATE RESTORE POINT dbrsp1 GUARANTEE FLASHBACK DATABASE; Identify two prerequisites...
guaranteed restore pointFlashback DatabaseFast Recovery Areaarchivelog mode - Question #6Performing Backup and Recovery
Your database has a table customers that contains the columns cust_name, amt_due, and old_status. Examine the commands executed and their output: SQL>UPDATEcustomersSETamt_due=amt_...
Flashback Versions QueryDDL operationsundo data invalidationSCN - Question #7
Which two methods can be used to add an Oracle 11g database to a multitenant container database (CDB) as a pluggable database (PDB)?
- Question #8
In which three scenarios is media recovery required?
- Question #9Core Concepts and Tools
In the SPFILE, UNDOJTABLESPACEis Set to UNDOTBS. You rename the undotbs undo tablespace: ALTER TABLESPACE undotbs RENAME TO undotbs_old; Which statement is true?
undo tablespacerename tablespacealert logSPFILE parameter - Question #10
Which two statements are true regarding an Automatic Storage Management (ASM) instance? (Choose two.)
- Question #11
Before a Flashback Table operation, you execute the following command: ALTER TABLE employees ENABLE ROW MOVEMENT; Why would you need this to be executed?
- Question #12
Examine the following set of RMAN commands: RMAN> CONFIGURE CHANNELdelDEVICETYPEDISK FORMAT '/u02/backup/%U*; RKAN>RUN { ALLOCATECHANNELchlDEVICETYPEDISK; EXECUTESCRIPTfull_backup;...
- Question #13
Your database is using a default temporary tablespace that contains the temp01.tmp temporary file. All the users on the database use the default temporary tablespace. A user issues...
- Question #14
Identify two scenarios in which the RMAN crosscheck command can be used.
- Question #15
A database is running in archivelog mode. You want to back up a 10 TB data file belonging to the users tablespace. The backup of the data file is too slow. What type of backup do y...
- Question #16Configuring for Recoverability
Automatic Undo Management is enabled for your database. You want a user to retrieve metadata and historical data for a given transaction or for transactions in a given time interva...
Flashback Transaction Querysupplemental loggingarchivelog modeselect any transaction - Question #17Core Concepts and Tools
Examine these Data Pump commands to export and import objects from and to the same database. The dba has not yet created users hr1 and oe1. $expdp system/manager schemas = hr.oe di...
Data Pumpremap_schemaimpdpschema migration - Question #18Core Concepts and Tools
Which two statements are true about a multitenant architecture?
multitenant architectureCDBPDBundo tablespace - Question #19Core Concepts and Tools
Examine the command to create a pluggable database (PDB): SQL> CREATE PLUGGABLE DATABASE pdb2 FROM pdb1 FILE_NAME-_CONVERT = ('/disk1/oracle/pdb1/', '/disk2/oracle/pdb2/') PATH_PRE...
PDB cloningCREATE PLUGGABLE DATABASEFILE_NAME_CONVERTmultitenant - Question #20Managing Very Large Databases
Which three tasks can be automatically performed by the Automatic Data Optimization feature of Information Lifecycle Management (ILM)?
Automatic Data OptimizationILMsegment statisticsdata tracking - Question #21New Features for Database Infrastructure and Architecture
Which two are direct benefits of the multiprocess, multithreaded architecture of Oracle Database 12c when it is enabled?
multithreaded architecturevirtual memoryCPU utilizationOracle 12c - Question #22New Features for Availability
Examine the steps/operations performed during the RMAN backup operation by using Oracle Secure Backup (OSB): 1.Start the RMAN client by using the RMAN target / command. 2.Start the...
RMAN backupOracle Secure BackupSBT channelsOSB catalog - Question #23
You want to back up a database such that only formatted blocks are backed up. Which statement is true about this backup operation?
- Question #24New Features for Security
You wish to enable an audit policy for all database users, except sys, system, and scott. You issue the following statements: SQL> AUDIT POLICY ORA_DATABASE_PARAMETER EXCEPT SYS; S...
unified auditingaudit policyEXCEPT clauseuser exclusion - Question #25New Features for Manageability
Your database instance is started using an SPFILE. You are connected to cdb$root, as a DBA. You issue: SQL> ALTER SYSTEM SET STATISTICS_LEVEL=ALL SCOPE=BOTH; Which two statements a...
SPFILESTATISTICS_LEVELCDB parameterPDB inheritance - Question #26New Features for Database Infrastructure and Architecture
You are administering a multitenant container database (CDB). Identify two ways to access a pluggable database (PDB) that is open in read-only mode.
PDB accessSET CONTAINEReasy connectcommon user - Question #27New Features for Availability
In which situation can you use Flashback Database?
Flashback DatabaseRESETLOGSpoint-in-time recoverylimitations - Question #28New Features for Availability
For your database, an incremental level 1 backup is taken every week day. On Tuesday, before the backup is performed, you add a new tablespace. You execute the command: RMAN> BACKU...
incremental backupimage copynew tablespaceRMAN strategy - Question #29New Features for Availability
Which three conditions must be true for unused block compression to be used automatically while performing backups by using RMAN?
unused block compressionRMAN backuplocally managed tablespaceCOMPATIBLE parameter - Question #30
Your database supports a Decision Support System (DSS) workload that involves the execution of complex queries. Currently, the database is running with peak workload. You want to a...
- Question #31New Features for Database Infrastructure and Architecture
You install "Oracle Grid Infrastructure for a standalone server" on a host on which the orcl1 and orcl2 databases both have their instances running. Which two statements are true?
Oracle RestartGrid InfrastructuresrvctlDBCA - Question #32New Features for PL/SQL
In your multitenant container database (CDB) that contains pluggable databases (PDBs), the hr user executes the following commands to create and grant privileges on a procedure: CR...
invoker's rightsdefiner's rightsPL/SQL securityprivilege management - Question #33New Features for SQL
You must unload data from the orders, order_items, and products database tables to four files using the External Tables. CREATE TABLE orders_ext (order_id, order_date, product_id,...
external tablesORACLE_DATAPUMPparallel unloadPARALLEL clause - Question #34New Features for Storage
Users report this error message when inserting rows into the orders table: ERROR atline1: ORA-01654f:unable to extend index USERS.ORDERS_IND by 8in tablespace INDEXES You determine...
index space erroronline index rebuildtablespace coalescespace management - Question #35New Features for SQL
Evaluate these statements: CREATE TABLE purchase_orders (po_idNUMBER(4), po_dateTIMESTAMP, supplier_idNUM8ER(6), po_totalNUMBER(8,2), CONSTRAINT order_pk PRIMARY KEY(po_id)) PARTIT...
reference partitioningpartition inheritanceforeign keypartition maintenance - Question #36New Features for Storage
Which four actions are possible during an Online Datafile Move operation?
online datafile moveDML during moveBlock Media Recoverydatafile operations - Question #37
Examine the command used to perform an incremental level-0 backup: RMAN>BACKUPINCREMENTALLEVEL0DATABASE; To enable block change tracking, after the incremental level 0 backup, you...
- Question #38New Features for Manageability
You specified the warning and critical thresholds for a locally managed tablespace to be 60% and 70%, respectively. From the tablespace space usage metrics, you find that the space...
tablespace thresholdsspace usage alertsSTATISTICS_LEVELBASIC setting - Question #39New Features for Availability
You are administering a multitenant container database (CDB) cdb1 that is running in archivelog mode and contains pluggable databases (PDBs), pdb_i and pdb_2. While opening pdb_1,...
REPAIR FAILUREData Recovery AdvisorADVISE FAILUREPDB recovery - Question #40New Features for Performance
What can be automatically implemented after the SQL Tuning Advisor is run as part of the Automated Maintenance Task?
SQL Tuning Advisorautomated maintenanceSQL profilesautomatic implementation - Question #41
You use RMAN with a recovery catalog to back up your database. The backups and the archived redo log files are backed up to media daily. Because of a media failure, the entire data...
- Question #42New Features for Database Infrastructure and Architecture
Which three statements are true about the startup and shutdown of multitenant container databases (CDBs) and pluggable databases (PDBs)?
CDB startupPDB restricted modemount statedatabase triggers - Question #43New Features for Storage
A telecom company wishes to generate monthly bills to include details of customer calls, listed in order of time of call. Which table organization allows for generating the bills w...
index clustersorted hash clusterrow orderingtable organization - Question #44New Features for Performance
You have installed two 64G flash devices to support the Database Smart Flash Cache feature on your database server that is running on Oracle Linux. You have set the db_smart_flash_...
Smart Flash CacheDB_FLASH_CACHE_SIZEmultiple flash devicesconfiguration - Question #45
You are required to migrate your 11.2.0.3 database to an Oracle 12c database. Examine the list of steps that might be used to accomplish this task: 1.Place all user-defined tablesp...
- Question #46
Your multitenant container database (CDB) cdb1 that is running in archivelog mode contains two pluggable databases (PDBs), pdb2_1 and pdb2_2. RMAN is connected to the target databa...
- Question #47
View the Exhibit showing steps to create a database resource manager plan. SQL>executedbms_resource_manager.create_pendingarea(); PL/SQLproceduresuccessfully completed. 3QL>execdbm...
- Question #48New Features for Availability
Your database is running in noarchivelog mode. One of the data files belonging to the system tablespace is corrupted. You notice that all online redo logs have been overwritten sin...
noarchivelog modesystem tablespace recoverydata file restorecomplete database restore - Question #49
You execute the RMAN commands: RMAN> BACKUP VALIDATE DATABASE; RMAN> RECOVER CORRUPTION LIST; Which task is performed by these commands?
- Question #50New Features for Database Infrastructure and Architecture
You are connected to a pluggable database (PDB) as a common user with the sysdba privilege. The PDB is open and you issue the shutdown immediate command. What is the outcome?
PDB shutdownmultitenantsysdba privilegePDB mount state