본문 바로가기

DB/Oracle

[Oracle] OCP 19C 자격증 Dump 공부 1Z0-083(Part2)

- QUESTION 101
Which two are true about Oracle Flashback features? (Choose two.)
A. FLASHBACK QUERY can retrieve REDO records from ONLINE and ARCHIVE D REDO LOG files.
B. FLASHBACK VERSION QUERY can retrieve REDO records from ONLINE and ARCHIVED REDO LOG files.
C. FLASHBACK TABLE can undrop a column.
D. FLASHBACK DROP can undrop an index when undropping a table.
E. After a database is restored from flashback logs using the FLASHBACK DATABASE command, it is sometimes rolled forward using redo logs.
Correct Answer: DE

한국어 해설
Oracle Flashback 기능에 대한 두 가지 사실은 무엇입니까? (두 가지를 선택하십시오.)
A. FLASHBACK QUERY는 ONLINE 및 ARCHIVE D REDO LOG 파일에서 REDO 레코드를 검색할 수 있습니다.
B. FLASHBACK VERSION QUERY는 ONLINE 및 ARCHIVED REDO LOG 파일에서 REDO 레코드를 검색할 수 있습니다.
C. FLASHBACK TABLE은 열을 삭제할 수 있습니다.
D. FLASHBACK DROP은 테이블을 삭제할 때 인덱스를 삭제할 수 있습니다.
E. FLASHBACK DATABASE 명령을 사용하여 플래시백 로그에서 데이터베이스를 복원한 후, 때때로 redo 로그를 사용하여 롤포워드합니다.

-----------------------------------------------------------------------------------------------------------------------------------------------------------------

Q99번과 동일 문제

- QUESTION 102
Your SALES_ROOT application container has two application PDBs.
The SALES_APP application has a common table, FIN.REVENUE, in the two PDBs.
Examine this query and its output:


Which two are true? (Choose two.)
A. The CONTAINERS clause cannot be used in queries on the REVENUE table.
B. The REVENUE table must be a list-partitioned table.
C. The MAPTABLE tables defines a logical partition key on a commonly used column for the REVENUE table.
D. The MAPTABLE table is a metadata-linked table.
E. A container map exists for the REVENUE table, but is not enabled.
F. The REVENUE table partitions are not pruned across the PDBs automatically.
Correct Answer: CF

한국어 해설
SALES_ROOT 애플리케이션 컨테이너에는 두 개의 애플리케이션 PDB가 있습니다.
SALES_APP 애플리케이션에는 두 PDB에 공통 테이블인 FIN.REVENUE가 있습니다.
이 쿼리와 출력을 살펴보세요:


어느 두 가지가 사실입니까? (두 가지를 선택하십시오.)
A. CONTAINERS 절은 REVENUE 테이블의 쿼리에서 사용할 수 없습니다.
B. REVENUE 테이블은 목록 분할 테이블이어야 합니다.
C. MAPTABLE 테이블은 REVENUE 테이블의 일반적으로 사용되는 열에 논리적 분할 키를 정의합니다.
D. MAPTABLE 테이블은 메타데이터 연결 테이블입니다.
E. REVENUE 테이블에 대한 컨테이너 맵이 있지만 활성화되지 않았습니다.
F. REVENUE 테이블 분할은 PDB에서 자동으로 정리되지 않습니다.

-----------------------------------------------------------------------------------------------------------------------------------------------------------------

- QUESTION 103
Which three activities are possible for PDBs? (Choose three.)
A. converting an application seed to an application PDB
B. converting a regular PDB to an application PDB
C. converting an application PDB to an application root
D. copying an application container into another application container in the same CDB
E. copying an application container into another application container in a different CDB
F. converting an application PDB to an application seed
G. converting an application PDB to a regular PDB
Correct Answer: ABF

한국어 해설
PDB에 가능한 세 가지 활동은 무엇입니까? (세 가지를 선택하십시오.)
A. 애플리케이션 시드를 애플리케이션 PDB로 변환
B. 일반 PDB를 애플리케이션 PDB로 변환
C. 애플리케이션 PDB를 애플리케이션 루트로 변환
D. 애플리케이션 컨테이너를 동일한 CDB의 다른 애플리케이션 컨테이너로 복사
E. 애플리케이션 컨테이너를 다른 CDB의 다른 애플리케이션 컨테이너로 복사
F. 애플리케이션 PDB를 애플리케이션 시드로 변환
G. 애플리케이션 PDB를 일반 PDB로 변환

 

- QUESTION 104
You must migrate a non-CDB Oracle 11g Database to a CDB without first performing an upgrade to the non-CDB.
User-defined objects are stored in several tablespaces in the non-CDB. Which three methods can you use?
(Choose three. )
A. Data Pump full database export and import
B. cloning the non-CDB as a PDB
C. replication using GoldenGate
D. Data Pump transportable tablespaces
E. Data Pump full transportable database
F. the DBMS_PDB package
Correct Answer: ACD

한국어 해설
CDB가 아닌 Oracle 11g 데이터베이스를 CDB로 마이그레이션하려면 먼저 CDB가 아닌 데이터베이스로 업그레이드를 수행해야 합니다.
사용자 정의 객체는 CDB가 아닌 데이터베이스의 여러 테이블스페이스에 저장됩니다. 어떤 세 가지 방법을 사용할 수 있습니까?
(세 가지를 선택하세요.)
A. Data Pump 전체 데이터베이스 내보내기 및 가져오기
B. CDB가 아닌 데이터베이스를 PDB로 복제
C. GoldenGate를 사용한 복제
D. Data Pump 이동 가능 테이블스페이스
E. Data Pump 전체 이동 가능 데이터베이스
F. DBMS_PDB 패키지

 

- QUESTION 105
Choose the best answer.
Examine this output of an export from the current release of an Oracle multitenant database:

$ sqlplus system/oracle .
SQL> col name for a10
SQL> select name, open_mode from v$pdbs;
NAME OPEN_MODE 
------------------------------------------- 
PDB$SEED READ ONLY
PDB1 READ WRITE
PDB2 MOUNTED
SQL> exit



Next you execute:

$ expdp system/oracle full=y



What is the outcome?
A. It fails because Data Pump cannot be container.
B. It creates a full export of the root container and all PDBs.
C. It creates a full export of the root container and all open PDBs
D. It creates a full export of only the used while connected to the root container and PDB1.
E. It creates a full export of only the root container.
Correct Answer: A

 

한국어 해설
가장 적절한 답변을 선택하세요.
Oracle 멀티테넌트 데이터베이스의 현재 릴리스에서 내보낸 다음 출력을 살펴보세요.

$ sqlplus system/oracle .
SQL> col name for a10
SQL> select name, open_mode from v$pdbs;
NAME OPEN_MODE 
------------------------------------------- 
PDB$SEED READ ONLY
PDB1 READ WRITE
PDB2 MOUNTED
SQL> exit

다음으로 다음을 실행합니다.

$ expdp system/oracle full=y

 

결과는 무엇입니까?
A. Data Pump가 컨테이너가 될 수 없기 때문에 실패합니다.
B. 루트 컨테이너와 모든 PDB의 전체 내보내기를 만듭니다.
C. 루트 컨테이너와 모든 열려 있는 PDB의 전체 내보내기를 만듭니다.
D. 루트 컨테이너와 PDB1에 연결된 동안 사용된 전체 내보내기만 만듭니다.
E. 루트 컨테이너의 전체 내보내기만 만듭니다.

 

- QUESTION 106
Which two are true about backup encryption? (Choose two. )
A. The Transparent Data Encryption (TDE) keystore is backed up using RMAN.
B. Vendor-specific media management software can be used for making encrypted RMAN backups to media.
C. The BACKUP BACKUPSET command can encrypt and decrypt backup sets.
D. Image copies can be encrypted.
E. Keystore-based encryption is the default mode for RMAN backup encryption.
F. Backup encryption can be enabled selectively for specific tablespaces.
Correct Answer: EF

한국어 해설
백업 암호화에 대한 두 가지 사실이 무엇입니까? (두 가지를 선택하십시오.)
A. Transparent Data Encryption(TDE) 키스토어는 RMAN을 사용하여 백업됩니다.
B. 공급업체별 미디어 관리 소프트웨어를 사용하여 미디어에 암호화된 RMAN 백업을 만들 수 있습니다.
C. BACKUP BACKUPSET 명령은 백업 세트를 암호화하고 암호 해독할 수 있습니다.
D. 이미지 복사본을 암호화할 수 있습니다.
E. 키스토어 기반 암호화는 RMAN 백업 암호화의 기본 모드입니다.
F. 백업 암호화는 특정 테이블스페이스에 대해 선택적으로 활성화할 수 있습니다.

 

- QUESTION 107
Which three statements are true about Flashback Data Archive?
A. To use Flashback Data Archive, users must have unlimited quota on the Flashback Data Archive tablespace.
B. To enable Flashback Data Archive for a table, it is mandatory to have a default Flashback Data Archive for a database
C. While enabling Flashback Data Archive for a table, if no name is provided for Flashback Data Archive, it is enabled using the default Flashback Data Archive.
D. A table enabled for Flashback Data Archive cannot be dropped unless Flashback Data Archive is disabled or disassociated first.
E. Flashback Data Archive prevents flashback queries from getting a snapshot-too-old error.
Correct Answer: CDE

한국어 해설
Flashback Data Archive에 대한 세 가지 진술 중 옳은 것은 무엇입니까?
A. Flashback Data Archive를 사용하려면 사용자는 Flashback Data Archive 테이블스페이스에 무제한 할당량이 있어야 합니다.
B. 테이블에 대해 Flashback Data Archive를 활성화하려면 데이터베이스에 대해 기본 Flashback Data Archive가 있어야 합니다.
C. 테이블에 대해 Flashback Data Archive를 활성화하는 동안 Flashback Data Archive에 대한 이름을 제공하지 않으면 기본 Flashback Data Archive를 사용하여 활성화됩니다.
D. Flashback Data Archive에 대해 활성화된 테이블은 Flashback Data Archive를 먼저 비활성화하거나 연결을 해제하지 않는 한 삭제할 수 없습니다.
E. Flashback Data Archive는 Flashback 쿼리에서 스냅샷이 너무 오래됨 오류가 발생하는 것을 방지합니다.

 

- QUESTION 108
Which three are performed by Oracle Automatic Storage Management (ASM) instances? (Choose three.)
A. mounting disk groups
B. acting as an I/O server to read data file blocks from ASM disks on behalf of database server processes
C. managing extent allocation for Oracle database segments
D. managing Allocation Units (AUs) for disk group content
E. managing space allocation for Oracle ASM files
F. acting as an I/O server to write data file blocks to ASM disks on behalf of Database Writer processes (DBWn)
Correct Answer: ADE

한국어 해설
Oracle Automatic Storage Management(ASM) 인스턴스에서 수행하는 세 가지는 무엇입니까? (세 가지를 선택하십시오.)
A. 디스크 그룹 마운팅
B. 데이터베이스 서버 프로세스를 대신하여 ASM 디스크에서 데이터 파일 블록을 읽는 I/O 서버 역할
C. Oracle 데이터베이스 세그먼트에 대한 익스텐트 할당 관리
D. 디스크 그룹 콘텐츠에 대한 할당 단위(AU) 관리
E. Oracle ASM 파일에 대한 공간 할당 관리
F. Database Writer 프로세스(DBWn)를 대신하여 ASM 디스크에 데이터 파일 블록을 쓰는 I/O 서버 역할

 

- QUESTION 109
Which two are true about a Recovery Manager (RMAN) duplication without a TARGET connection?
A. The UNDO TABLESPACE clause is always required when no connection exists to the recovery catalog and the TARGET database is closed.
B. RMAN disk-based backups of the database to be duplicated can be used by the auxiliary instance.
C. The UNDO TABLESPACE clause is always required when no connection exists to the TARGET instance.
D. The UNDO TABLESPACE clause is never required.
E. RMAN "pushes" the backups of the database to be duplicated over the network to the auxiliary instance.
Correct Answer: AB

한국어 해설
TARGET 연결 없이 Recovery Manager(RMAN) 복제에 대해 사실인 두 가지는 무엇입니까?
A. UNDO TABLESPACE 절은 복구 카탈로그에 대한 연결이 없고 TARGET 데이터베이스가 닫혀 있는 경우 항상 필요합니다.
B. 복제할 데이터베이스의 RMAN 디스크 기반 백업은 보조 인스턴스에서 사용할 수 있습니다.
C. UNDO TABLESPACE 절은 TARGET 인스턴스에 대한 연결이 없는 경우 항상 필요합니다.
D. UNDO TABLESPACE 절은 절대 필요하지 않습니다.
E. RMAN은 복제할 데이터베이스의 백업을 네트워크를 통해 보조 인스턴스로 "푸시"합니다.

 

- QUESTION 110
Which three are true about Recovery Manager (RMAN) active database duplication? (Choose three. )
A. Pre-existing backups of the database to be duplicated are required for the "push" method of duplication.
B. Pre-existing backups of the database to be duplicated are required for the "pull" method of duplication.
C. Pre-existing backups of the database to be duplicated are always used if they exist.
D. Image copies can be used to duplicate the active database.
E. The active database must be duplicated while in OPEN state.
F. No connection to the recovery catalog is required for active database duplication.
G. Backup sets can be used to duplicate the active database.
Correct Answer: DFG

한국어 해설
Recovery Manager(RMAN) 활성 데이터베이스 복제에 대한 세 가지 사실은 무엇입니까? (세 가지를 선택하십시오.)
A. 복제할 데이터베이스의 기존 백업은 복제의 "푸시" 방법에 필요합니다.
B. 복제할 데이터베이스의 기존 백업은 복제의 "풀" 방법에 필요합니다.
C. 복제할 데이터베이스의 기존 백업은 존재하는 경우 항상 사용됩니다.
D. 이미지 복사본을 사용하여 활성 데이터베이스를 복제할 수 있습니다.
E. 활성 데이터베이스는 OPEN 상태일 때 복제해야 합니다.
F. 활성 데이터베이스 복제에는 복구 카탈로그에 연결할 필요가 없습니다.
G. 백업 세트를 사용하여 활성 데이터베이스를 복제할 수 있습니다.

 

- QUESTION 111
Choose the best answer.
You want to transport the UNIVERSITY tablespace from one database to another.
The UNIVERSITY tablespace is currently open read/write.
The source and destination platforms have the same endian.

Examine this list of steps:
1. Make the UNIVERSITY tablespace read-only on the source
2. Export the UNIVERSITY tablespace metadata using EXPDP.
3. Create a cross-platform backup set from the UNIVERSITY source system, using an RMAN command that includes the DATAPUMP clause.
4. Copy the cross-platform backup sets to the destination system.
5. Copy the Data Pump dump set from the source to the destination system.
6. Restore the cross-platform backup set on the destination system using an RMAN command that includes the DATAPUMP clause.
7. Import the UNIVERSITY tablespace metadata using IMPDP.
8. Make the UNIVERSITY tablespace read/write on the destination system.

Which are the minimum number of steps required, in the correct order, to transport the UNIVERSITY tablespace?
A. 3,4,6
B. 2,3,4,5,6,7
C. 1,3,4,6,8
D. 1,2,3,4,5,6,7,8
Correct Answer: C

한국어 해설
가장 적절한 답변을 선택하세요.
한 데이터베이스에서 다른 데이터베이스로 UNIVERSITY 테이블스페이스를 전송하려고 합니다.
UNIVERSITY 테이블스페이스는 현재 읽기/쓰기가 가능합니다.
소스 및 대상 플랫폼의 엔디안이 동일합니다.

다음 단계 목록을 살펴보세요.
1. 소스에서 UNIVERSITY 테이블스페이스를 읽기 전용으로 설정합니다.
2. EXPDP를 사용하여 UNIVERSITY 테이블스페이스 메타데이터를 내보냅니다.
3. DATAPUMP 절이 포함된 RMAN 명령을 사용하여 UNIVERSITY 소스 시스템에서 크로스 플랫폼 백업 세트를 만듭니다.
4. 크로스 플랫폼 백업 세트를 대상 시스템에 복사합니다.
5. 소스에서 대상 시스템으로 Data Pump 덤프 세트를 복사합니다.
6. DATAPUMP 절이 포함된 RMAN 명령을 사용하여 대상 시스템에서 크로스 플랫폼 백업 세트를 복원합니다.
7. IMPDP를 사용하여 UNIVERSITY 테이블스페이스 메타데이터를 가져옵니다.
8. 대상 시스템에서 UNIVERSITY 테이블스페이스를 읽기/쓰기로 설정합니다.

UNIVERSITY 테이블스페이스를 올바른 순서로 전송하는 데 필요한 최소 단계 수는 무엇입니까?
A. 3,4,6
B. 2,3,4,5,6,7
C. 1,3,4,6,8
D. 1,2,3,4,5,6,7,8

 

- QUESTION 112
Which three are true about a container database (CDB)? (Choose three.)
A. It can be created from a non-CDB.
B. It can contain only one PDB$SEED, which is created when the CDB is created.
C. It can have local users with the same name in different PDBs.
D. It can contain only one Application Container seed, which is created when the Application Container is created.
E. It can be created by cloning an existing CDB.
F. It can have any number of pluggable databases (PDBs) limited only by space availability.
G. It contains predefined common roles in both the root and the seed.
Correct Answer: BEG

한국어 해설
컨테이너 데이터베이스(CDB)에 대한 세 가지 사실인 것은 무엇입니까? (세 가지를 선택하십시오.)
A. 비CDB에서 만들 수 있습니다.
B. CDB가 생성될 때 생성되는 PDB$SEED를 하나만 포함할 수 있습니다.
C. 다른 PDB에 같은 이름의 로컬 사용자를 가질 수 있습니다.
D. 애플리케이션 컨테이너가 생성될 때 생성되는 애플리케이션 컨테이너 시드를 하나만 포함할 수 있습니다.
E. 기존 CDB를 복제하여 만들 수 있습니다.
F. 공간 가용성에 의해서만 제한되는 플러그형 데이터베이스(PDB)를 아무리 많이 가질 수 있습니다.
G. 루트와 시드 모두에 미리 정의된 공통 역할이 포함되어 있습니다.

 

- QUESTION 113
Which three are true about thresholds, metrics, and server-generated alerts? (Choose three.)
A. All metrics are instance related.
B. Cleared stateful alerts are displayed by querying DBA_ALERT_HISTORY.
C. A space usage management alert is automatically cleared after the underlying problem is resolved
D. They are generated by SMON when a tablespace is 97% full.
E. Metrics are statistical counts for a specific unit.
F. STATISTICS_LEVEL must be set to ALL to generate alerts.
Correct Answer: BCE

한국어 해설
임계값, 메트릭 및 서버 생성 경고에 대한 세 가지 사실은 무엇입니까? (세 가지를 선택하십시오.)
A. 모든 메트릭은 인스턴스와 관련이 있습니다.
B. 지워진 상태 경고는 DBA_ALERT_HISTORY를 쿼리하여 표시됩니다.
C. 공간 사용 관리 경고는 기본 문제가 해결된 후 자동으로 지워집니다.
D. 테이블스페이스가 97% 채워지면 SMON에서 생성됩니다.
E. 메트릭은 특정 단위에 대한 통계적 카운트입니다.
F. 경고를 생성하려면 STATISTICS_LEVEL을 ALL로 설정해야 합니다.

 

-----------------------------------------------------------------------------------------------------------------------------------------------------------------

3번문제와 보기순서만 다르고 같은 문제이다.

- QUESTION 114
Which two are true about Recovery Manager (RMAN) diagnostic message output? (choose two.)
A. The RMAN LOG command line clause causes output issued during RMAN command compilation to be written to a log file only.
B. The RMAN LOG command line clause causes output issued during RMAN command compilation to be written to a log file and to standard output.
C. RMAN error stacks should be read from the bottom up as that is the order in which errors are generated.
D. Media Management messages for SBT devices are written to an Oracle trace file.
E. RMAN error stacks should be read from the top down as that is the order in which errors are generated.
Correct Answer: AC

한국어 해설
Recovery Manager(RMAN) 진단 메시지 출력에 대한 두 가지 사실이 무엇입니까? (두 가지를 선택하십시오.)
A. RMAN LOG 명령줄 절은 RMAN 명령 컴파일 중에 발행된 출력을 로그 파일에만 기록합니다.
B. RMAN LOG 명령줄 절은 RMAN 명령 컴파일 중에 발행된 출력을 로그 파일과 표준 출력에 기록합니다.
C. RMAN 오류 스택은 오류가 생성되는 순서이므로 아래에서 위로 읽어야 합니다.
D. SBT 장치의 미디어 관리 메시지는 Oracle 추적 파일에 기록됩니다.
E. RMAN 오류 스택은 오류가 생성되는 순서이므로 위에서 아래로 읽어야 합니다.

-----------------------------------------------------------------------------------------------------------------------------------------------------------------

 

- QUESTION 115
Which two are true about OS groups and users for Oracle Grid Infrastructure and the Oracle Relational Database Management System (RDBMS)? (Choose two.)
A. By default, members of the OSASM group can access Automatic Storage Management and RDBMS instances.
B. The primary group for the Oracle Grid Infrastructure and Oracle Database owners must be the Oracle Inventory group.
C. The Oracle Grid Infrastructure installation must be owned by the grid user.
D. The Oracle Grid Infrastructure owner owns Oracle Restart and Oracle Automatic Storage Management binaries.
E. The Oracle Grid Infrastructure owner must have OSOPER, OSBACKUPDBA, and OSKMDBA as secondary groups.
F. The same OSDBA group must be used for Automatic Storage Management and the Oracle Database.
Correct Answer: BD

한국어 해설
Oracle Grid Infrastructure 및 Oracle Relational Database Management System(RDBMS)의 OS 그룹 및 사용자에 대한 두 가지 사실은 무엇입니까? (두 가지를 선택하십시오.)
A. 기본적으로 OSASM 그룹의 구성원은 Automatic Storage Management 및 RDBMS 인스턴스에 액세스할 수 있습니다.
B. Oracle Grid Infrastructure 및 Oracle Database 소유자의 기본 그룹은 Oracle Inventory 그룹이어야 합니다.
C. Oracle Grid Infrastructure 설치는 grid 사용자가 소유해야 합니다.
D. Oracle Grid Infrastructure 소유자는 Oracle Restart 및 Oracle Automatic Storage Management 바이너리를 소유합니다.
E. Oracle Grid Infrastructure 소유자는 보조 그룹으로 OSOPER, OSBACKUPDBA 및 OSKMDBA를 가져야 합니다.
F. Automatic Storage Management 및 Oracle Database에 동일한 OSDBA 그룹을 사용해야 합니다.

 

- QUESTION 116
A container database (CDB) contains two pluggable databases PDB1 and PDB2.
The LOCAL_UNDO_ENABLED database property is set to FALSE in the CDB.
Data file 24 of PDB2 was deleted and you need to restore and recover it.
The only RMAN backup that exists was created with the BACKUP DATABASE command while connected to CDB$ROOT.
Which three are true? (Choose three.)
A. Data file 24 can be recovered only while connected to PDB2.
B. Data file 24 can be restored and recovered while connected to CDB$ROOT.
C. Data file 24 can be restored only while connected to CDB$ROOT.
D. Data file 24 can be restored only while connected to PDB2.
E. Data file 24 can be recovered while connected to PDB2.
F. Data file 24 can be recovered while connected to CDB$ROOT.
Correct Answer: BEF

한국어 해설
컨테이너 데이터베이스(CDB)에는 두 개의 플러그형 데이터베이스 PDB1과 PDB2가 포함되어 있습니다.
LOCAL_UNDO_ENABLED 데이터베이스 속성은 CDB에서 FALSE로 설정되었습니다.
PDB2의 데이터 파일 24가 삭제되었고 이를 복원하고 복구해야 합니다.
존재하는 유일한 RMAN 백업은 CDB$ROOT에 연결된 상태에서 BACKUP DATABASE 명령으로 생성되었습니다.
다음 중 참인 세 가지는 무엇입니까?(세 가지를 선택하십시오.)
A. 데이터 파일 24는 PDB2에 연결된 상태에서만 복구할 수 있습니다.
B. 데이터 파일 24는 CDB$ROOT에 연결된 상태에서만 복원하고 복구할 수 있습니다.
C. 데이터 파일 24는 CDB$ROOT에 연결된 상태에서만 복원할 수 있습니다.
D. 데이터 파일 24는 PDB2에 연결된 상태에서만 복원할 수 있습니다.
E. 데이터 파일 24는 PDB2에 연결된 상태에서 복구할 수 있습니다.
F. 데이터 파일 24는 CDB$ROOT에 연결된 상태에서 복구할 수 있습니다.

 

- QUESTION 117
Which four are true about performing Tablespace Point-In-Time Recovery (TSPITR) using Recovery Manager (RMAN)? (Choose four.)
A. It can be performed using an auxiliary instance managed by RMAN.
B. It can be performed using an auxiliary instance managed by a DBA.
C. It can be used to recover a truncated table.
D. It can be performed repeatedly until the correct time is found without using an RMAN catalog.
E. RMAN always includes tablespaces containing UNDO segments in the recovery set.
F. RMAN automatically adds any required tablespaces to the recovery set to make it selfcontained.
G. FLASHBACK DATABASE must be enabled for it to work.
H. It can be used to recover a dropped tablespace.
Correct Answer: ABDG

한국어 해설
Recovery Manager(RMAN)를 사용하여 Tablespace Point-In-Time Recovery(TSPITR)를 수행하는 것에 대한 네 가지 사실은 무엇입니까? (4가지를 선택하십시오.)
A. RMAN에서 관리하는 보조 인스턴스를 사용하여 수행할 수 있습니다.
B. DBA에서 관리하는 보조 인스턴스를 사용하여 수행할 수 있습니다.
C. 잘린 테이블을 복구하는 데 사용할 수 있습니다.
D. RMAN 카탈로그를 사용하지 않고도 올바른 시간을 찾을 때까지 반복적으로 수행할 수 있습니다.
E. RMAN은 항상 복구 세트에 UNDO 세그먼트가 포함된 테이블스페이스를 포함합니다.
F. RMAN은 필요한 테이블스페이스를 복구 세트에 자동으로 추가하여 자체 포함되도록 합니다.
G. 작동하려면 FLASHBACK DATABASE를 활성화해야 합니다.
H. 삭제된 테이블스페이스를 복구하는 데 사용할 수 있습니다.

 

- QUESTION 118
Identify three benefits of Unified Auditing.
A. Decreased use ofstorage to store audit trail rowsin the database.
B. It improves overall auditing performance.
C. It guarantees zero-loss auditing.
D. The audit trail cannot be easily modified because it is read-only.
E. It automatically audits Recovery Manager (RMAN) events.
Correct Answer: BDE

한국어 해설
통합 감사의 세 가지 이점을 식별합니다.
A. 데이터베이스에 감사 추적 행을 저장하는 데 사용되는 스토리지 사용량 감소.
B. 전반적인 감사 성능 개선.
C. 무손실 감사 보장.
D. 감사 추적은 읽기 전용이므로 쉽게 수정할 수 없음.
E. Recovery Manager(RMAN) 이벤트를 자동으로 감사합니다.

 

- QUESTION 119
You take regular backups of one of your production databases by using RMAN with a recovery catalog.
You have added two new tablespaces to this database which must be included in future backups.
Which process occurs which allows the new backups to contain the new datafiles? (choose one)
A. The target database control file is synchronized from the recovery catalog with a partial resync at the next backup.
B. The recovery catalog is synchronized from the target database control file with a full resync at the next backup.
C. The target database control file is synchronized from the recovery catalog with a full resync at the next backup.
D. The recovery catalog is synchronized from the target database control file with a partial resync at the next backup.
Correct Answer: B

한국어 해설
복구 카탈로그와 함께 RMAN을 사용하여 프로덕션 데이터베이스 중 하나를 정기적으로 백업합니다.
이 데이터베이스에 두 개의 새 테이블스페이스를 추가했으며, 이는 향후 백업에 포함되어야 합니다.
새 백업에 새 데이터 파일을 포함할 수 있도록 하는 프로세스는 무엇입니까? (하나를 선택하세요)
A. 대상 데이터베이스 제어 파일은 복구 카탈로그에서 동기화되고 다음 백업에서 부분적으로 재동기화됩니다.
B. 복구 카탈로그는 대상 데이터베이스 제어 파일에서 동기화되고 다음 백업에서 전체적으로 재동기화됩니다.
C. 대상 데이터베이스 제어 파일은 복구 카탈로그에서 동기화되고 다음 백업에서 전체적으로 재동기화됩니다.
D. 복구 카탈로그는 대상 데이터베이스 제어 파일에서 동기화되고 다음 백업에서 부분적으로 재동기화됩니다.

 

- QUESTION 120
Choose the best answer.
Examine this configuration:
1. CDB1 is a container database.
2. COMMON_USER_PREFIX is set to an empty string.
3. PDB1 is a pluggable database in CDB1.
4. APP1_ROOT is an application container in CDB1.
5. APP1_PDB1 is an application PDB in APP1_ROOT.
You execute these commands:

$ sqlplus sys/oracle@localhost:1521/cdb1 as sysdba
SQL> CREATE ROLE role1 CONTAINER=CURRENT;


Which is true?
A. It will return an error because creation of a local role is not allowed in CDB$ROOT.
B. ROLE1 will be created only in CDB$ROOT.
C. It will return an error because common roles must start with C##.
D. ROLE1 will be created only in CDB$ROOT and APP1_ROOT
E. ROLE1 will be created in CDB$ROOT, PDB1, APP1_ROOT, and APP1_PDB1.
Correct Answer: A

한국어 해설
가장 적절한 답을 선택하세요.
이 구성을 살펴보세요.
1. CDB1은 컨테이너 데이터베이스입니다.
2. COMMON_USER_PREFIX는 빈 문자열로 설정되었습니다.
3. PDB1은 CDB1의 플러그형 데이터베이스입니다.
4. APP1_ROOT는 CDB1의 애플리케이션 컨테이너입니다.
5. APP1_PDB1은 APP1_ROOT의 애플리케이션 PDB입니다.
다음 명령을 실행합니다.

$ sqlplus sys/oracle@localhost:1521/cdb1 as sysdba
SQL> CREATE ROLE role1 CONTAINER=CURRENT;


A. CDB$ROOT에서 로컬 역할 생성이 허용되지 않기 때문에 오류가 반환됩니다.
B. ROLE1은 CDB$ROOT에서만 생성됩니다.
C. 일반 역할은 C##로 시작해야 하기 때문에 오류가 반환됩니다.
D. ROLE1은 CDB$ROOT와 APP1_ROOT에서만 생성됩니다.
E. ROLE1은 CDB$ROOT, PDB1, APP1_ROOT, APP1_PDB1에서 생성됩니다.

 

- QUESTION 121
Which three are true about using an RMAN Recovery Catalog with a pluggable database (PDB) target connection in Oracle Database 19c and later releases? (Choose three.)
A. The base catalog owner must give the Virtual Private Catalog access to metadata for one or more PDBs.
B. The target PDB must be registered in both the base catalog and the Virtual Private Catalog.
C. The base catalog must be used by RMAN when performing point-in-time recovery for the PDB registered in the Virtual Private Catalog.
D. The base catalog must be enabled for Virtual Private Catalog use.
E. The target PDB must be registered in a Virtual Private Catalog.
F. The target PDB must be registered in a base catalog.
Correct Answer: ACD

한국어 해설
Oracle Grid Infrastructure 및 Oracle Relational Database Management System(RDBMS)의 OS 그룹 및 사용자에 대한 두 가지 사실은 무엇입니까? (세 가지를 선택하십시오.)
A. 기본적으로 OSASM 그룹의 구성원은 Automatic Storage Management 및 RDBMS 인스턴스에 액세스할 수 있습니다.
B. Oracle Grid Infrastructure 및 Oracle Database 소유자의 기본 그룹은 Oracle Inventory 그룹이어야 합니다.
C. Oracle Grid Infrastructure 설치는 grid 사용자가 소유해야 합니다.
D. Oracle Grid Infrastructure 소유자는 Oracle Restart 및 Oracle Automatic Storage Management 바이너리를 소유합니다.
E. Oracle Grid Infrastructure 소유자는 보조 그룹으로 OSOPER, OSBACKUPDBA 및 OSKMDBA를 가져야 합니다.
F. Automatic Storage Management 및 Oracle Database에 동일한 OSDBA 그룹을 사용해야 합니다.

 

- QUESTION 122
Which three RMAN persistent settings can be set for a database?
A. backup retention policy
B. default backup device type
C. default section size for backups
D. default destinations for backups
E. multiple backup device types for a single backup
Correct Answer: ABD

한국어 해설
데이터베이스에 설정할 수 있는 세 가지 RMAN 영구 설정은 무엇입니까?
A. 백업 보존 정책
B. 기본 백업 장치 유형
C. 백업에 대한 기본 섹션 크기
D. 백업에 대한 기본 대상
E. 단일 백업에 대한 여러 백업 장치 유형

 

- QUESTION 123
Unified auditing is enabled in your database.
The HR_ADMIN and OE_ADMIN roles exist and are granted system privileges.
You execute the command:

SQL>CREATE AUDIT POLICY table_aud PRIVILEGES CREATE ANY TABLE, DROP ANY TABLE ROLES hr_admin,oe_admin;


Which statement is true?
A. It succeeds and needs to be enabled to capture all SQL statements that require either the specified privileges or any privilege granted to the HR_ADMIN or OE_ADMIN role.
B. It fails because the command does notspecify when the unified audit policy should be enforced.
C. It succeeds and starts capturing only successful SQL statements for all users who have either the specified privileges or roles granted to them.
D. It fails because system privileges cannot be granted with roles in the same audit policy.
Correct Answer: A

한국어 해설
통합 감사가 데이터베이스에서 활성화되었습니다.
HR_ADMIN 및 OE_ADMIN 역할이 존재하며 시스템 권한이 부여됩니다.
다음 명령을 실행합니다.

SQL>CREATE AUDIT POLICY table_aud PRIVILEGES CREATE ANY TABLE, DROP ANY TABLE ROLES hr_admin,oe_admin;


어느 문장이 사실입니까?
A. 성공하고 지정된 권한이나 HR_ADMIN 또는 OE_ADMIN 역할에 부여된 권한이 필요한 모든 SQL 문을 캡처하도록 활성화해야 합니다.
B. 명령이 통합 감사 정책을 적용해야 하는 시기를 지정하지 않기 때문에 실패합니다.
C. 성공하고 지정된 권한이나 부여된 역할이 있는 모든 사용자에 대해 성공적인 SQL 문만 캡처하기 시작합니다.
D. 시스템 권한은 동일한 감사 정책의 역할로 부여될 수 없기 때문에 실패합니다.

 

- QUESTION 124
Which two are true about automatic block repair? (Choose two.)
A. Automatic block repair can repair blocks with no standby database if DB_BLOCK_CHECKING = TRUE.
B. Real-Time Query must be enabled on a physical standby database for automatic block repair to be done on that physical standby database.
C. Real-Time Query must be enabled on a primary database for automatic block repair to be done on any of its physical standby databases.
D. It is not possible for media corrupt blocks.
E. Real-Time Query must be enabled on a physical standby database for automatic block repair to be done on its primary database.
Correct Answer: BE

한국어 해설
자동 블록 복구에 대한 두 가지 사실이 무엇입니까? (두 가지를 선택하십시오.)
A. DB_BLOCK_CHECKING = TRUE인 경우 자동 블록 복구는 스탠바이 데이터베이스가 없는 블록을 복구할 수 있습니다.
B. 물리적 스탠바이 데이터베이스에서 자동 블록 복구를 수행하려면 해당 물리적 ​​스탠바이 데이터베이스에서 실시간 쿼리를 활성화해야 합니다.
C. 물리적 스탠바이 데이터베이스에서 자동 블록 복구를 수행하려면 기본 데이터베이스에서 실시간 쿼리를 활성화해야 합니다.
D. 미디어가 블록을 손상시킬 수 없습니다.
E. 물리적 스탠바이 데이터베이스에서 자동 블록 복구를 수행하려면 기본 데이터베이스에서 실시간 쿼리를 활성화해야 합니다.

-----------------------------------------------------------------------------------------------------------------------------------------------------------------

명령어가 안보임... 문제가 이상한듯 ㅠ

- QUESTION 125
Examine this configuration:
1. CDB1 is a container database.
2. PDB1 and PDB2 are pluggable databases in CDB1.
You execute these commands successfully:
Which two are true? (Choose two.)
A. PDB1 and PDB2 are in MOUNT state.
B. Redo logs are opened.
C. PDB1 and PDB2 are in READ ONLY state.
D. CDB$ROOT is in MOUNT state.
E. PDB$SEED is in READ ONLY state.
Correct Answer: AD

한국어 해설
다음 구성을 살펴보세요.
1. CDB1은 컨테이너 데이터베이스입니다.
2. PDB1과 PDB2는 CDB1의 플러그형 데이터베이스입니다.
다음 명령을 성공적으로 실행합니다.
두 가지가 참입니까?(두 가지를 선택하세요.)
A. PDB1과 PDB2는 MOUNT 상태입니다.
B. Redo 로그가 열려 있습니다.
C. PDB1과 PDB2는 READ ONLY 상태입니다.
D. CDB$ROOT는 MOUNT 상태입니다.
E. PDB$SEED는 READ ONLY 상태입니다.

----------------------------------------------------------------------------------------------------------------------------------------------------------------

- QUESTION 126
Which two are true about various Oracle security and auditing capabilities? (Choose two.)
A. Application-common Transparent Security Data Protection (TSDP) policies can be created only if all the PDBs in the application container are closed.
B. Application-common TSDP policies are always container specific.
C. Application-common OLS policies can be created only if all the PDBs in the application container are closed.
D. Unified auditing can be automatically synchronized to all application PDBs in an application container.
E. Fine-grained auditing (FGA) policies in an application root are automatically synchronized to all application PDBs contained in the application container when they are updated.
Correct Answer: BD

한국어 해설
다양한 Oracle 보안 및 감사 기능에 대해 사실인 두 가지는 무엇입니까? (두 가지를 선택하십시오.)
A. 애플리케이션 공통 TSDP(Transparent Security Data Protection) 정책은 애플리케이션 컨테이너의 모든 PDB가 닫힌 경우에만 만들 수 있습니다.
B. 애플리케이션 공통 TSDP 정책은 항상 컨테이너에 따라 다릅니다.
C. 애플리케이션 공통 OLS 정책은 애플리케이션 컨테이너의 모든 PDB가 닫힌 경우에만 만들 수 있습니다.
D. 통합 감사는 애플리케이션 컨테이너의 모든 애플리케이션 PDB에 자동으로 동기화될 수 있습니다.
E. 애플리케이션 루트의 FGA(Fine-grained auditing) 정책은 업데이트될 때 애플리케이션 컨테이너에 포함된 모든 애플리케이션 PDB에 자동으로 동기화됩니다.

 

- QUESTION 127
Which two are true about RMAN backups when using a media manager? (Choose two.)
A. A media manager always writes RMAN requested backups to tape.
B. A media manager is required to create RMAN image copies.
C. A media manager is required to create RMAN proxy copies.
D. The media manager layer (MML) routines provided by Oracle support any vendors' media management products.
E. By default, a request for a proxy copy may result in a backup set being created.
Correct Answer: CE

한국어 해설
미디어 관리자를 사용할 때 RMAN 백업에 대한 두 가지 사실이 무엇입니까? (두 가지를 선택하십시오.)
A. 미디어 관리자는 항상 RMAN에서 요청한 백업을 테이프에 씁니다.
B. 미디어 관리자는 RMAN 이미지 복사본을 만들어야 합니다.
C. 미디어 관리자는 RMAN 프록시 복사본을 만들어야 합니다.
D. Oracle에서 제공하는 미디어 관리자 계층(MML) 루틴은 모든 공급업체의 미디어 관리 제품을 지원합니다.
E. 기본적으로 프록시 복사본에 대한 요청은 백업 세트가 생성되는 결과를 초래할 수 있습니다.

-----------------------------------------------------------------------------------------------------------------------------------------------------------------

문제가 이상한듯? 쿼리가 필요해보임

- QUESTION 128
You upgraded your database from pre-12c to a multitenant container database (CDB) containing pluggable databases (PDBs).
Examine the query and its output:
Which two tasks must you perform to add users with SYSBACKUP, SYSDG, and SYSKM privilege to the password file?
A. Assign the appropriate operating system groups to SYSBACKUP, SYSDG, SYSKM.
B. Grant SYSBACKUP, SYSDG, and SYSKM privileges to the intended users.
C. Re-create the password file with SYSBACKUP, SYSDG, and SYSKM privilege and the FORCE argument set to No.
D. Re-create the password file with SYSBACKUP, SYSDG, and SYSKM privilege, and FORCE argumentsset to Yes.
E. Re-create the password file in the Oracle Database 12c format.
Correct Answer: BD

한국어 해설
12c 이전 데이터베이스를 플러그형 데이터베이스(PDB)가 포함된 다중 테넌트 컨테이너 데이터베이스(CDB)로 업그레이드했습니다.
쿼리와 해당 출력을 살펴보세요.
SYSBACKUP, SYSDG, SYSKM 권한이 있는 사용자를 암호 파일에 추가하려면 어떤 두 가지 작업을 수행해야 합니까?
A. SYSBACKUP, SYSDG, SYSKM에 적절한 운영 체제 그룹을 할당합니다.
B. 의도한 사용자에게 SYSBACKUP, SYSDG, SYSKM 권한을 부여합니다.
C. SYSBACKUP, SYSDG, SYSKM 권한과 FORCE 인수를 아니요로 설정하여 암호 파일을 다시 만듭니다.
D. SYSBACKUP, SYSDG, SYSKM 권한과 FORCE 인수를 예로 설정하여 암호 파일을 다시 만듭니다.
E. Oracle Database 12c 형식으로 암호 파일을 다시 만듭니다.

-----------------------------------------------------------------------------------------------------------------------------------------------------------------

- QUESTION 129
Which are the three steps in the SQL tuning process for Oracle Database environments? (Choose three.)
A. Tune individual SQL statements using the SQL Tuning Advisor.
B. Identify poorly tuned SQL statements using Automatic Database Diagnostic Monitor.
C. Test the application as a whole using tuned SQL statements.
D. Test tuned SQL statements one at a time for all statements in the application.
E. Identify poorly tuned SQL statements using the SQL Tuning Advisor.
F. Tune SQL statements as a group using the SQL Tuning and SQL Access Advisors.
Correct Answer: ABC


한국어 해설
Oracle Database 환경의 SQL 튜닝 프로세스에서 세 단계는 무엇입니까? (세 가지를 선택하십시오.)
A. SQL Tuning Advisor를 사용하여 개별 SQL 문을 튜닝합니다.
B. Automatic Database Diagnostic Monitor를 사용하여 튜닝이 잘 안 된 SQL 문을 식별합니다.
C. 튜닝된 SQL 문을 사용하여 애플리케이션 전체를 테스트합니다.
D. 애플리케이션의 모든 문에 대해 튜닝된 SQL 문을 하나씩 테스트합니다.
E. SQL Tuning Advisor를 사용하여 튜닝이 잘 안 된 SQL 문을 식별합니다.
F. SQL Tuning 및 SQL Access Advisor를 사용하여 SQL 문을 그룹으로 튜닝합니다.

 

- QUESTION 130
Which three are true about post-upgrade activities when upgrading an Oracle database using Database Upgrade Assistant? (Choose three.)
A. Any Recovery Manager (RMAN) recovery catalog must be upgraded manually.
B. After a manual upgrade, TNSNAMES.ORA entries must be updated to reflect the new ORACLE_HOME.
C. Time zone files must be upgraded manually using the DBMS_DST PL/SQL package.
D. The new extended data type capability must be enabled by running the utlrp.sql script
E. The Oracle Application Express configuration should be updated after upgrading Oracle Database.
Correct Answer: ABE

한국어 해설
Database Upgrade Assistant를 사용하여 Oracle 데이터베이스를 업그레이드할 때 업그레이드 후 활동에 대한 세 가지 사실은 무엇입니까? (세 가지를 선택하십시오.)
A. 모든 Recovery Manager(RMAN) 복구 카탈로그는 수동으로 업그레이드해야 합니다.
B. 수동 업그레이드 후 TNSNAMES.ORA 항목을 업데이트하여 새 ORACLE_HOME을 반영해야 합니다.
C. 시간대 파일은 DBMS_DST PL/SQL 패키지를 사용하여 수동으로 업그레이드해야 합니다.
D. utlrp.sql 스크립트를 실행하여 새 확장 데이터 유형 기능을 활성화해야 합니다.
E. Oracle Database를 업그레이드한 후 Oracle Application Express 구성을 업데이트해야 합니다.

 

- QUESTION 131
Which three actions are mandatory post database upgrade? (Choose three.)
A. Updating client scripts with the new Oracle home.
B. Resetting passwords to enforce case-sensitivity.
C. Run OPatch commands from the new Oracle home.
D. Setting threshold values for tablespace alerts.
E. Migration to unified auditing.
F. Upgrading user tables that depend on Oracle-maintained abstract data types.
Correct Answer: ACF

한국어 해설
데이터베이스 업그레이드 후 반드시 수행해야 하는 세 가지 작업은 무엇입니까? (세 가지를 선택하십시오.)
A. 새 Oracle 홈으로 클라이언트 스크립트 업데이트
B. 대소문자 구분을 강제하기 위해 암호 재설정
C. 새 Oracle 홈에서 OPatch 명령 실행
D. 테이블스페이스 알림에 대한 임계값 설정
E. 통합 감사로 마이그레이션
F. Oracle에서 유지 관리하는 추상 데이터 유형에 의존하는 사용자 테이블 업그레이드

 

- QUESTION 132
Which two are true about monitoring waits for sessions and services? (Choose two.)
A. V$SERVICE_EVENT displays wait counts for every wait event for each service even including counts of zero for waits that never occurred.
B. V$SESSION_WAIT and V$SESSION both contain details of the event on which a non-waiting sessionlast waited.
C. V$SESSION_WAIT and V$SESSION both contain details of the event on which a waiting session is currently waiting.
D. V$SESSION_EVENT displays all waits events for those events that have occurred at least once forsessions that have now terminated.
E. V$SESSION_WAIT_CLASS displays waits broken down by wait class only for terminated sessions.
Correct Answer: BC

한국어 해설
세션 및 서비스 대기 모니터링에 대한 두 가지 사실이 무엇입니까? (두 가지를 선택하십시오.)
A. V$SERVICE_EVENT는 각 서비스에 대한 모든 대기 이벤트에 대한 대기 횟수를 표시하며, 발생하지 않은 대기 횟수는 0입니다.
B. V$SESSION_WAIT와 V$SESSION은 모두 대기하지 않는 세션이 마지막으로 대기한 이벤트에 대한 세부 정보를 포함합니다.
C. V$SESSION_WAIT와 V$SESSION은 모두 대기 중인 세션이 현재 대기하고 있는 이벤트에 대한 세부 정보를 포함합니다.
D. V$SESSION_EVENT는 현재 종료된 세션에 대해 최소 한 번 발생한 이벤트에 대한 모든 대기 이벤트를 표시합니다.
E. V$SESSION_WAIT_CLASS는 종료된 세션에 대해서만 대기 클래스별로 구분된 대기를 표시합니다.

 

-----------------------------------------------------------------------------------------------------------------------------------------------------------------

문제가 이상한듯?? output이 짤린듯 함

- QUESTION 133
Examine this output:
Which two are true? (Choose two.)
A. Any PDB not specified in the plan will be unable to execute statements in parallel.
B. PDB3 can use all available parallel execution processes at times.
C. PDB1 is always limited to 40% of the available system resources regardless of demand.
D. Any PDB notspecified in the plan will be able to use a maximum of 16.5% of the available system resources.
E. PDB3 is guaranteed to receive at least 20% of the available system resources if there is enough demand.
F. PDB2 is guaranteed at least 25% of the available parallel execution processes if there is enough demand.
Correct Answer: AB

한국어 해설
다음 출력을 살펴보세요.
두 가지 중 어느 것이 사실입니까? (두 가지를 선택하세요.)
A. 계획에 지정되지 않은 모든 PDB는 병렬로 명령문을 실행할 수 없습니다.
B. PDB3는 때때로 사용 가능한 모든 병렬 실행 프로세스를 사용할 수 있습니다.
C. PDB1은 수요에 관계없이 항상 사용 가능한 시스템 리소스의 40%로 제한됩니다.
D. 계획에 지정되지 않은 모든 PDB는 사용 가능한 시스템 리소스의 최대 16.5%를 사용할 수 있습니다.
E. PDB3는 수요가 충분하면 사용 가능한 시스템 리소스의 최소 20%를 수신하도록 보장됩니다.
F. PDB2는 수요가 충분하면 사용 가능한 병렬 실행 프로세스의 최소 25%를 보장받습니다.

-----------------------------------------------------------------------------------------------------------------------------------------------------------------

- QUESTION 134
Which three are true about Optimizer Statistics Advisor? (Choose three.)
A. It can be run only manually.
B. It is part of the DBMS_ADVISOR package.
C. It can recommend changes to improve the statistics gathering process.
D. It always analyzes all schemas in the database.
E. It runs automatically every night by default.
F. It is part of the DBMS_STATS package.
Correct Answer: CEF

한국어 해설
Optimizer Statistics Advisor에 대한 세 가지 사실 중 어느 것이 사실입니까? (세 가지를 선택하십시오.)
A. 수동으로만 실행할 수 있습니다.
B. DBMS_ADVISOR 패키지의 일부입니다.
C. 통계 수집 프로세스를 개선하기 위한 변경 사항을 권장할 수 있습니다.
D. 항상 데이터베이스의 모든 스키마를 분석합니다.
E. 기본적으로 매일 밤 자동으로 실행됩니다.
F. DBMS_STATS 패키지의 일부입니다.

 

- QUESTION 135
Which three are true about RMAN duplexed backup sets or image copies? (choose three)
A. A backup set may be duplexed with both copies written to disk.
B. An image copy on disk can be copied to disk.
C. A backup set may be duplexed with both copies written to sbt.
D. A backup set may be duplexed so that one copy is written to sbt and the other to disk.
E. An image copy on disk can be copied to sbt.
F. An image copy on sbt can be copied to disk.
Correct Answer: ABC

한국어 해설
RMAN 이중 백업 세트 또는 이미지 복사본에 대한 세 가지 사실인 것은 무엇입니까? (세 가지 선택)
A. 백업 세트는 두 복사본이 디스크에 쓰여진 이중화될 수 있습니다.
B. 디스크의 이미지 복사본은 디스크에 복사될 수 있습니다.
C. 백업 세트는 두 복사본이 sbt에 쓰여진 이중화될 수 있습니다.
D. 백업 세트는 한 복사본이 sbt에 쓰여지고 다른 복사본은 디스크에 쓰여지도록 이중화될 수 있습니다.
E. 디스크의 이미지 복사본은 sbt에 복사될 수 있습니다.
F. sbt의 이미지 복사본은 디스크에 복사될 수 있습니다.

 

- QUESTION 136
In which three situations can you use threshold server-generated alerts to help diagnose and fix problems? (Choose three.)
A. when free space in a dictionary managed tablespace falls below a specified percentage
B. when free space in a locally managed tablespace falls below a specified percentage
C. when the total number of locked user account exceeds a specific value
D. when the number of logons per second exceeds a specific value
E. when a resumable statement is suspended
F. when the total number of logons exceeds a specific value
Correct Answer: BCD

한국어 해설
어떤 세 가지 상황에서 임계값 서버 생성 알림을 사용하여 문제를 진단하고 해결할 수 있습니까? (세 가지를 선택하십시오.)
A. 사전 관리 테이블스페이스의 여유 공간이 지정된 백분율 아래로 떨어질 때
B. 로컬 관리 테이블스페이스의 여유 공간이 지정된 백분율 아래로 떨어질 때
C. 잠긴 사용자 계정의 총 수가 특정 값을 초과할 때
D. 초당 로그온 수가 특정 값을 초과할 때
E. 재개 가능한 명령문이 일시 중단될 때
F. 총 로그온 수가 특정 값을 초과할 때

 

- QUESTION 137
You plan to create a database by using the Database Configuration Assistant (DBCA), with the following specifications:
Applications will connect to the database via a middle tier.
The number of concurrent user connections will be high.
The database will have mixed workload, with the execution of complex BI queries scheduled at night.
Which DBCA option must you choose to create the database?
A. a General Purpose database template with default memory allocation
B. a Data Warehouse database template, with the dedicated server mode option and AMM enabled
C. a General Purpose database template, with the shared server mode option and Automatic Memory Management (AMM) enabled
D. a default database configuration
Correct Answer: C

한국어 해설
다음 사양을 사용하여 데이터베이스 구성 어시스턴트(DBCA)를 사용하여 데이터베이스를 만들 계획입니다.
애플리케이션은 중간 계층을 통해 데이터베이스에 연결합니다.
동시 사용자 연결 수가 많습니다.
데이터베이스에는 혼합된 작업 부하가 있으며 복잡한 BI 쿼리 실행은 밤에 예약됩니다.
데이터베이스를 만들려면 어떤 DBCA 옵션을 선택해야 합니까?
A. 기본 메모리 할당이 있는 범용 데이터베이스 템플릿
B. 전용 서버 모드 옵션과 AMM이 활성화된 데이터 웨어하우스 데이터베이스 템플릿
C. 공유 서버 모드 옵션과 자동 메모리 관리(AMM)가 활성화된 범용 데이터베이스 템플릿
D. 기본 데이터베이스 구성

 

- QUESTION 138
Examine these queries and their output:
An online RMAN backup of the CDB was taken an hour before Restore Point R1 was created.
You want to recover PDB1 to Restore Point R1.
How do you achieve this?
A. Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1by using RMAN while connected to PDB1.
B. Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1by using SQL while connected to PDB1.
C. Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1by using SQL while connected to CDB$ROOT.
D. Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1by using RMAN while connected to CDB$ROOT.
E. This cannot be done due to the lack of a clean restore point
Correct Answer: D

한국어 해설
다음 쿼리와 해당 출력을 살펴보세요.
CDB의 온라인 RMAN 백업은 Restore Point R1이 생성되기 1시간 전에 수행되었습니다.
PDB1을 Restore Point R1로 복구하려고 합니다.
어떻게 이를 달성합니까?
A. PDB1에 연결된 상태에서 RMAN을 사용하여 FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1을 실행합니다.
B. PDB1에 연결된 상태에서 SQL을 사용하여 FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1을 실행합니다.
C. CDB$ROOT에 연결된 상태에서 SQL을 사용하여 FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1을 실행합니다.
D. CDB$ROOT에 연결된 상태에서 RMAN을 사용하여 FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1을 실행합니다.
E. 깨끗한 복원 지점이 없기 때문에 이를 수행할 수 없습니다.

 

- QUESTION 139
Which three are true about performing an Oracle Database install on Linux? (Choose three.)
A. The runfixup.sh script can install missing RPMs.
B. The Oracle Preinstallation RPM must be used to configure the Oracle database installation owner, the Oracle Inventory group, and an Oracle administrative privileges group
C. It allows you to select the languages supported by the Oracle database server.
D. It can be done before installing Grid Infrastructure for a Standalone Server
E. The Oracle Preinstallation RPM can be used to configure the Oracle database installation owner, the Oracle Inventory group, and an Oracle administrative privileges group
F. It can be done after installing Grid Infrastructure for a Standalone Server.
G. The Oracle database administrator must be granted access to the root operating system account to tun root privileged scripts.
Correct Answer: DEF

한국어 해설
Linux에서 Oracle Database 설치를 수행하는 것에 대한 세 가지 사실은 무엇입니까? (세 가지를 선택하십시오.)
A. runfixup.sh 스크립트는 누락된 RPM을 설치할 수 있습니다.
B. Oracle 사전 설치 RPM은 Oracle 데이터베이스 설치 소유자, Oracle 인벤토리 그룹 및 Oracle 관리자 권한 그룹을 구성하는 데 사용해야 합니다.
C. Oracle 데이터베이스 서버에서 지원하는 언어를 선택할 수 있습니다.
D. 독립형 서버에 대한 Grid Infrastructure를 설치하기 전에 수행할 수 있습니다.
E. Oracle 사전 설치 RPM은 Oracle 데이터베이스 설치 소유자, Oracle 인벤토리 그룹 및 Oracle 관리자 권한 그룹을 구성하는 데 사용할 수 있습니다.
F. 독립형 서버에 대한 Grid Infrastructure를 설치한 후에 수행할 수 있습니다.
G. Oracle 데이터베이스 관리자는 root 권한 스크립트를 tun하기 위해 root 운영 체제 계정에 대한 액세스 권한을 부여받아야 합니다.

 

- QUESTION 140
You enable Flashback Data Archive for a table for which you want to track and save all transactions for four years.
After some time, the requirement changes for keeping transactions from four to two years.
You execute the following command to change the requirement:

SQL> ALTER FLASHBACK ARCHIVE fdal MODIFY RETENTION 2 YEAR;


What is the outcome? (choose one)
A. All historical data older than two years, if any, is purged from the flashback archive FDA1.
B. An error is returned because the retention period cannot be reduced.
C. All the flashback data archives are purged and the subsequently created flashback archives are maintained for two years
D. All historical data older than two years, if any, is archived to flashback logs and the flashback archive is set to new retention time.
Correct Answer: A

 

한국어 해설
4년 동안 모든 거래를 추적하고 저장하려는 테이블에 대해 Flashback Data Archive를 활성화합니다.
얼마 후, 거래를 보관해야 하는 요구 사항이 4년에서 2년으로 변경됩니다.
다음 명령을 실행하여 요구 사항을 변경합니다.

SQL> ALTER FLASHBACK ARCHIVE fdal MODIFY RETENTION 2 YEAR;


결과는 무엇입니까? (하나 선택)
A. 2년 이상 된 모든 과거 데이터가 있으면 플래시백 아카이브 FDA1에서 제거됩니다.
B. 보관 기간을 줄일 수 없기 때문에 오류가 반환됩니다.
C. 모든 플래시백 데이터 아카이브가 제거되고 이후에 생성된 플래시백 아카이브는 2년 동안 유지됩니다.
D. 2년 이상 된 모든 과거 데이터가 있으면 플래시백 로그에 보관되고 플래시백 아카이브는 새로운 보관 시간으로 설정됩니다.

 

- QUESTION 141
Which two are true about SQL Performance Analyzer (SPA)? (Choose two.)
A. It is integrated with the SQL Access Advisor.
B. It predicts the impact of system changes on SQL workload response time.
C. It provides before and after execution statistics for each SQL statement in the analysis task
D. It offers fine-grained analysis of all the SQL statements in the analysis task as a group.
E. SQL statements that were originally run concurrently are run concurrently by SPA.
Correct Answer: BC

한국어 해설
SQL Performance Analyzer(SPA)에 대한 두 가지 사실은 무엇입니까? (두 가지를 선택하십시오.)
A. SQL Access Advisor와 통합되어 있습니다.
B. SQL 워크로드 응답 시간에 대한 시스템 변경의 영향을 예측합니다.
C. 분석 작업의 각 SQL 문에 대한 실행 전후 통계를 제공합니다.
D. 분석 작업의 모든 SQL 문에 대한 세부 분석을 그룹으로 제공합니다.
E. 원래 동시에 실행되었던 SQL 문은 SPA에 의해 동시에 실행됩니다.

 

- QUESTION 142
RMAN is connected to a target database instance and an auxilary instance.
You execute the command:

RMAN> DUPLICATE TARGET DATABASE TO dupdb FROM ACTIVE DATABASE SECTION SIZE 1G;


What is the outcome?
A. RMAN uses the pull method to restore files using image copies
B. RMAN uses the push method to transfer image copies
C. RMAN uses the push method to transfer backup sets
D. RMAN uses the pull method to restore files using backup sets
Correct Answer: D

한국어 해설
RMAN은 대상 데이터베이스 인스턴스와 보조 인스턴스에 연결됩니다.
다음 명령을 실행합니다.

RMAN> DUPLICATE TARGET DATABASE TO dupdb FROM ACTIVE DATABASE SECTION SIZE 1G;


결과는 무엇입니까?
A. RMAN은 이미지 사본을 사용하여 파일을 복원하기 위해 풀 방법을 사용합니다.
B. RMAN은 이미지 사본을 전송하기 위해 푸시 방법을 사용합니다.
C. RMAN은 백업 세트를 전송하기 위해 푸시 방법을 사용합니다.
D. RMAN은 백업 세트를 사용하여 파일을 복원하기 위해 풀 방법을 사용합니다.

 

- QUESTION 143
Which three are true about the tools for diagnosing Oracle Database failure situations? (Choose three.)
A. RMAN can always repair corrupt blocks.
B. Flashback commands help with repairing physical errors.
C. The ADR can store metadata in an Oracle Database repository.
D. The Automatic Diagnostic Repository (ADR) has a separate home directory for each instance of each Oracle product that is installed and uses it.
E. The ADR command-line utility (ADRCI) can package incident information to send to Oracle Support.
F. The Data Recovery Advisor uses the ADR.
Correct Answer: DEF

한국어 해설
Oracle Database 장애 상황을 진단하기 위한 도구에 대한 세 가지 설명은 무엇입니까? (세 가지를 선택하십시오.)
A. RMAN은 항상 손상된 블록을 복구할 수 있습니다.
B. 플래시백 명령은 물리적 오류를 복구하는 데 도움이 됩니다.
C. ADR은 Oracle Database 저장소에 메타데이터를 저장할 수 있습니다.
D. 자동 진단 저장소(ADR)에는 설치되어 사용하는 각 Oracle 제품의 각 인스턴스에 대한 별도의 홈 디렉토리가 있습니다.
E. ADR 명령줄 유틸리티(ADRCI)는 Oracle 지원에 보낼 인시던트 정보를 패키징할 수 있습니다.
F. Data Recovery Advisor는 ADR을 사용합니다.

 

- QUESTION 144
Identify three reasons for using a recovery catalog with Recovery Manager (RMAN). (choose three)
A. to allow database duplication without a connection to the target instance.
B. to store backup metadata that would cause the controlfile to become too large.
C. to store backups that would cause the controlfile to become too large.
D. to report on the database schema at an earlier point in time.
E. to allow database duplication without a connection to the auxiliary instance.
Correct Answer: ABD

한국어 해설
Recovery Manager(RMAN)에서 복구 카탈로그를 사용하는 세 가지 이유를 식별합니다. (세 가지 선택)
A. 대상 인스턴스에 연결하지 않고도 데이터베이스 복제를 허용하기 위해.
B. 제어 파일이 너무 커지게 하는 백업 메타데이터를 저장하기 위해.
C. 제어 파일이 너무 커지게 하는 백업을 저장하기 위해.
D. 이전 시점의 데이터베이스 스키마에 대해 보고하기 위해.
E. 보조 인스턴스에 연결하지 않고도 데이터베이스 복제를 허용하기 위해.

 

- QUESTION 145
Which two are true about unplugging an application container from a container database and plugging it into a different container database? (Choose two. )
A. Plugging the application root into a different CDB plugs in all its application PDBs.
B. The application root of an application container should be plugged into the other CDB before its
application PDBs are plugged in.
C. Application PDBs in the application container must be unplugged before the application root is unplugged.
D. Unplugging the application root from a CDB unplugs all its application PDBs.
E. It requires only local UNDO mode in the database where the application container will be unplugged.
F. It requires local UNDO mode in both container databases.
Correct Answer: BC

한국어 해설
컨테이너 데이터베이스에서 애플리케이션 컨테이너를 언플러그하고 다른 컨테이너 데이터베이스에 플러그인하는 것에 대한 두 가지 사실은 무엇입니까? (두 가지를 선택하십시오.)
A. 애플리케이션 루트를 다른 CDB에 플러그인하면 모든 애플리케이션 PDB가 플러그인됩니다.
B. 애플리케이션 컨테이너의 애플리케이션 루트는 애플리케이션 PDB가 플러그인되기 전에 다른 CDB에 플러그인되어야 합니다.
C. 애플리케이션 루트를 언플러그하기 전에 애플리케이션 컨테이너의 애플리케이션 PDB가 언플러그되어야 합니다.
D. CDB에서 애플리케이션 루트를 언플러그하면 모든 애플리케이션 PDB가 언플러그됩니다.
E. 애플리케이션 컨테이너가 언플러그될 데이터베이스에서 로컬 UNDO 모드만 필요합니다.
F. 두 컨테이너 데이터베이스 모두에서 로컬 UNDO 모드가 필요합니다.

 

- QUESTION 146
RMAN is connected to the target database prod1 and an auxiliary instance in nomount state.
Examine the command to create a duplicate database:

RMAN> DUPLICATE TARGET DATABASE TO dup1 FROM ACTIVE DATABASE NOFILENAMECHECK PASSWORD FILE SPFILE;


Which two statements are true about the execution of the duplicate command?
A. All archive redo log files are automatically copied to the duplicate database.
B. The duplicate database has the same directory structure as the source database.
C. The duplicate database is created by using the backups created during the execution of
D. The duplicate command.
E. The password file and SPFILE for the duplicate database dup1 are created in their respective default locations.
F. The duplicate database is created without using RMAN backups and prod1 is allowed to remain open during duplication.
Correct Answer: BF

한국어 해설
RMAN은 대상 데이터베이스 prod1과 nomount 상태의 보조 인스턴스에 연결되었습니다.
중복 데이터베이스를 만드는 명령을 살펴보세요.

RMAN> DUPLICATE TARGET DATABASE TO dup1 FROM ACTIVE DATABASE NOFILENAMECHECK PASSWORD FILE SPFILE;


duplicate 명령 실행에 대한 두 가지 진술 중 어느 것이 사실입니까?
A. 모든 보관 redo 로그 파일이 자동으로 중복 데이터베이스에 복사됩니다.
B. 중복 데이터베이스는 소스 데이터베이스와 동일한 디렉토리 구조를 갖습니다.
C. 중복 데이터베이스는 다음 중 하나를 실행하는 동안 생성된 백업을 사용하여 생성됩니다.
D. duplicate 명령.
E. 중복 데이터베이스 dup1의 암호 파일과 SPFILE은 각각의 기본 위치에 생성됩니다.
F. 중복 데이터베이스는 RMAN 백업을 사용하지 않고 생성되고 prod1은 복제 중에 열린 상태로 유지됩니다.

 

- QUESTION 147
You issued this command:

RMAN> BACKUP RECOVERY AREA FORCE;


Which three are true? (Choose three.)
A. All files in any previous FRA that have not yet been backed up, are backed up.
B. All files in the current fast recovery area (FRA) that have not yet been backed up, are backed up.
C. All files in the current FRA that have been backed up already, are backed up.
D. All Oracle recovery files normally written to the FRA and which have been backed up already to the current FRA, are backed up.
E. All files in any previous FRA that have been backed up already, are backed up.
F. All Oracle recovery files normally written to the FRA and which have not yet been backed, are backed up.
G. All Oracle recovery files normally written to the FRA and which have been backed up already to in any previous FRA, are backed up.
Correct Answer: DFG

한국어 해설
당신은 다음 명령을 내렸습니다:

RMAN> BACKUP RECOVERY AREA FORCE;


다음 중 세 가지가 사실입니까?(세 가지를 선택하세요.)
A. 아직 백업되지 않은 이전 FRA의 모든 파일이 백업됩니다.
B. 아직 백업되지 않은 현재 빠른 복구 영역(FRA)의 모든 파일이 백업됩니다.
C. 이미 백업된 현재 FRA의 모든 파일이 백업됩니다.
D. FRA에 일반적으로 기록되고 현재 FRA에 이미 백업된 모든 Oracle 복구 파일이 백업됩니다.
E. 이미 백업된 이전 FRA의 모든 파일이 백업됩니다.
F. FRA에 일반적으로 기록되고 아직 백업되지 않은 모든 Oracle 복구 파일이 백업됩니다.
G. FRA에 일반적으로 기록되고 이전 FRA에 이미 백업된 모든 Oracle 복구 파일이 백업됩니다.

 

- QUESTION 148
Which two are true about server-generated alerts? (Choose two.)
A. Stateless alerts can be cleared manually.
B. Stateless alerts are automatically cleared after one day.
C. Stateful alerts are purged automatically from the alert history after one day.
D. Stateless alerts can be purged manually from the alert history.
E. Stateful alerts must be cleared by a DBA to resolve the problem identified in the alert.
Correct Answer: AD

한국어 해설
서버에서 생성된 알림에 대한 두 가지 사실은 무엇입니까? (두 가지를 선택하십시오.)
A. 상태 없는 알림은 수동으로 지울 수 있습니다.
B. 상태 없는 알림은 1일 후에 자동으로 지워집니다.
C. 상태 있는 알림은 1일 후에 알림 기록에서 자동으로 삭제됩니다.
D. 상태 없는 알림은 알림 기록에서 수동으로 삭제할 수 있습니다.
E. 상태 있는 알림은 DBA가 지워야 알림에서 식별된 문제를 해결할 수 있습니다.

 

- QUESTION 149
Which are three of the steps taken by Database Configuration Assistant (DBCA) to clone a remote pluggable database (PDB) starting from Oracle 19c?
A. automatically dropping the database link to the remote database if it already exists
B. opening the cloned PDB
C. creating a new empty PDB in the local database from PDB$SEED
D. creating a database link from CDB$ROOT in the local database to CDB$ROOT in the remote system that is to be cloned
E. creating a database link from CDB$ROOT in the remote database to be cloned to CDB$ROOT in the local database
F. creating a database link from CDB$ROOT in the local database to the PDB in the remote system that is to be cloned
G. creating a database link from CDB$ROOT in the remote database to the PDB in the local database
Correct Answer: ABD

한국어 해설
Oracle 19c부터 원격 플러그형 데이터베이스(PDB)를 복제하기 위해 Database Configuration Assistant(DBCA)가 수행하는 세 가지 단계는 무엇입니까?
A. 이미 있는 경우 원격 데이터베이스에 대한 데이터베이스 링크를 자동으로 삭제
B. 복제된 PDB 열기
C. PDB$SEED에서 로컬 데이터베이스에 새 빈 PDB 만들기
D. 로컬 데이터베이스의 CDB$ROOT에서 복제될 원격 시스템의 CDB$ROOT로 데이터베이스 링크 만들기
E. 복제될 원격 데이터베이스의 CDB$ROOT에서 로컬 데이터베이스의 CDB$ROOT로 데이터베이스 링크 만들기
F. 로컬 데이터베이스의 CDB$ROOT에서 복제될 원격 시스템의 PDB로 데이터베이스 링크 만들기
G. 원격 데이터베이스의 CDB$ROOT에서 로컬 데이터베이스의 PDB로 데이터베이스 링크 만들기

 

- QUESTION 150
Which three tasks can be automatically performed by the Automatic Data Optimization feature of Information lifecycle Management (ILM)?
A. Tracking the most recent read time for a table segment in a user tablespace
B. Tracking the most recent write time for a table segment in a user tablespace
C. Tracking insert time by row for table rows
D. Tracking the most recent write time for a table block
E. Tracking the most recent read time for a table segment in the SYSTEM tablespace
F. Tracking the most recent write time for a table segment in the SYSAUX tablespace
Correct Answer: ABC

한국어 해설
정보 수명 주기 관리(ILM)의 자동 데이터 최적화 기능으로 자동으로 수행할 수 있는 세 가지 작업은 무엇입니까?
A. 사용자 테이블스페이스의 테이블 세그먼트에 대한 가장 최근의 읽기 시간 추적
B. 사용자 테이블스페이스의 테이블 세그먼트에 대한 가장 최근의 쓰기 시간 추적
C. 테이블 행에 대한 행별 삽입 시간 추적
D. 테이블 블록에 대한 가장 최근의 쓰기 시간 추적
E. SYSTEM 테이블스페이스의 테이블 세그먼트에 대한 가장 최근의 읽기 시간 추적
F. SYSAUX 테이블스페이스의 테이블 세그먼트에 대한 가장 최근의 쓰기 시간 추적

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

.

.

.

.

요즘 주식하는 재미에 빠져서 영 공부를 안한다.... 천천히 쓰는걸로..