1Z0-062 Exam Questions
388 real 1Z0-062 exam questions with expert-verified answers and explanations. Page 7 of 8.
- Question #301Moving Data
You want to import the schema objects of the HR user from the development database DEVDB to the production database PRODDB by using Oracle Data Pump. A database link devdb.us.oracl...
Oracle Data Pumpdatabase linkschema importdata migration - Question #302Performing Database Maintenance
Which three statements are true about server-generated alerts? (Choose three.)
server-generated alertsalert managementDBA_ALERT_HISTORY - Question #303Managing Database Storage Structures
Which two statements are true about Automatic Storage Management (ASM)? (Choose two.)
Automatic Storage Management (ASM)disk groupsfailure groupsfile distribution - Question #304Performing Database Maintenance
You want to create a test database as a replica of your production database with minimum intervention from a DBA. Which method would you use?
DBCA templatesdatabase replicationtest environmentdatabase creation - Question #305Moving Data
You want to load data from a large file into your database without causing an overhead on the SGA. Which tool would you use.
SQL*Loaderdirect path loadSGAdata loading - Question #306Performing Backup and Recovery
You are using RMAN to back up your database. All the data files are in read/write mode. Examine the RMAN configuration parameters: Which two statements are true about a whole consi...
RMAN backupconsistent backupARCHIVELOG modeSCN - Question #307Performing Database Maintenance
As part of a manual upgrade of your database to Oracle Database 12c, you plan to issue the command: SQL> STARTUP UPGRADE Which three statements are true about the upgrade process?...
database upgradeSTARTUP UPGRADEsystem triggersCOMPATIBLE parameter - Question #308Moving Data
Which statement is true about using the Export/Import method for migrating data when upgrading to Oracle Database 12c?
Data Pumpdatabase migrationexport/importnetwork links - Question #309Performing Backup and Recovery
Your database is in ARCHIVELOG mode and you want to automate the backup scheduling for your database. Which two tools or utilities would you use to achieve this? (Choose two.)
RMANdatabase schedulerDBCAbackup automation - Question #310Managing Data and Concurrency
Which two would you recommend to an application developer for reducing locking conflicts on tables in an Oracle database? (Choose two.)
locking conflictsconcurrencyASSMtransaction management - Question #311Managing Performance
Which three functions can be performed by the SQL Tuning Advisor? (Choose three.)
SQL Tuning AdvisorSQL performanceindexesstatisticsSQL profiles - Question #312Managing Data and Concurrency
Examine the parameters: Users complain that their sessions for certain transactions hang. You investigate and discover that some users fail to complete their transactions, causing...
locking contentionprofilesresource limitstransaction management - Question #313Managing Undo Data
Which statement is true about the loss of a data file belonging to the default undo tablespace?
undo tablespacedatafile lossdatabase statesrecovery - Question #314Administering User Security
Examine the following steps: A DBA grants the CREATE TABLE system privilege with ADMIN OPTION to the user SIDNEY. grants the CREATE TABLE system privilege to the HR user. SIDNEY Wh...
system privilegesADMIN OPTIONprivilege cascadeREVOKE - Question #315Administering User Security
What is pre-requisite to alter a role?
rolessystem privilegesALTER ANY ROLE - Question #316Performing Backup and Recovery
Your database is in NOARCHIVELOG mode. You want to enable archiving for the database. Examine the steps: 1. Execute the ALTER DATABASE ARCHIVELOG command. 2. Execute SHUTDOWN IMMED...
ARCHIVELOG modeNOARCHIVELOG modedatabase startup statesdatabase configuration - Question #317Configuring the Oracle Network Environment
Identify the access that is initially available to connect to your Database as a Service (DBaaS) environment.
DBaaScloud accessSSHport 22 - Question #318Administering User Security
Which statement is true about profiles?
profilespassword managementresource limitsuser management - Question #319Configuring the Oracle Network Environment
Which three statements are true about naming methods? (Choose three.)
Oracle Net Servicesnaming methodsEasy Connectdirectory namingfailover - Question #320Exploring the Oracle Database Architecture
Which task is performed by a background process in a database instance?
background processesArchiver process (ARCn)redo log files - Question #321Managing the Database Instance
Your database instance is started with a PFILE. You want to increase the size of the buffer cache. Free memory is available to increase the size of the buffer cache. You execute th...
PFILESPFILEDynamic Parameter ChangesBuffer Cache - Question #322Performing Backup and Recovery
Which statement is true redo log files during instance recovery?
Redo Log FilesInstance RecoveryCheckpoint - Question #323Implementing Oracle Database Auditing
Examine the command: SQL> ALTER SYSTEM SET ENABLE_DDL_LOGGING=TRUE; Which two statements are true in this scenario? (Choose two.)
DDL LoggingADRSystem Parameters - Question #324Managing the Database Instance
What is the outcome of the SHUTDOWN ABORT command?
SHUTDOWN ABORTDatabase ShutdownInstance Recovery - Question #325Exploring the Oracle Database Architecture
Which component resides in the System Global Area (SGA) of a database instance only in shared server connections?
System Global Area (SGA)Shared ServerUser Global Area (UGA)Memory Architecture - Question #326Performing Database Maintenance
Identify three situations in which messages are written to the alert log file. (Choose three.)
Alert LogADRError MessagesDatabase Diagnostics - Question #327Managing the Database Instance
Which three statements are true about Enterprise Manager Database Express? (Choose three.)
Enterprise Manager Database ExpressDatabase Administration ToolsDatabase StatesNetwork Protocols - Question #328Exploring the Oracle Database Architecture
When does a database checkpoint occur?
CheckpointRedo Log SwitchDatabase Recovery - Question #329Performing Backup and Recovery
What action must you take to ensure complete database recovery till the point of failure?
ARCHIVELOG modePoint-in-Time RecoveryDatabase Recovery - Question #330Managing Schema Objects
You want to create a table, DAILY_ORDERS, for an OLTP application, where data should be compressed during both direct path INSERT and conventional DML. The table will also be used...
Table CompressionROW STORE COMPRESS ADVANCEDOLTP Compression - Question #331Managing Performance
An application repeatedly accesses small lookup tables, causing a lot of physical I/O operations. What do you recommend to minimize this?
Buffer CacheKEEP Buffer CachePerformance TuningPhysical I/O - Question #332Managing Database Storage Structures
Examine the command: SQL> CREATE TABLESPACE test1 DATAFILE '/u01/app/oracle/oradata/orc1/test01.dbf' SIZE 5M AUTOEXTEND ON UNIFORM; Which statement is true?
Locally Managed TablespaceUNIFORM AllocationExtent ManagementCREATE TABLESPACE - Question #333Managing the Database Instance
Your database is open in read/write mode and multiple users are connected to the database instance. You execute the following command: SQL> ALTER SYSTEM ENABLE RESTRICTED SESSION;...
Restricted SessionDatabase StatesALTER SYSTEM - Question #334Moving Data
You want to distribute a set of structured data to your customers who can integrate this data into their existing databases irrespective of the platform. Which method provides the...
Direct Path InsertData LoadingPerformance Optimization - Question #335Managing Schema Objects
You create a locally managed tablespace ORDERS_TBS with automatic segment management. You then create the table DAILY_ORDS_LST in the ORDERS_TBS tablespace using the command. CREAT...
PCTFREEData BlocksTable StorageAutomatic Segment Space Management - Question #336Moving Data
What must you use to read data from a table in your database and write it to an external table?
External TablesORACLE_DATAPUMPData ExportData Movement - Question #337Administering User Security
Which three statements are true about user account administration? (Choose three.)
User AdministrationPrivilegesProfilesTablespace Quotas - Question #338Managing the Database Instance
Which two statements are true about initialization parameter files? (Choose two.)
PFILESPFILEInitialization ParametersDatabase Startup - Question #339Performing Backup and Recovery
You configured the Fast Recovery Area (FRA) for your database. The database instance is in ARCHIVELOG mode. The default location for the archived redo log files is the FRA. Which t...
Fast Recovery Area (FRA)RMAN BackupsFlashback LogsRetention Policy - Question #340Performing Backup and Recovery
Which three database operations can be performed only at MOUNT state? (Choose three.)
Database StatesMOUNT StateFlashback DatabaseARCHIVELOG modeDatabase Recovery - Question #341Performing Backup and Recovery
Which statement is true about a database in ARCHIVELOG mode?
ARCHIVELOG modedatabase backuponline backup - Question #342Managing Database Storage Structures
You want to create a locally managed tablespace called NEWTBS to store segments with different extent sizes. Which set of tablespace attributes can be specified for a tablespace th...
locally managed tablespaceextent managementAUTOALLOCATE - Question #343Configuring the Oracle Network Environment
The schema SALES exists in two databases, ORCL1 and ORCL2, and has the same password, SALES123. User SALES has CREATE DATABASE LINK and CREATE SESSION privileges on both databases....
database linkprivate database linkcross-database connection - Question #344Managing the Database Instance
Which two services may you see on the My Service Dashboard page? (Choose two.)
Oracle Cloud ServiceDBaaSCompute Cloud Service - Question #345Managing Data and Concurrency
What is a requirement for creating a remote database scheduler job?
Oracle Schedulerremote jobdatabase link - Question #346Configuring the Oracle Network Environment
The HR schema exists in two databases, BOSTON and DENVER, and has the same password, HR. You have the CREATE DATABASE LINK and CREATE SESSION privileges on both the database. BOSTO...
database linkuser accessprivate database link - Question #347Configuring the Oracle Network Environment
Examine the command: SQL> CONNECT hr/hr@orcl Which two configurations allow this command to execute successfully? (Choose two.)
Oracle Net ServicesTNS aliasservice name - Question #348Managing the Database Instance
Which users are created and can be used for database and host management of your DBaaS database servers?
DBaaSdefault usershost management - Question #349Moving Data
Which three statements are true about Oracle Data Pump? (Choose three.)
Oracle Data PumpEXPDPIMPDPdirectory object - Question #350Performing Backup and Recovery
In your database, archive logging and control file autobackup are enabled. The data files and redo log files are intact but control files are impacted due to media failure. In whic...
control file recoverymedia failureARCHIVELOG modeRESETLOGS