1Z0-062 Exam Questions
388 real 1Z0-062 exam questions with expert-verified answers and explanations. Page 5 of 8.
- Question #201Configuring the Oracle Network Environment
You have the following entry in the tnsnames.ors file of your hq.us.example.com host machine: ORCL = (DESCRIPTION = (ADDRESS_LIST = (ADRESS = (PROTOCOL = TCP)(HOST = hq.us.example....
TNS resolutionSQL*Plus connectionservice nametnsnames.ora - Question #202Managing the Database Instance
Which statement is true about redo log files during instance recovery?
redo log filesinstance recoverycheckpoint position - Question #203Managing Database Storage Structures
A database uses Automatic storage Management (ASM) as database storage, which has diskgroup, DATA1, which is created as follows: What happens when the FAILGRP1 failure group is cor...
ASMdisk groupfailure groupdata redundancy - Question #204Implementing Oracle Database Auditing
Your single-instance Oracle 12c database home currently supports conventional auditing and uses Automatic Storage Management (ASM). You want to enable unified auditing by executing...
unified auditingdatabase shutdownlistener stopauditing configuration - Question #205Managing Performance
Which three factors influences the optimizer's choice of an execution plan?
optimizerexecution plancardinality estimatesobject statistics - Question #206Moving Data
Which three statements are true about Oracle Data Pump?
Oracle Data PumpEXPDPIMPDPDBMS_DATAPUMP - Question #207Managing Schema Objects
The DEFERRED_SEGMENT_CREATION parameter is set TRUE in your database instance. (erfasst) You execute the following command to create a table: SQL> CREATE TABLE acctl (ac_no NUMBER,...
DEFERRED_SEGMENT_CREATIONsegment allocationtable creationextent allocation - Question #208Managing Data and Concurrency
The HR.DEPARTMENTS table is the parent of the HR.EMPLOYEES table. The EMPLOYEES.DEPARTMENT_ID column has foreign key constraint with the ON DELETE CASCADE option that refers to the...
foreign keyON DELETE CASCADEtransaction locksconcurrency - Question #209Managing Performance
Which two statements are true about the Automatic Database Diagnostic Monitor (ADDM)?
ADDMAWR snapshotsSQL advisorsperformance analysis - Question #210Exploring the Oracle Database Architecture
Which set of statements is true about data dictionary views? 1) They are stored in the SYSTEM tablespace. 2) They are based on virtual tables 3) They are owned by the SYS user 4) T...
data dictionary viewsSYSTEM tablespaceSYS userV$FIXED_TABLE - Question #211Administering User Security
Your database instance has the following parameter setting: OS_AUTHENT_PREFIX = OPS$ You execute the following command: And then grantOPS$GUEST_USER the CREATE SESSION privilege. W...
OS authenticationOS_AUTHENT_PREFIXCREATE USERpassword management - Question #212Performing Backup and Recovery
Your database is configured for ARCHIVELOG mode, and a daily full database backupis taken. RMAN is configured to perform control file autobackup. In which three scenarios do you ne...
ARCHIVELOG modemedia recoverycontrol file lossdata file loss - Question #213Managing Performance
Your database has been running with a peak load for the past hour. You want to preserve the performance statistics collected during this period forcomparison when you analyze the p...
performance statisticsAWRbaselinessnapshots - Question #214Managing Database Storage Structures
Which three statements are true about space usage alerts?
space managementtablespace alertslocally managed tablespacesthresholds - Question #215Managing Undo Data
You use multiple temporary tables frequently in your database. Which two are benefits of configuring temporary undo?
temporary undotemporary tablesredo reductionundo tablespace - Question #216Moving Data
Which two statements are true about Oracle Data Pump export and import operations?
Oracle Data Pumpexportimportmetadata filteringtable renaming - Question #217Performing Backup and Recovery
Your database is running in NOARCHIVING mode. Examine the following parameters: You execute the following command after performing a STARTUP MOUNT: SQL> ALTER DATABASE ARCHIVELOG;...
ARCHIVELOG modeNOARCHIVELOG modeLOG_ARCHIVE_DESTdatabase startup - Question #218Managing Database Storage Structures
Your production database uses file system storage. You want to move storage to Oracle Automatic Storage Management (ASM). How would you achieve this?
ASM migrationfile system storageRMANstorage migration - Question #219Configuring the Oracle Network Environment
Which two statements are true about Oracle network connections?
listenerserver processesnetwork connectionuser authentication - Question #220Managing the Database Instance
Which two actions does an incremental checkpoint perform?
checkpointincremental checkpointcontrol filecheckpoint queue - Question #221Performing Database Maintenance
Which statement is true aboutusing the Database Upgrade Assistant (DBUA) to upgrade your database from Oracle Database 11g to Oracle Database 12c?
DBUAdatabase upgradeOracle 12c - Question #222Managing Undo Data
Examine the parameters for a database instance: Your database has three undo tablespaces and the default undo tablespace is not autoextensible. Resumable space allocation is not en...
undo tablespacetransaction managementspace allocation - Question #223Performing Database Maintenance
What should you do to ensure that a job stored minimal job metadata and runtime data on disk, and uses only existing PL/SQL programs?
DBMS_SCHEDULERlightweight jobjob scheduling - Question #224Performing Database Maintenance
You want to schedule a job to rebuild atable's indexes after a bulk insert, which must be scheduled as soon as a file containing data arrives on the system. What would you do to ac...
DBMS_SCHEDULERevent-based jobsfile watcherindex rebuild - Question #225Exploring the Oracle Database Architecture
You plan to install the Oracle Database 12c software on a new server. The database will use Automatic Storage Management (ASM) and Oracle Restart. Oracle Grid Infrastructure for a...
installationjob role separationASMOracle Restart - Question #226Exploring the Oracle Database Architecture
Which two statements are true about the (PMON) background process in Oracle Database 12c?
PMONbackground processesdatabase architecture - Question #227Performing Database Maintenance
You want to upgrade an Oracle Database running Oracle Database 11g to Oracle Database 12c. Which three tasks should be performed before a manual upgrade?
manual upgradepre-upgrade scriptsinitialization files - Question #228Exploring the Oracle Database Architecture
You want to create a database and you have the following: - Oracle Grid Infrastructure is installed and configured. - Oracle Database Vault is installed in ORACLE_HOME to be used f...
database creationDBCAshared serverASMOracle Database Vault - Question #229Managing the Database Instance
Which two options can be configured for an existing database by using the Database Configuration Assistant (DBCA)?
DBCAdatabase configurationDatabase VaultDRCP - Question #230Implementing Oracle Database Auditing
Which two statements are true about availability audit features after migration to unified auditing?
unified auditingaudit migrationaudit trail - Question #231Managing Performance
What can be automatically implemented after the SQL Tuning Advisor is run as part of the Automated Maintenance Task?
SQL Tuning Advisorautomated maintenance tasksSQL profile - Question #232Implementing Oracle Database Auditing
Which statement is true about unified auditing?
unified auditingaudit trailAUDSYS schema - Question #233Managing Database Storage Structures
You execute this command: Which two statements are true about segment space management for segments in thistablespace?
segment space managementASSMPCTFREEPCTUSED - Question #234Performing Database Maintenance
You have just completed a manual upgrade of an Oracle 11g Database to Oracle Database 12c. The Post-Upgrade Status Tool reports an INVALID status for some of the components after t...
database upgradepost-upgradeinvalid objectsutlrp.sql - Question #235Performing Database Maintenance
What is the benefit of running the catctl.pl script during an upgrade of a pre-12c database to an Oracle 12c database?
database upgradecatctl.plparallel upgrade - Question #236Configuring the Oracle Network Environment
Examine the parameter settings in your local ORCL database: Examine the parameter settings for the remote SALES database: As the SYS user, you issue the following command on ORCL:...
database linksGLOBAL_NAMEStnsnames.oraremote connectivity - Question #237Moving Data
Which two statements are true about SQL *Loader Express Mode in an Oracle 12c database?
SQL*Loaderdata loadingexpress mode - Question #238Performing Backup and Recovery
Your database instance has started using an SPFILE. Examine the RMAN configuration settings: You execute the command: RMAN> BACKUP AS COPY TABLESPACETEST; Which three types of file...
RMANbackuptablespace backupcontrol fileSPFILE - Question #239Managing the Database Instance
You set the following parameters in the parameter file and restart the database instance: Which two statements are true?
memory managementSGA_TARGETPGA_AGGREGATE_TARGETAMM - Question #240Performing Backup and Recovery
Your database is running in ARCHIVELOG mode. You want to take a consistent whole database backup. Which two statements are true in this scenario?
consistent backupARCHIVELOG modeRMAN backupuser-managed backup - Question #241Managing the Database Instance
Which three statements are true about the purpose of checkpoints?
checkpointsinstance recoverydirty buffersredo logs - Question #242Managing the Database Instance
Which three statements are true about Oracle Restart?
Oracle Restarthigh availabilitycomponent managementautomatic startup - Question #243Managing Performance
Your database supports a Decision Support System (DSS) workload that involves the execution of complex queries. Currently, thedatabase is running with peak workload. You want to an...
SQL Access Advisorperformance tuningindexesmaterialized views - Question #244Managing the Database Instance
Automatic Shared Memory Management (ASMM) is enabled for your database instance. You execute the following command: SQL> ALTER SYSTEM SET DB_CACHE_SIZE = 100M; Which statement is t...
Automatic Shared Memory Management (ASMM)SGA sizingDB_CACHE_SIZEinitialization parameters - Question #245Administering User Security
The HR user owns the BONUSES table. HR grants privileges to the user TOM by using the command: SQL> GRANT SELECT ON bonuses TO tom WITH GRANT OPTION; TOM then executes this command...
GRANT OPTIONprivilege revocationobject privilegesuser security - Question #246Managing Performance
You want to prevent a group of users in your database from performing long-running transactions that consume huge amounts of space in the undo tablespace. If the quota for these us...
Database Resource Managerundo tablespaceresource limitsDML control - Question #247Managing the Database Instance
Your database instance is started by using a server parameter file (SPFILE). You execute the following command to change thevalue of the LOG_BUFFER initialization parameter: ALTER...
initialization parametersSPFILEdynamic parametersLOG_BUFFER - Question #248Managing the Database Instance
Which four operations performed after the Oracle Restart installation are automatically added to the Oracle Restart configuration?
Oracle Restartcomponent registrationlistenerdatabaseASM instance - Question #249Performing Backup and Recovery
A database instance is started by using an SPFILE. he database is configured in ARCHIVELOG mode and the control file autobackup is configured. Dailyfull database backups are perfor...
control file recoveryRMANARCHIVELOG modemedia failure - Question #250Managing Performance
Which three statements are true about Database Resource Manager?
Database Resource Managerresource plansconsumer groupsundo usage