1Z0-062 Exam Questions
388 real 1Z0-062 exam questions with expert-verified answers and explanations. Page 8 of 8.
- Question #351Moving Data
Examine the command to perform a data pump export operation on a source database: $> expdp hr/hr DIRECTORY=dumpdir DUMPFILE=emp1.dmp VIEWS_AS_TABLE=emp_dept On the target database,...
Oracle Data PumpVIEWS_AS_TABLEdata exportdata import - Question #352Managing Schema Objects
Examine the details of the uncompressed, non-partitioned heap table CITIES. Examine the command: SQL> ALTER TABLE cities SHRINK SPACE COMPACT; What must you do before executing it?
table managementSHRINK SPACErow movement - Question #353Performing Backup and Recovery
Your database has archive logging enabled and RMAN backups are taken at regular intervals. A data file in the USERS tablespace is damaged. Which command must you execute before sta...
tablespace recoverydatafile damageARCHIVELOG mode - Question #354Administering User Security
Which statement is true regarding the DEFAULT profile?
user profileDEFAULT profileresource limits - Question #355Configuring the Oracle Network Environment
Examine this command executed on a client that is remote from the database server. SQL> CONNECT hr/hr@orcl Which two are required for this command to connect the SQLPLUS client to...
Oracle Net Servicestnsnames.oralistenerservice name - Question #356Managing Undo Data
One of your databases supports an OLTP workload. The default UNDO tablespace is fixed size with: 1. RETENTION NOGUARANTEE 2. UNDO_RETENTION is 12 minutes User SCOTT gets this error...
ORA-01555snapshot too oldUNDO tablespaceUNDO_RETENTION - Question #357Performing Backup and Recovery
One of your databases has archive logging enabled and RMAN backups are taken at regular intervals. The data file for the USERS tablespace is corrupt. Which command must you execute...
tablespace recoverydatafile corruptionARCHIVELOG mode - Question #358Exploring the Oracle Database Architecture
Which three statements are true about Oracle checkpoint processing? (Choose three.)
checkpointDBWninstance recoverydirty buffers - Question #359Managing Data and Concurrency
You want a job that performs a bulk insert as soon as the loader file arrives on the local file system. Which two would you do to accomplish this? (Choose two.)
Oracle Schedulerfile watcherevent-based jobbulk insert - Question #360Managing Data and Concurrency
Which four are true about creating and running a remote database scheduler jobs? (Choose four.)
Oracle Schedulerremote jobdatabase destinationcredentials - Question #361Performing Backup and Recovery
Your database is configured in ARCHIVELOG mode. Examine the RMAN configuration parameters: Examine the command: RMAN> BACKUP DATABASE PLUS ARCHIVELOG DELETE INPUT; Which two are tr...
RMAN backupARCHIVELOG modeDELETE INPUTbackup strategy - Question #362Moving Data
Which two statements are true about SQL*Loader Express Mode in an Oracle 12c database? (Choose two.)
SQL*Loader Expressdata loadingperformance optimization - Question #363Configuring the Oracle Network Environment
Which are two ways for a database service to be recognized by a listener in Oracle Database 12c? (Choose two.)
Listenerservice registrationLREGPMON - Question #364Managing Database Storage Structures
DAILY_ORDS_LST is created in locally managed tablespace ORDERS_TBS which uses automatic segment space management. Which two are true? (Choose two.)
PCTFREErow chainingrow migrationsegment space management - Question #365Moving Data
You ran this command on a source database: $> expdp hr/hr DIRECTORY=dumpdir DUMPFILE=emp1.dmp VIEWS_AS_TABLES=emp_dept On the target database, you run this command: $> impdp hr/hr...
Data PumpexpdpimpdpVIEWS_AS_TABLES - Question #366Performing Database Maintenance
Which two must be installed or configured either manually or by DBCA in order to use Enterprise Manager Database Express (EM Express)? (Choose two.)
EM ExpressAPEX_PUBLIC_USERdispatcherHTTP server - Question #367Exploring the Oracle Database Architecture
Which four statements are true about database instance behavior? (Choose four.)
Database startupinstance statesMOUNT stateSPFILE - Question #368Managing the Database Instance
Which three statements are true PFILEs, SPFILEs or both? (Choose three.)
PFILESPFILEparameter modificationSCOPE clause - Question #369Implementing Oracle Database Auditing
Examine this command: SQL> ALTER SYSTEM SET ENABLE_DDL_LOGGING=TRUE; Which two statements are true? (Choose two.)
DDL loggingADRAutomatic Diagnostic Repositoryalert log - Question #370Performing Backup and Recovery
Your database is in ARCHIVELOG mode. You want to disable archiving for the database. Examine these steps: 1. Execute the ALTER DATABASE NOARCHIVELOG command 2. Execute SHUTDOWN IMM...
ARCHIVELOG modeNOARCHIVELOGdatabase statesshutdown/startup - Question #371Managing the Database Instance
A database is open READ WRITE and the instance has multiple sessions some of which have active transactions. You execute this command: SQL> ALTER SYSTEM ENABLE RESTRICTED SESSION;...
RESTRICTED SESSIONactive transactionsDMLCOMMIT/ROLLBACK - Question #372Performing Database Maintenance
Which three statements are true about a job chain? (Choose three.)
Oracle Schedulerjob chainsdependency-based schedulingevent-based schedules - Question #373Managing Data and Concurrency
An employee salary in the non-partitioned EMPLOYEES table, has been updated but the transaction is uncommitted. Which two types of lock are held by the transaction? (Choose two.)
Locksrow-level locktable lockuncommitted transaction - Question #374Managing Schema Objects
DEFERRED_SEGMENT_CREATION is TRUE in one of your databases. You execute this command: Which three statements are true immediately after this statement executes successfully?
DEFERRED_SEGMENT_CREATIONCREATE TABLEsegment creationdata dictionary - Question #375Managing the Database Instance
A PFILE exists for your database. You want to increase the value of the PROCESSES parameter from 300 to 400 and make it persistent for your database instance. You plan to use the A...
PFILESPFILEALTER SYSTEMparameter persistence - Question #376Implementing Oracle Database Auditing
In one of your databases, unified auditing is enabled and an SH.SALES table exists. You can successfully execute these commands: Which statement is true about SALES_POL?
Unified auditingAUDIT POLICYaudit trail - Question #377Performing Database Maintenance
What should you do for a Scheduler to start a job when a file arrives on a remote system?
Oracle Schedulerjob schedulingremote systemsScheduler agent - Question #378Configuring the Oracle Network Environment
The HR schema exists in databases, BOSTON and DENVER, with the same password, HR. You have CREATE DATABASE LINK and CREATE SESSION privileges in both databases. DENVER is defined a...
Database linkpublic database linkCREATE DATABASE LINKuser access - Question #379Managing Data and Concurrency
Examine these statements: DESC emp INSERT INTO emp VALUES ( 101, 'John', 12000); 1 row created. SAVEPOINT after_insert; Savepoint created. UPDATE emp SET salary=16000 WHERE empno=1...
SAVEPOINTROLLBACK TO SAVEPOINTDMLtransactions - Question #380Managing the Database Instance
All of your database instances use SPFILES. You executed this command in one of them: ALTER SYSTEM SET MEMORY_MAX_TARGET=1024M; Which statement is true?
SPFILEALTER SYSTEMMEMORY_MAX_TARGETparameter persistence - Question #381Configuring the Oracle Network Environment
Which two utilities can NOT configure a new listener on port 1526? (Choose two.)
listener configurationnetwork utilitieslsnrctlnetca - Question #382Managing Performance
In which three situations can you use threshold server-generated alerts to help diagnose and fix problems? (Choose three.)
server alertsthresholdsdiagnosticstablespace monitoring - Question #383Administering User Security
Examine these statements: Which three are true about the effects of executing these statements? (Choose three.)
user profilespassword policiesaccount lockingsession limits - Question #384Exploring the Oracle Database Architecture
Which three are true about the default database buffer cache? (Choose three.)
SGAdatabase buffer cachememory managementblock images - Question #385Performing Backup and Recovery
One of your databases runs in ARCHIVELOG mode. Examine this command: Now examine these steps executed from RMAN: 1) SHUTDOWN IMMEDIATE 2) STARTUP MOUNT 3) BACKUP DATABASE; 4) BACKU...
RMAN backupconsistent backupARCHIVELOG modedatabase states - Question #386Managing Performance
Which are three of the input sources for the SQL Tuning Advisor? (Choose three.)
SQL Tuning AdvisorAWRADDMSQL Access Advisor - Question #387Moving Data
Examine these steps: CONNECT / AS SYSDBA CREATE DIRECTORY dumpdir AS '/u01/app/'; Directory created. GRANT READ, WRITE ON DIRECTORY dumpdir TO PUBLIC; Grant succeeded. CREATE USER...
Data Pump exportdirectory objectsuser privilegessynonyms - Question #388Managing Performance
Which two can be recommendations given by SQL Access Advisor? (Choose two.)
SQL Access Advisorindexesmaterialized viewsperformance tuning