FINAL 062 From370 FINAL 13112020
FINAL 062 From370 FINAL 13112020
Number: 000-000
Passing Score: 800
Time Limit: 120 min
File Version: 1.0
By
Exam A
QUESTION 1
Examine these statements:
DESC emp
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 2
All of your database instances use SPFILES.
You executed this command in one of them:
ALTER SYSTEM SET MEMORY_MAX_TARGET=1024M;
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/database/121/ADMIN/memory.htm#ADMIN00207
QUESTION 3
Which two utilities can NOT configure a new listener on port 1526? (Choose two.)
A. dbca
B. asmca
C. netca
D. netmgr
E. lsnrctl
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
Reference: https://community.oracle.com/thread/3781791?start=15&tstart=0
QUESTION 4
In which two situations can you use threshold server-generated alerts to help diagnose and fix problems?
(Choose two.)
A. when free space in a locally managed tablespace falls below a specified percentage
B. when the number of logons per second exceeds a specific value
C. when a database instance has been running for a period greater than a threshold value
D. when the total number of locked user account exceeds a specific value
E. when a database instance is shutdown for a period greater than a threshold value
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
References: https://docs.oracle.com/cd/B28359_01/server.111/b28310/monitoring001.htm https://
docs.oracle.com/cd/B28359_01/server.111/b28310/schema001.htm
QUESTION 5
Examine these statements:
Which two are true? (Choose two.)
A. The HR account will get locked by Oracle after ten consecutive failed login attempts.
B. User HR is permitted to create more than three concurrent sessions.
C. Password complexity checking is enforced for user HR.
D. User HR sessions will terminate after ten minutes of continuous inactivity.
E. The password complexity will not enforce on the HR account.
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 6
Which three are true about the default database buffer cache? (Choose three.)
A. Buffers containing block images may be selected for reuse based only on a Least Recently Used (LRU)
algorithm.
B. It is in the fixed area of the SGA.
C. Its buffers can contain data block images for blocks that have a corresponding image in a data file.
D. Buffers containing block images may be selected for reuse based only on a touch count algorithm.
E. It can contain block images only for database blocks whose block size is equal to the buffer size.
F. The keep and recycle cache memory is sub-allocated from memory allocated to the default buffer cache.
G. Its buffers can contain data block images for blocks that have no corresponding image in a data file.
Explanation/Reference:
QUESTION 7
One of your databases runs in ARCHIVELOG mode.
Examine this command:
1) SHUTDOWN IMMEDIATE
2) STARTUP MOUNT
3) BACKUP DATABASE;
4) BACKUP ARCHIVELOG ALL;
5) ALTER DATABASE OPEN;
6) STARTUP
Identify the minimum required steps in the correct order needed to perform a whole consistent database
backup.
A. 1, 2, 3, 5
B. 1, 6, 3, 4
C. 1, 6, 3
D. 1, 2, 3, 4, 5
E. 3, 4
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Reference: https://community.oracle.com/thread/451341
QUESTION 8
Which are three of the input sources for the SQL Tuning Advisor? (Choose three.)
Explanation/Reference:
Reference: https://docs.oracle.com/cd/B19306_01/server.102/b14211/sql_tune.htm#i34782
QUESTION 9
Examine these steps:
CONNECT / AS SYSDBA
CREATE DIRECTORY dumpdir AS '/u01/app/';
Directory created.
GRANT READ, WRITE ON DIRECTORY dumpdir TO PUBLIC;
Grant succeeded.
CONN test/test
Connected.
CREATE TABLE test_employees (id NUMBER(3), name VARCHAR2(20), salary NUMBER (7));
Table created.
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 10
Which two can be recommendations given by SQL Access Advisor? (Choose two.)
Correct Answer: CD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 11
Examine this command:
Now examine these steps:
Identify the steps that were executed in the correct order to open the database:
A. 5, 1, 3, 2, 7, 4, 6, 8
B. 5, 2, 1, 7, 4, 3, 6, 8
C. 5, 1, 2, 7, 4, 3, 8, 6
D. 5, 1, 2, 7, 4, 6
E. 5, 1, 2, 7, 4, 3, 6, 8
F. 5, 2, 1, 4, 7, 6
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 12
Examine this parameter:
Now examine this statement which executes successfully in an Oracle Database version 12c or later.
Which two are true about this tablespace and its attributes? (Choose two.)
Correct Answer: CE
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/en/database/oracle/oracle-database/18/sqlrf/CREATE-
TABLESPACE.html#GUID-51F07BF5-EFAF-4910-9040-C473B86A8BF9
QUESTION 13
Which two are true about database table rows? (Choose two.)
Correct Answer: AE
Section: (none)
Explanation
Explanation/Reference:
Reference https://blogs.sap.com/2013/02/17/oracle-unchain-database-and-sql-performance-by-design- row-
chaining/
QUESTION 14
Which four are true about the SHUTDOWN TRANSACTIONAL command and its effects in a single instance
Oracle database environment with a single active transaction? (Choose four.)
A. The Oracle server waits for all sessions to disconnect before completing the shutdown.
B. An instance shutdown will occur if the transaction issues a COMMIT.
C. Sessions are unable to begin new transactions.
D. All sessions are terminated when the transaction ends.
E. An instance shutdown will occur if the transaction issues a ROLLBACK.
F. All the active transactions are rolled back and all user sessions are terminated.
G. The next startup requires instance recovery, which occurs automatically.
Explanation/Reference:
Reference: https://www.oracletutorial.com/oracle-administration/oracle-shutdown/
QUESTION 15
Which two are true about the SMON background process? (Choose two.)
Correct Answer: AD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 16
Examine these statements:
Which two are true about the result and effects of executing these commands? (Choose two.)
Correct Answer: AD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 17
Examine these commands:
1. STARTUP NOMOUNT
2. STARTUP MOUNT
3. STARTUP FORCE
4. ALTER DATABASE ARCHIVELOG;
5. SHUTDOWN TRANSACTIONAL
6. ALTER DATABASE OPEN;
7. SHUTDOWN ABORT
8. ALTER DATABASE MOUNT
Identify the required steps in the correct order to change the database to run in ARCHIVELOG mode.
A. 5, 2, 4, 6
B. 5, 1, 4, 8, 6
C. 5, 1, 4, 6
D. 7, 1, 4, 8, 6
E. 5, 3, 4, 6
F. 5, 2, 6, 4
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 18
Which three are true about server processes for dedicated server connections? (Choose three.)
A. They can write and read consistent block images to Oracle data files.
B. They can parse and execute SQL statements.
C. They can read data blocks from data files into the default buffer cache.
D. They can generate archive log entries.
E. They can generate redo log entries.
F. They can write current block images contained in clean buffers to Oracle data files.
Explanation/Reference:
QUESTION 19
Examine these parameter settings:
Which is true?
A. It fails because there is already an active UNDO TABLESPACE for the database instance.
B. It executes successfully and space in the UNDOTBS2 tablespace will be bitmap managed.
C. It fails because Automatic Segment Space Management (ASSM) is not supported for an UNDO
TABLESPACE.
D. It fails because size and data file clause are missing.
E. It executes successfully and space in the UNDOTBS2 tablespace will be freelist managed.
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
https://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_7003.htm#i2150446
Chi co permanent tablespace moi co clause segment, undo tablespace khong co.
QUESTION 20
Your databases all run in ARCHIVELOG mode.
Which two are true about the execution of the third backup command? (Choose two.)
A. The first backup of the SYSTEM tablespace is deleted.
B. A backup is not performed for the SYSAUX tablespace.
C. The first backup of the SYSTEM tablespace becomes obsolete.
D. A backup is performed for the SYSAUX tablespace.
E. A backup is not performed for the SYSTEM tablespace.
F. The first backup of the SYSTEM tablespace becomes expired.
Correct Answer: CD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 21
Which two are true for databases running in ARCHIVELOG mode? (Choose two.)
A. Archived redo log files can only be multiplexed to a maximum of ten local destinations.
B. Inactive redo log groups must be archived before they can be reused.
C. Archived redo log files can only be backed up when backing up the database.
D. Archived redo log files get overwritten if the archived redo file destination is full.
E. Archived redo log files can be multiplexed to a maximum of thirty destinations.
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
QUESTION 22
Examine this parameter setting:
Table altered.
Which is true about effects of this command and any subsequent processing on hr.emp?
A. Its data gets loaded into the IM Column Store in row format.
B. Its data cannot be loaded into the default database buffer cache.
C. Its data gets loaded into the IM Column Store in columnar format.
D. The database instance uses the IM Column Store to process DMLs.
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 23
Which naming method enables clients to connect to a database instance without any client side configuration
in sqlnet.ora or tnsnames.ora?
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 24
Which three are true about the Oracle Job Scheduler and its components? (Choose three.)
Explanation/Reference:
QUESTION 25
SALES is a valid TNS entry referring to:
$ tnsping SALES
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
QUESTION 26
Examine this parameter setting:
Which three are true about the processing of these statements? (Choose three.)
A. LGWR will only write redo generated by the INSERT statement to the redo log during execution of the
COMMIT statement.
B. Undo generated for the transaction will be in an unexpired state immediately after the commit.
C. Only the 900 most recently generated undo statements will be in an unexpired state after the commit.
D. DBWR might write the content of the modified EMP table block image to a data file before the COMMIT is
executed.
E. Only the 900 most recently generated undo statements are guaranteed to be retained.
F. LGWR might write redo generated by the INSERT statement to the redo log before the COMMIT is
executed.
G. DBWR must write the content of the modified EMP table block image to a data file before the COMMIT
executed.
Explanation/Reference:
QUESTION 27
Examine these parameter settings:
Tablespace altered.
Which two are true about undo retention in this configuration? (Choose two.)
A. Unexpired undo is retained for at least 900 seconds before being deleted to free up space even if other
transactions fail due to lack of space in the UNDO TABLESPACE.
B. Active undo is retained for at least 900 seconds before being deleted to free up space even if other
transactions fail due to lack of space in the UNDO TABLESPACE.
C. Undo data is written to flashback logs after 900 seconds.
D. Expired undo is retained for at least 900 seconds before being deleted to free up space even if other
transactions fail due to lack of space in the UNDO TABLESPACE.
E. Undo data expires after 900 minutes.
F. Unexpired undo is retained for 900 seconds, only if free undo space is available.
Correct Answer: AC
Section: (none)
Explanation
Explanation/Reference:
AC hoac AF
QUESTION 28
Examine these statements:
Which two are true about the result and effects of executing these commands? (Choose two.)
A. User Alice is permitted to grant the CREATE USER privilege to user HR.
B. The REVOKE statement successfully revokes the system privilege from Alice.
C. User Alice is permitted to grant the CREATE USER privilege to user HR only.
D. User Alice is not permitted to revoke the CREATE USER from user John.
E. User HR is permitted to grant the CREATE USER privilege to any other user.
F. The REVOKE statement successfully revokes the system privilege from user HR.
Correct Answer: AF
Section: (none)
Explanation
Explanation/Reference:
QUESTION 29
All of your live databases run in ARCHIVELOG mode.
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 30
Which three statements are true about the SQL Tuning Advisor? (Choose three.)
Explanation/Reference:
https://docs.oracle.com/database/121/TGSQL/tgsql_sqltune.htm#TGSQL542
QUESTION 31
Examine this command.
Now examine these statements:
Which three are true about the result of processing the last statement? (Choose three.)
Explanation/Reference:
QUESTION 32
A database runs in noarchivelog mode.
Backup scheduling for this database must be automated before upgrading to a new version of the database.
A. SQL Developer
B. Database Upgrade Assistant (DBUA)
C. Database Configuration Assistant (DBCA)
D. Oracle Enterprise Manager Database Express (EM Express)
E. Oracle Enterprise Manager Cloud Control
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 33
Examine this parameter setting:
SHOW PARAMETER INMEMORY_SIZE
NAME TYPE VALUE
------ -------- ---------
inmemory_size ig integer 1G
Now examine this command:
ALTER TABLE hr.emp INMEMORY;
Table altered.
Which is true about effects of this command and any subsequent processing on hr.emp?
A. Its data gets loaded into the IM Column Store in row format.
B. The database instance uses the IM Column Store to process DMLS.
C. Its data gets loaded into the IM Column Store in columnar format.
D. Its data cannot be loaded into the default database buffer cache.
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 34
Which two can be used to create and populate a table from the contents of a textual flat file?
A. Use CREATE TABLE ... AS SELECT from an ORACLE DATAPUMP type external table.
B. Use SQL*LOADER Conventional path load.
C. Use SQL*LOADER direct path load.
D. Use DATAPUMP Import.
E. Use CREATE TABLE ... AS SELECT from an ORACLE LOADER type external table.
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 35
Which two statements are true about Oracle network connections?
Correct Answer: AE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 36
Examine the command:
Correct Answer: DE
Section: (none)
Explanation
Explanation/Reference:
DE
QUESTION 37
A database runs in archivelog mode.
Daily full database backups are taken with RMAN which is configured to perform control file autobackup.
The control file and redo log files are multi-plexed
In which two cases is media recovery required?
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 38
You must upgrade your Oracle 11g Database to Oracle 12c R2.
Which method can you use?
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 39
Your databases all run In archivelog mode.
A new database has no rman backups yet.
Examine these commands:
Which two are true about the execution of the third backup command?
Correct Answer: AE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 40
Examine these configuration details:
A Fast Recovery Area (FRA) has been specified for a database.
The database instance is in archivelog mode
The default location for archived redo log files is the FRA.
Which two types of files are removed automatically due to space pressure In the FRA?
Correct Answer: AF
Section: (none)
Explanation
Explanation/Reference:
QUESTION 41
Examine this configuration for one of your databases:
1. undo_retention parameter is 1000
2. retention is not guaranteed
3. The undo tablespace is fixed size.
Which two statements are true?
A. Inactive undo is retained for at least 1000 seconds if free undo space is available.
B. Inactive undo is retained for 1000 seconds even if transactions fail due to lack of space in the undo
tablespace.
C. Active undo is retained for only for 1000 seconds.
D. Expired undo is retained for 1000 seconds even if transactions fail due to lack of space in the undo
tablespace.
E. Active undo never becomes expired.
Correct Answer: AE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 42
Choose the best answer
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 43
Examine the details of the uncompressed, non-partltloned heap table cities.
Correct Answer: E
Section: (none)
Explanation
Explanation/Reference:
QUESTION 44
-------------
READ WRITE
ARCHIVE LOG LIST;
A. 3, 4, 8
B. 7, 1, 4, 5, 6
C. 7, 2, 4, 6
D. 7, 2, 4, 8
E. 3, 4, 6
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference: