Oracle OCP 19c 认证1Z0-083考试(第31-35题) - 全网#独家#19c OCP
Posted itsaka
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Oracle OCP 19c 认证1Z0-083考试(第31-35题) - 全网#独家#19c OCP相关的知识,希望对你有一定的参考价值。
Q31
You issued this command:
RMAN> BACKUP RECOVERY FILES;
Which two are true? (Choose two.)
- A. All Oracle recovery files not in the current FRA that have not been backed up already, are backed up.
- B. All non-Oracle files in the current FRA that have not been backed up already, are backed up.
- C. All Oracle recovery files in the current FRA that have not been backed up already, are backed up.
- D. All Oracle recovery files in the current fast recovery area (FRA) are backed up.
- E. These backups can be written to disk or SBT.
AC
Q32
Which two are true about the Oracle database methodology? (Choose two.)
- A. The Oracle Database time model should be used to find the database and instance areas most in need of tuning.
- B. Tuning activities should stop once the user is satisfied with performance.
- C. Tuning activities should stop once agreed service levels for performance have been met.
- D. The database instance memory should always be tuned before tuning any file systems.
- E. SQL statements should always be tuned before tuning any file systems.
- F. The alert log should be used to find the database and instance areas most in need of tuning.
AC
https://docs.oracle.com/en/database/oracle/oracle-database/19/tdppt/oracle-database-performance-method.html#GUID-6203E485-FA06-4EE3-9003-4449FBDE214B: "Before looking at database or operating system statistics, it is crucial to get feedback from the system users and the people in charge of the application. This feedback makes it easier to set performance goals. Improved performance can be measured in terms of business goals rather than system statistics. The Oracle performance method can be applied until performance goals are met or deemed impractical."
Q33
While backing up to the Oracle Fast Recovery Area (FRA), you determined the backup is taking too long and suspect a performance bottleneck.
Which three are true about diagnosing and tuning these problems? (Choose three.)
- A. If an RMAN BACKUP VALIDATE command takes roughly the same time as an actual backup, then both read and write I/O are likely bottlenecks.
- B. Setting DBWR_IO_SLAVES to a non zero value can improve backup performance when using synchronous I/O.
- C. If an RMAN BACKUP VALIDATE command takes noticeably less than an actual backup, then write I/O is a likely bottleneck.
- D. If an RMAN BACKUP VALIDATE command takes roughly the same time as an actual backup, then read I/O is a likely bottleneck.
- E. Data files with a high value in V$BACKUP_SYNC_IO.DISCRETE_BYTES_PER_SECOND are a potential performance bottleneck when synchronous I/O is used.
- F. Setting DBWR_IO_SLAVES to a non zero value can improve backup performance when using asynchronous I/O/
- G. Data files with a high value in V$BACKUP_ASYNC_IO.SHORT_WAITS are a potential performance bottleneck when asynchronous I/O is used.
correct answer BCD.
http://docshare04.docshare.tips/files/21043/210437276.pdf
Q34
You are managing this configuration:
1. CDB1 is a container database.
2. PDB1 and PDB2 are two pluggable databases in CDB1.
3. USER1.EMP is a table in PDB1 and USER2.DEPT is a table in PDB2.
CDB1 user SYS executes these commands after connecting successfully to PDB2:
Which two are true? (Choose two.)
- A. The inserts on USER1.EMP remain uncommitted when the session connected to PDB2.
- B. The inserts on USER1.EMP were committed when the session inserted a row into USER2.DEPT.
- C. The insert on USER2.DEPT fails because of the active transaction in the parent container.
- D. The insert on USER2.DEPT is a recursive autonomous transaction by the child session and is committed.
- E. The inserts on USER1.EMP were rolled back when the session connected to PDB2.
- F. The insert on USER2.DEPT is uncommitted.
- G. The inserts on USER1.EMP were committed when the session connected to PDB2.
correct answer is A & C
other session to check any transaction
Version 19.5.0.0.0
SQL>
SQL> alter session set container=ELC20MIG;
Session altered.
SQL> select * from user1.emp;
no rows selected
Q35
Examine this configuration:
1. CDB1 is an Oracle Database 12c Release 2 database containing pluggable databases PDB$SEED, PDB1, and PDB2.
2. PDB$SEED is open READ ONLY
3. PDB1 is open READ WRITE
4. PDB2 is MOUNTED.
5. ORACLE_HOME is /u01/app/oracle/product/18.1.0/dbhome_1.
You execute these commands before upgrading the database to the current release:
For which databases will fixup scripts be created?
- A. CDB1, PDB$SEED, PDB1, and PDB2
- B. PDB$SEED, PDB1, and PDB2 only
- C. CDB1 and PDB$SEED only
- D. CDB1, PDB1, and PDB2 only
- E. CDB1, PDB$SEED, and PDB1 only
E is correct
https://docs.oracle.com/en/database/oracle/oracle-database/18/spmsu/running-pre-upgrade-information-tool-for-non-cdb-checks.html#GUID-B04CDE73-45F1-4717-98BB-9FCC209DEC01
#Oracle 19c 1z0-083 #2021最新ocp
以上是关于Oracle OCP 19c 认证1Z0-083考试(第31-35题) - 全网#独家#19c OCP的主要内容,如果未能解决你的问题,请参考以下文章
Oracle OCP 19c 认证1Z0-083考试(92题)
Oracle OCP 19c 认证1Z0-083考试(92题)
Oracle OCP 19c 认证1Z0-083考试(第64题)
Oracle OCP 19c 认证1Z0-083考试(第45题)