0% found this document useful (0 votes)
24 views23 pages

FINAL 062 From370 FINAL 13112020

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views23 pages

FINAL 062 From370 FINAL 13112020

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 23

1z0-062

Number: 000-000
Passing Score: 800
Time Limit: 120 min
File Version: 1.0

By
Exam A

QUESTION 1
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=101;
1 row updated.
SAVEPOINT after_update;
Savepoint created.
DELETE FROM emp WHERE empno=101;
1 row deleted.
SAVEPOINT after_delete;
Savepoint created.
ROLLBACK TO SAVEPOINT after_update;
Rollback complete.
INSERT INTO emp VALUES ( 102, 'Emma', 12000);
ROLLBACK TO SAVEPOINT after_delete;

Which is the result and effect of this ROLLBACK?

A. The ROLLBACK backs out all DMLS before after_delete.


B. The ROLLBACK backs out all DMLS until after_delete.
C. The ROLLBACK throws an error.
D. The ROLLBACK executes successfully but does not back out any DMLS.

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;

Which statement is true?

A. The parameter is modified in memory and in the parameter file.


B. The command returns an error.
C. The parameter is modified in the parameter file only.
D. The parameter is modified in memory only.

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.

Correct Answer: ABC


Section: (none)
Explanation

Explanation/Reference:

QUESTION 7
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) 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.)

A. the private SQL area


B. the Automatic Workload Repository (AWR)
C. the Automatic Database Diagnostic Monitor (ADDM)
D. the shared SQL area
E. the SQL Access Advisor
F. the AWR Compare Periods Report

Correct Answer: BCD


Section: (none)
Explanation

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.

CREATE USER TEST IDENTIFIED BY test;


User created.

GRANT CREATE SESSION, RESOURCE, UNLIMITED TABLESPACE TO test;


Grant succeeded.

CONN test/test
Connected.

CREATE TABLE test_employees (id NUMBER(3), name VARCHAR2(20), salary NUMBER (7));
Table created.

SQL> CREATE SYNONYM emp FOR test_employees;


Synonym created.

Now examine this command:

$ expdp test/test DIRECTORY=dumpdir DUMPFILE=test_emp.dmp LOGFILE=test.log


TABLES=emp CONTENT=data_only query='EMP:"WHERE salary=12000"'

What is true about the execution of this command?

A. It throws an error as the QUERY parameter is not supported on an empty table.


B. It throws an error as the table test_employees is empty and CONTENT=data_only is specified.
C. It performs the export successfully.
D. It throws an error as Data Pump cannot find a table called TEST.EMP.

Correct Answer: D
Section: (none)
Explanation

Explanation/Reference:

QUESTION 10
Which two can be recommendations given by SQL Access Advisor? (Choose two.)

A. creation of SQL plan baselines


B. creation of SQL profiles
C. creation of materialized views
D. creation of indexes
E. rewriting of SQL statements

Correct Answer: CD
Section: (none)
Explanation

Explanation/Reference:

QUESTION 11
Examine this command:
Now examine these steps:

1. Oracle instance is started.


2. The control file is read.
3. Instance recovery is started.
4. Datafiles and redo log files are opened.
5. The spfile or pfile is read.
6. The database is available for use.
7. The database is mounted.
8. Instance recovery is completed.

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.

CREATE TABLESPACE data_olap;

Which two are true about this tablespace and its attributes? (Choose two.)

A. The datafile that is created is not auto extensible.


B. The tablespace is a dictionary managed tablespace.
C. The datafile has an Oracle generated name.
D. The tablespace is created with manual segment space management.
E. The initial datafile size is 100MB.

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.)

A. They always have a row header.


B. They are always stored in a single database block.
C. They are chained across multiple blocks only when the table has more than 255 columns.
D. They have a row header only when they are chained across multiple database blocks.
E. They can be stored in a single database block.

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.

Correct Answer: BCDE


Section: (none)
Explanation

Explanation/Reference:
Reference: https://www.oracletutorial.com/oracle-administration/oracle-shutdown/

QUESTION 15
Which two are true about the SMON background process? (Choose two.)

A. It performs instance recovery, if required, at instance startup.


B. It monitors sessions for idle time out
C. It performs process recovery for user process failures.
D. It deletes orphaned temporary segments in permanent tablespaces.
E. It monitors the status of dispatchers and server processes.

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.)

A. CREATE SESSION is only revoked from role DEV1.


B. CREATE SESSION is only revoked from user JOHN.
C. User JOHN is not permitted to connect to the database.
D. User JOHN is permitted to connect to the database.
E. CREATE SESSION is revoked from both the role DEV1 and JOHN.

Correct Answer: AD
Section: (none)
Explanation

Explanation/Reference:
QUESTION 17
Examine these commands:

Now examine these steps:

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.

Correct Answer: BCE


Section: (none)
Explanation

Explanation/Reference:

QUESTION 19
Examine these parameter settings:

You execute this:

CREATE UNDO TABLESPACE UNDOTBS2 SEGMENT SPACE MANAGEMENT AUTO;

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.

A newly created database has no RMAN backups. Examine these commands:


CONFIGURE RETENTION POLICY TO REDUNDANCY 2;

RMAN> BACKUP TABLESPACE SYSTEM;


..
backup set complete, elapsed time: 00:00:03
..
RMAN> BACKUP TABLESPACE SYSTEM , SYSAUX;
..
backup set complete, elapsed time: 00:00:04
..
RMAN> BACKUP DATABASE;
..
backup set complete, elapsed time: 00:00:07
..

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:

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. 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?

A. the external naming method


B. the easy connect method
C. the local naming method
D. the directory naming method

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:

QUESTION 24
Which three are true about the Oracle Job Scheduler and its components? (Choose three.)

A. A newly created job is disabled by default.


B. A schedule can only be used in the definition of a single job.
C. A job can run without being part of a window or schedule.
D. A program can be invoked by multiple jobs.
E. The CREATE ANY JOB privilege permits a user to create a job in any schema including SYS.
F. A job can run only when a scheduler window is open.

Correct Answer: ACD


Section: (none)
Explanation

Explanation/Reference:

QUESTION 25
SALES is a valid TNS entry referring to:

Hostname: HOST01 Port: 1521


Service_name: SALES_SRV

You issue this command:

$ tnsping SALES

Which two are true? (Choose two.)

A. It validates that there is a listener on HOST01 port 1521.


B. It validates that SALES is a valid TNSNAMES entry reachable by the configured name resolution method.
C. It validates that SALES_SRV service is active in any database instance on HOST01.
D. It validates that a SALES_SRV database on HOST01 is open.
E. It validates that SALES_SRV service is active in a specific database instance on HOST01.

Correct Answer: AB
Section: (none)
Explanation

Explanation/Reference:

QUESTION 26
Examine this parameter setting:

Now examine these statements:

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.

Correct Answer: BDF


Section: (none)
Explanation

Explanation/Reference:

QUESTION 27
Examine these parameter settings:

Now examine this statement:

ALTER TABLESPACE undotbs1 RETENTION GUARANTEE;

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.

On the SALES database there is no LEVEL 0 backup.

Examine these commands issued against the SALES database target:

RMAN> BACKUP AS BACKUPSET DATABASE;


..
backup set complete, elapsed time: 00:00:03

RMAN> BACKUP INCREMENTAL LEVEL 1 DATABASE;

What is true about the execution of these commands?

A. A Level 0 backup of the database is created instead of the Level 1.


B. A backup is created which only contains blocks that have changed since BACKUP AS BACKUPSET
command.
C. It throws an error because incremental level 1 backups require image copy backups as the Level 0
backup.
D. It throws an error because a Level 0 backup does not exist.

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:

QUESTION 30
Which three statements are true about the SQL Tuning Advisor? (Choose three.)

A. It can get input from the Automatic Workload Repository (AWR).


B. It can run while a maintenance window is open.
C. It can recommend creation of SQL plan baselines.
D. It can rebuild indexes.
E. It prevents regression of SQL statement performance.
F. It can get input from SQL Scripts in flat files.

Correct Answer: ACE


Section: (none)
Explanation

Explanation/Reference:
https://docs.oracle.com/database/121/TGSQL/tgsql_sqltune.htm#TGSQL542

ACE hoac ABC

QUESTION 31
Examine this command.
Now examine these statements:

Which three are true about the result of processing the last statement? (Choose three.)

A. The parameter is modified in memory and in the parameter file.


B. The modification persists across instance checkpoint.
C. The parameter is modified in the parameter file only.
D. The parameter is modified in memory only.
E. The modification persists across a SHUTDOWN IMMEDIATE command.
F. The modification does not persist across a SHUTDOWN TRANSACTIONAL command.

Correct Answer: BDF


Section: (none)
Explanation

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.

Which two tools for do this? (Choose two)

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?

A. A listener may sometimes be listening on behalf of only one database instance


B. The listener checks a user's authentication credentials and creates a session if the credentials are valid.
C. The listener continuously monitors a connection after the user process connects to a service
handler.
D. A connection request from a remote client is always first received by a listener listening on port 1521.
E. The listener can spawn a new server process to deal with a new connection

Correct Answer: AE
Section: (none)
Explanation
Explanation/Reference:

QUESTION 36
Examine the command:

SQL> CREATE TABLESPACE test1


DATAFILE ’/u0l/app/oracle/oradata/orcl/test0l.dbf’ SIZE 5M AUTOEXTEND ON
AUTOALLOCATE;

Which two statements are true?

A. Data file, test01.dbf, can auto extend to a maximum size of 5M.


B. Allocated and free extent sizes are always multiples of 1M.
C. Tablespace free space is tracked in the data dictionary.
D. The tablespace, test1, can have free extents of different sizes.
E. The tablespace, test1, can have allocated extents of different sizes.

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?

A. loss of all inactive online redo log group members


B. loss of data files that belong to the sysaux tablespace
C. loss of one copy of the control file
D. loss of a data file that belongs to the active undo tablespace
E. physical corruption of data

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?

A. Perform a direct upgrade by running the Database Upgrade Assistant (DBUA).


B. Perform a rolling upgrade.
C. Use the Database Creation Assistant (DBCA) toupgrade
D. Use Enterprise Manager Express.
E. Use SQL*Developer

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:

CONFIGURE RETENTION POLICY TO REDUNDANCY 2;

RMAN> BACKUP TABLESPACE SYSTEM;

backup set complete, elapsed time: 00:00:03

RMAN> BACKUP TABLESPACE SYSTEM , SYSAUX;

backup set complete, elapsed time: 00:00:04

RMAN> BACKUP DATABASE;

backup set complete, elapsed time: 00:00:07

Which two are true about the execution of the third backup command?

A. The first backup of the system tablespace is always considered obsolete.


B. The first backup of the system tablespace is considered expired by default.
C. A backup Is not performed for the sysaux or system tablespaces.
D. The first backup of the system tablespace is considered obsolete by default.
E. A backup is performed for the system tablespace.
F. The first backup of the SYSTEM tablespace is always considered expired.

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?

A. obsolete RMAN database backup sets


B. expired RMAN image copies
C. Mirrored copies of online logs
D. expired RMAN database backup sets
E. obsolete spfiles
F. flashback logs

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

You must create a table, daily orders, for a DSS application.


Data should be compressed when using direct-path insert
The table will also be used for occasional DSS queries.
Load performance is critical

Which compression option satisfies these requirements?

A. COLUMN STORE COMPRESS FOR QUERY HIGH


B. ROW STORE compress advance
C. COLUMN STORE COMPRESS FOR QUERY LOW
D. COLUMN STORE COMPRESS FOR ARCHIVE low
E. COLUMN STORE COMPRESS FOR ARCHIVE HIGH

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
QUESTION 43
Examine the details of the uncompressed, non-partltloned heap table cities.

Name Null? Type


CITYID NOT NULL NUMBER(4)
CITY_NAME VARCHAR2(50)

Examine the command:


SQL>ALTER TABLE cities SHRINK SPACE COMPACT;

What must you do before executing It?

A. Make any Invisible Indexes on the table visible.


B. Make all Indexes on the table invisible.
C. Disable any constraints on the table.
D. Make sure that row movement Is disabled
E. Make sure that row movement Is enabled.

Correct Answer: E
Section: (none)
Explanation

Explanation/Reference:

QUESTION 44
-------------
READ WRITE
ARCHIVE LOG LIST;

Database log mode No Archive Mode


Automatic archival Disabled
Archive destination USE_DB_RECOVERY_FILE_DEST

Now examine these steps


1. STARTUP NOMOUNT
2. STARTUP MOUNT
3. STARTUP FORCE
4. ALTER DATABASE ARCHIVELOG;
5. ALTER DATABASE MOUNT;
6. ALTER DATABASE OPEN RESETLOGS;
7. SHUTDOWN IMMEDIATE
8. ALTER DATABASE OPEN;
Identify the required steps in the correct order to change the database to run In archivelog mode.

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:

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy