DB/Oracle

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

동탄FreeDiver 2025. 1. 3. 16:15

- 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 테이블스페이스의 테이블 세그먼트에 대한 가장 최근의 쓰기 시간 추적

 

- QUESTION 151
The persistent configuration settings for RMAN have default for all parameters.
Identify four RMAN commands that produce a multi-section backup.
A. BACKUP TABLESPACE SYSTEM SECTION SIZE 100M;
B. BACKUP AS COPY TABLESPACE SYSTEM SECTION SIZE 100M;
C. BACKUP ARCHIVELOG ALL SECTION SIZE 25M;
D. BACKUP TABLESPACE "TEMP" SECTION SIZE 10M;
E. BACKUP TABLESPACE "UNDO" INCLUDE CURRENT CONTROLFILE SECTION SIZE 100M;
F. BACKUP SPFILE SECTION SIZE 1M;
G. BACKUP INCREMENTAL LEVEL 0 TABLESPACE SYSAUX SECTION SIZE 100M;
Correct Answer: ABCG

한국어 해설
RMAN의 영구 구성 설정은 모든 매개변수에 대해 기본값을 갖습니다.
다중 섹션 백업을 생성하는 네 가지 RMAN 명령을 식별합니다.
A. BACKUP TABLESPACE SYSTEM SECTION SIZE 100M;
B. BACKUP AS COPY TABLESPACE SYSTEM SECTION SIZE 100M;
C. BACKUP ARCHIVELOG ALL SECTION SIZE 25M;
D. BACKUP TABLESPACE "TEMP" SECTION SIZE 10M;
E. BACKUP TABLESPACE "UNDO" INCLUDE CURRENT CONTROLFILE SECTION SIZE 100M;
F. BACKUP SPFILE SECTION SIZE 1M;
G. BACKUP INCREMENTAL LEVEL 0 TABLESPACE SYSAUX SECTION SIZE 100M;

 

- QUESTION 152
Which two are true about Oracle Grid Infrastructure for a Standalone Server? (Choose two.)
A. It can manage database resources on the server where it is installed or on a different server.
B. The CSS daemon runs from the Grid Infrastructure home.
C. It supports volume management, file system, and automatic restart capabilities.
D. It requires Oracle Automatic Storage Management (ASM) components to be installed separately.
E. It must be installed before the Oracle database software is installed.
Correct Answer: CE

한국어 해설
독립형 서버에 대한 Oracle Grid Infrastructure에 대한 두 가지 사실은 무엇입니까? (두 가지를 선택하십시오.)
A. 설치된 서버 또는 다른 서버에서 데이터베이스 리소스를 관리할 수 있습니다.
B. CSS 데몬은 Grid Infrastructure 홈에서 실행됩니다.
C. 볼륨 관리, 파일 시스템 및 자동 재시작 기능을 지원합니다.
D. Oracle Automatic Storage Management(ASM) 구성 요소를 별도로 설치해야 합니다.
E. Oracle 데이터베이스 소프트웨어를 설치하기 전에 설치해야 합니다.

 

- QUESTION 153
In one of your databases, unified auditing is enabled and an SH.SALES table exists.
You successfully execute these commands:

SQL> CREATE AUDIT POLICY sales_pol ACTIONS select on sh.sales;
SQL> AUDIT POLICY sales_pol;


Which statement is true about SALES_POL?
A. It is enabled for all users having SELECT privilege on SH.SALES.
B. Only successful queries of SH.SALES are written to the audit trail.
C. It is only enabled for user SH.
D. Audit records are always stored in an external audit file.
Correct Answer: A

한국어 해설
데이터베이스 중 하나에서 통합 감사가 활성화되어 있고 SH.SALES 테이블이 존재합니다.
다음 명령을 성공적으로 실행합니다.

SQL> CREATE AUDIT POLICY sales_pol ACTIONS select on sh.sales;
SQL> AUDIT POLICY sales_pol;


SALES_POL에 대한 다음 진술은 사실입니까?
A. SH.SALES에 대한 SELECT 권한이 있는 모든 사용자에게 활성화됩니다.
B. SH.SALES에 대한 성공적인 쿼리만 감사 추적에 기록됩니다.
C. 사용자 SH에게만 활성화됩니다.
D. 감사 레코드는 항상 외부 감사 파일에 저장됩니다.

 

- QUESTION 154
Examine this configuration:
1. CDB1 is an Oracle container database from an older release.
2. PDB1, PDB2, PDB3, and PDB4 are pluggable databases in CDB1.
A priority list UpgrdList has these entries:
1, pdb2
2, pdb1, pdb3
You execute this command:

$ /u01/app/oracle/product/18.1.0/db_1/rdbms/admin/dbupgrade -L UpgrdList


In which order will the upgrade occur?
A. CDB$ROOT, PDB$SEED, PDB2, PDB1, PDB3, and PDB4
B. CDB$ROOT, PDB2, PDB1, and PDB3
C. CDB$ROOT, PDB$SEED, PDB2, PDB1, and PDB3
D. CDB$ROOT, PDB1, PDB2, PDB3, and PDB4
E. CDB$ROOT, PDB$SEED, PDB1, PDB3, PDB2, and PDB4
Correct Answer: A

한국어 해설
이 구성을 검사하십시오.
1. CDB1은 이전 릴리스의 Oracle Container 데이터베이스입니다.
2. PDB1, PDB2, PDB3 및 PDB4는 CDB1의 플러그 가능한 데이터베이스입니다.
우선 순위 목록 UPGRDLIST에는 다음과 같은 항목이 있습니다.
1, pdb2
2, pdb1, pdb3
이 명령을 실행합니다.

$ /u01/app/oracle/product/18.1.0/db_1/rdbms/admin/dbupgrade -L UpgrdList


업그레이드는 어느 순서대로 발생합니까?
A. CDB $ 루트, PDB $ SEED, PDB2, PDB1, PDB3 및 PDB4
B. CDB $ 루트, PDB2, PDB1 및 PDB3
C. CDB $ 루트, PDB $ SEED, PDB2, PDB1 및 PDB3
D. CDB $ 루트, PDB1, PDB2, PDB3 및 PDB4
E. CDB $ 루트, PDB $ SEED, PDB1, PDB3, PDB2 및 PDB4

 

- QUESTION 155
HR_ROOT is an application container with the HR_APP application installed.
No application PDBs and no application seed have yet been created in HR_ROOT.
An application PDB, PDB1, must be created so that the HR_APP application's common objects are accessible to it.
Which two methods can be used?
A. Create an application seed, synchronize it with HR_ROOT, and then create the PDB1 application PDB.
B. Create the PDB1 application PDB and synchronize it with HR_ROOT.
C. Create the PDB1 application PDB and install HR_APP in it.
D. Create the PDB1 application PDB and synchronize it with PDB$SEED.
E. Create an application seed, and install HR_APP in it.
Correct Answer: AB

한국어 해설
HR_ROOT는 HR_APP 애플리케이션이 설치된 애플리케이션 컨테이너입니다.
HR_ROOT에 애플리케이션 PDB와 애플리케이션 시드가 아직 생성되지 않았습니다.
HR_APP 애플리케이션의 공통 객체에 액세스할 수 있도록 애플리케이션 PDB인 PDB1을 생성해야 합니다.
어떤 두 가지 방법을 사용할 수 있습니까?
A. 애플리케이션 시드를 생성하고 HR_ROOT와 동기화한 다음 PDB1 애플리케이션 PDB를 생성합니다.
B. PDB1 애플리케이션 PDB를 생성하고 HR_ROOT와 동기화합니다.
C. PDB1 애플리케이션 PDB를 생성하고 HR_APP를 설치합니다.
D. PDB1 애플리케이션 PDB를 생성하고 PDB$SEED와 동기화합니다.
E. 애플리케이션 시드를 생성하고 HR_APP를 설치합니다.

 

- QUESTION 156
Which three are true about requirements for various FLASHBACK operations? (Choose three.)
A. FLASHBACK transaction query requires undo to retrieve all versions of a row that existed between two points in time.
B. FLASHBACK drop requires that the RECYCLEBIN parameter be set to ON.
C. FLASHBACK version query requires that the RECYCLEBIN parameter be set to ON.
D. FLASHBACK DATA ARCHIVE requires undo to store all versions of all rows of a table being tracked
E. FLASHBACK version query requires undo to retrieve all versions of a row that existed between two points in time.
F. FLASHBACK drop requires undo to retrieve all versions of a row that existed two points in time.
Correct Answer: ABC

한국어 해설
다양한 FLASHBACK 작업에 대한 요구 사항에 대해 사실인 세 가지는 무엇입니까? (세 가지를 선택하십시오.)
A. FLASHBACK 트랜잭션 쿼리는 두 시점 사이에 존재했던 행의 모든 ​​버전을 검색하기 위해 실행 취소가 필요합니다.
B. FLASHBACK drop 는 RECYCLEBIN 매개변수를 ON으로 설정해야 합니다.
C. FLASHBACK 버전 쿼리는 RECYCLEBIN 매개변수를 ON으로 설정해야 합니다.
D. FLASHBACK DATA ARCHIVE는 추적 중인 테이블의 모든 행의 모든 ​​버전을 저장하기 위해 실행 취소가 필요합니다.
E. FLASHBACK 버전 쿼리는 두 시점 사이에 존재했던 행의 모든 ​​버전을 검색하기 위해 실행 취소가 필요합니다.
F. FLASHBACK drop 는 두 시점 사이에 존재했던 행의 모든 ​​버전을 검색하기 위해 실행 취소가 필요합니다.

 

- QUESTION 157
Which three are true about cloning databases into an existing CDB with RMAN? (Choose three.)
A. A non-CDB can be cloned into a PDB.
B. A user with SYSDBA or SYSBKUP must be logged in with RMAN to CDB$ROOT when cloning a PDB.
C. Only one PDB can be cloned at a time.
D. Two or more PDBs can be cloned with the same command.
E. A user with SYSDBA or SYSBKUP must be logged in with RMAN to the non-CDB being cloned when cloning a non-CDB.
F. The target and auxiliary instance passwords must be the same.
Correct Answer: CEF

한국어 해설
RMAN을 사용하여 기존 CDB에 데이터베이스를 복제하는 것에 대한 세 가지 사실은 무엇입니까? (세 가지를 선택하십시오.)
A. 비 CDB는 PDB에 복제할 수 있습니다.
B. SYSDBA 또는 SYSBKUP를 가진 사용자는 PDB를 복제할 때 RMAN을 사용하여 CDB$ROOT에 로그인해야 합니다.
C. 한 번에 하나의 PDB만 복제할 수 있습니다.
D. 두 개 이상의 PDB를 동일한 명령으로 복제할 수 있습니다.
E. SYSDBA 또는 SYSBKUP를 가진 사용자는 비 CDB를 복제할 때 복제되는 비 CDB에 RMAN을 사용하여 로그인해야 합니다.
F. 대상 및 보조 인스턴스 암호는 동일해야 합니다.

 

- QUESTION 158
Choose the best answer. Examine this configuration:
1. CDB1 is a container database running in ARCHIVELOG mode.
2. Multiple uncommitted transactions are running in CDB1.
3. Redo log groups 1 and 2 are INACTIVE.
4. Redo log group 3 is the CURRENT group.
All members of redo log group 3 are lost before it is archived. Examine these possible steps:
1. SHUTDOWN ABORT
2. STARTUP NOMOUNT
3. STARTUP MOUNT
4. ALTER DATABASE MOUNT
5. RESTORE DATABASE
6. RECOVER DATABASE NOREDO
7. RECOVER DATABASE UNTIL AVAILABLE
8. RESTORE ARCHIVELOG ALL
9. ALTER DATABASE OPEN
10. ALTER DATABASE OPEN RESETLOGS
Choose the minimum required steps in the correct order to recover the database.
A. 1,3,5,6,9
B. 1,3,5,7,10
C. 1,2,5,7,4,10
D. 1,3,5,6,10
E. 1,3,5,8,6,10
Correct Answer: D

한국어 해설
가장 적절한 답을 선택하세요. 다음 구성을 살펴보세요.
1. CDB1은 ARCHIVELOG 모드에서 실행되는 컨테이너 데이터베이스입니다.
2. 여러 개의 커밋되지 않은 트랜잭션이 CDB1에서 실행 중입니다.
3. Redo 로그 그룹 1과 2는 INACTIVE입니다.
4. Redo 로그 그룹 3은 CURRENT 그룹입니다.
Redo 로그 그룹 3의 모든 멤버는 보관되기 전에 손실됩니다. 다음과 같은 가능한 단계를 살펴보세요.
1. SHUTDOWN ABORT
2. STARTUP NOMOUNT
3. STARTUP MOUNT
4. ALTER DATABASE MOUNT
5. RESTORE DATABASE
6. RECOVER DATABASE NOREDO
7. RECOVER DATABASE UNTIL AVAILABLE
8. RESTORE ARCHIVELOG ALL
9. ALTER DATABASE OPEN
10. ALTER DATABASE OPEN RESETLOGS
데이터베이스를 복구하는 데 필요한 최소한의 단계를 올바른 순서로 선택하세요.
A. 1,3,5,6,9
B. 1,3,5,7,10
C. 1,2,5,7,4,10
D. 1,3,5,6,10
E. 1,3,5,8,6,10

 

- QUESTION 159
In a recent Automatic Workload Repository (AWR) report for your database, you notice a high number of buffer busy waits.
The database consists of locally managed tablespaces with free list managed segments.
On further investigation, you f ind that buffer busy waits is caused by contention on data blocks.
Which option would you consider first to decrease the wait event immediately?
A. Decreasing PCTUSED
B. Decreasing PCTFREE
C. Increasing the number of DBWN process
D. Using Automatic Segment Space Management (ASSM)
E. Increasing db_buffer_cache based on t he V$DB_CACHE_ADVICE recommendation
Correct Answer: D

한국어 해설
최근 데이터베이스의 AWR(Automatic Workload Repository) 보고서에서 버퍼 사용 대기가 많은 것을 발견했습니다.
데이터베이스는 사용 가능한 목록 관리 세그먼트가 있는 로컬 관리 테이블스페이스로 구성되어 있습니다.
추가 조사에서 버퍼 사용 대기는 데이터 블록의 경합으로 인해 발생한다는 것을 알게 되었습니다.
대기 이벤트를 즉시 줄이기 위해 먼저 고려할 옵션은 무엇입니까?
A. PCTUSED 감소
B. PCTFREE 감소
C. DBWN 프로세스 수 증가
D. ASSM(Automatic Segment Space Management) 사용
E. V$DB_CACHE_ADVICE 권장 사항에 따라 db_buffer_cache 증가

 

- QUESTION 160
Automatic Shared Memory Management is disabled for one of your database instances.
Some SQL statements perform poorly due to excessive hard parse activity, thereby degrading performance.
What would be your next step?
A. Run the SQL Access Advisor.
B. Run the Memory Advisor for the shared pool.
C. Run the SQL Tunning Advisor.
D. Run the Memory Advisor for the Program Global Area.
E. Run the Memory Advisor for the System Global Area.
Correct Answer: B

한국어 해설
데이터베이스 인스턴스 중 하나에 대해 자동 공유 메모리 관리가 비활성화되었습니다.
일부 SQL 문은 과도한 하드 파싱 활동으로 인해 성능이 저하되어 성능이 저하됩니다.
다음 단계는 무엇입니까?
A. SQL 액세스 어드바이저를 실행합니다.
B. 공유 풀에 대한 메모리 어드바이저를 실행합니다.
C. SQL 튜닝 어드바이저를 실행합니다.
D. 프로그램 글로벌 영역에 대한 메모리 어드바이저를 실행합니다.
E. 시스템 글로벌 영역에 대한 메모리 어드바이저를 실행합니다.

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

문제가 만들다 만듯.... 쿼리가 있어야할듯함

- QUESTION 161
Examine the query and its output executed In an RDBMS Instance:
Which three statements are true about the users (other than sys) in the output?
A. The C # # B_ADMIN user can perform all back up and recovery operation susing RMAN only.
B. The C # # C_ADMIN user can perform the data guard operation with Data Guard Broker.
C. The C # # A_ADMIN user can perform wallet operations.
D. The C # # D_ADMIN user can perform backup and recovery operations for Automatic Storage Management (ASM).
E. The C # # B_ADMIN user can perform all backup and recovery operations using RMAN or SQL* Plus.
Correct Answer: BDE

한국어 해설
RDBMS 인스턴스에서 실행된 쿼리와 출력을 살펴보세요.
출력에서 사용자(sys 제외)에 대한 다음 세 가지 진술 중 어느 것이 사실입니까?
A. C # # B_ADMIN 사용자는 RMAN만 사용하여 모든 백업 및 복구 작업을 수행할 수 있습니다.
B. C # # C_ADMIN 사용자는 Data Guard Broker로 데이터 가드 작업을 수행할 수 있습니다.
C. C # # A_ADMIN 사용자는 지갑 작업을 수행할 수 있습니다.
D. C # # D_ADMIN 사용자는 ASM(자동 스토리지 관리)에 대한 백업 및 복구 작업을 수행할 수 있습니다.
E. C # # B_ADMIN 사용자는 RMAN 또는 SQL* Plus를 사용하여 모든 백업 및 복구 작업을 수행할 수 있습니다.

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

- QUESTION 162
Which two are true about the character sets used in an Oracle database? (Choose two.)
A. Single-byte character sets provide better performance than multibyte character sets.
B. Unicode enables information from any language to be stored using a single character set.
C. Unicode is the only supported character set for Oracle databases created using Database Configuration Assistant (DBCA).
D. Single-byte character sets always use 7-bit encoding schemes.
E. Multibyte character sets allow more efficient space utilization than single byte character sets.
F. Single-byte character sets always use 8-bit encoding schemes.
Correct Answer: AB

한국어 해설
Oracle 데이터베이스에서 사용되는 문자 집합에 대해 사실인 두 가지는 무엇입니까? (두 가지를 선택하십시오.)
A. 단일 바이트 문자 집합은 다중 바이트 문자 집합보다 더 나은 성능을 제공합니다.
B. 유니코드는 모든 언어의 정보를 단일 문자 집합을 사용하여 저장할 수 있도록 합니다.
C. 유니코드는 Database Configuration Assistant(DBCA)를 사용하여 만든 Oracle 데이터베이스에서 지원되는 유일한 문자 집합입니다.
D. 단일 바이트 문자 집합은 항상 7비트 인코딩 체계를 사용합니다.
E. 다중 바이트 문자 집합은 단일 바이트 문자 집합보다 더 효율적인 공간 활용을 허용합니다.
F. 단일 바이트 문자 집합은 항상 8비트 인코딩 체계를 사용합니다.

 

- QUESTION 163
Which two are prerequisites for using FLASHBACK TABLE? (Choose two.)
A. A table's constraints must be disabled before issuing the flashback.
B. The FLASHBACK ANY TABLE system privilege or the FLASHBACK object privilege must be granted to the user performing the flashback.
C. Row Movement must be enabled on the table being flashed back.
D. A table's indexes must be set to unusable before issuing the flashback.
E. The FLASHBACK ANY TABLE system privilege or the FLASHBACK object privilege must be granted to the table owner.
Correct Answer: BC

한국어 해설
FLASHBACK TABLE을 사용하기 위한 전제 조건은 무엇입니까? (두 가지를 선택하십시오.)
A. 플래시백을 실행하기 전에 테이블의 제약 조건을 비활성화해야 합니다.
B. 플래시백을 수행하는 사용자에게 FLASHBACK ANY TABLE 시스템 권한 또는 FLASHBACK 개체 권한을 부여해야 합니다.
C. 플래시백되는 테이블에서 행 이동을 활성화해야 합니다.
D. 플래시백을 실행하기 전에 테이블의 인덱스를 사용할 수 없음으로 설정해야 합니다.
E. 테이블 소유자에게 FLASHBACK ANY TABLE 시스템 권한 또는 FLASHBACK 개체 권한을 부여해야 합니다.

 

- QUESTION 164
Which three are true about Oracle Grid Infrastructure for a Standalone Server?
A. It requires Oracle ASMLib to manage Automatic Storage Managerment (ASMl) disks.
B. It creates one disk group during installation.
C. It includes both Oracle Restart and Oracle Automatic Storage Management (ASM) software.
D. Automatic Storage Management (ASM) requires that ars groups OSASM and OSDBA be assigned assecondary groups for its installation owner.
E. It requires the operating system ORACLE_BASDE environment variable to be predefined before installation.
F. It requires Oracle ASM Filter Drver (ASMFD) to manage Automatic Storage Managemernt (ASM) disks.
Correct Answer: BCD

한국어 해설
독립형 서버를 위한 Oracle Grid Infrastructure에 대한 세 가지 사실인 것은 무엇입니까?
A. Oracle ASMLib가 Automatic Storage Managerment(ASMl) 디스크를 관리해야 합니다.
B. 설치 중에 하나의 디스크 그룹을 만듭니다.
C. Oracle Restart와 Oracle Automatic Storage Management(ASM) 소프트웨어가 모두 포함되어 있습니다.
D. Automatic Storage Management(ASM)는 ars 그룹 OSASM 및 OSDBA가 설치 소유자의 보조 그룹으로 지정되어야 합니다.
E. 설치 전에 운영 체제 ORACLE_BASDE 환경 변수가 미리 정의되어야 합니다.
F. Oracle ASM Filter Drver(ASMFD)가 Automatic Storage Managerment(ASM) 디스크를 관리해야 합니다.

 

- QUESTION 165
Which statement correctly describes the SQL profiling performed by the SQL Tuning Advisor? (Choose the best answer.)
A. It is a set of recommendations by the optimizer to change the access methods used.
B. It is auxiliary information collected by the optimizer for a SQL statement to eliminate estimation error.
C. It is a set of recommendations by the optimizer to restructure a SQL statement to avoid suboptimal execution plans.
D. It is auxiliary information collected by the optimizer for a SQL statement to help use better joins orders.
E. It is a set of recommendations by the optimizer to create new indexes.
Correct Answer: B

한국어 해설
SQL Tuning Advisor가 수행한 SQL 프로파일링을 올바르게 설명하는 문장은? (가장 적절한 답을 선택하세요.)
A. 최적화기가 사용하는 액세스 방법을 변경하기 위한 일련의 권장 사항입니다.
B. 최적화기가 추정 오류를 제거하기 위해 SQL 문에 대해 수집한 보조 정보입니다.
C. 최적화기가 최적이 아닌 실행 계획을 피하기 위해 SQL 문을 재구성하기 위한 일련의 권장 사항입니다.
D. 최적화기가 더 나은 조인 순서를 사용하도록 돕기 위해 SQL 문에 대해 수집한 보조 정보입니다.
E. 최적화기가 새 인덱스를 만들기 위한 일련의 권장 사항입니다.

 

- QUESTION 166
Which two are true about PDB archive files? (Choose two.)
A. DBMS_PDB.CHECK_PLUG_COMPATIBILITY can be run against a PDB archive.
B. They contain a PDB manifest file and all the data files in uncompressed form for a PDB.
C. They contain all the data files only in uncompressed form for a PDB.
D. They must be created using the DBMS_PDB package.
E. They contain a PDB manifest file and all the data files in compressed form for a PDB.
F. They contain all the data files only in compressed form for a PDB.
Correct Answer: AE

한국어 해설
PDB 아카이브 파일에 대한 두 가지 사실이 무엇입니까? (두 가지를 선택하십시오.)
A. DBMS_PDB.CHECK_PLUG_COMPATIBILITY는 PDB 아카이브에 대해 실행할 수 있습니다.
B. PDB 매니페스트 파일과 PDB에 대한 압축되지 않은 형태의 모든 데이터 파일을 포함합니다.
C. PDB에 대한 압축되지 않은 형태의 모든 데이터 파일만 포함합니다.
D. DBMS_PDB 패키지를 사용하여 만들어야 합니다.
E. PDB 매니페스트 파일과 PDB에 대한 압축된 형태의 모든 데이터 파일을 포함합니다.
F. PDB에 대한 압축된 형태의 모든 데이터 파일만 포함합니다.

 

- QUESTION 167
Which three are true about upgrading an application in an application container? (Choose three.)
A. An application root clone gets created automatically.
B. The upgrade can be performed when connected either to CDB$ROOT or to PDB$SEED.
C. After an application upgrade, the application container's PDBs remain synchronized with the existing application root.
D. The upgrade must be performed when connected to CDB$ROOT.
E. An application name and version number must be specified to upgrade the application.
F. After an application upgrade, the application container's PDBs are automatically synchronized with the application root clone.
Correct Answer: ACE

한국어 해설
애플리케이션 컨테이너에서 애플리케이션을 업그레이드하는 것에 대한 세 가지 사실은 무엇입니까? (세 가지를 선택하십시오.)
A. 애플리케이션 루트 복제본이 자동으로 생성됩니다.
B. CDB$ROOT 또는 PDB$SEED에 연결하면 업그레이드를 수행할 수 있습니다.
C. 애플리케이션 업그레이드 후 애플리케이션 컨테이너의 PDB는 기존 애플리케이션 루트와 동기화된 상태로 유지됩니다.
D. CDB$ROOT에 연결하면 업그레이드를 수행해야 합니다.
E. 애플리케이션을 업그레이드하려면 애플리케이션 이름과 버전 번호를 지정해야 합니다.
F. 애플리케이션 업그레이드 후 애플리케이션 컨테이너의 PDB는 애플리케이션 루트 복제본과 자동으로 동기화됩니다.

 

- QUESTION 168
You execute this command successfully:

SQL> ALTER DATABASE BACKUP CONTROLFILE TO TRACE;


What is the outcome?
A. It creates a binary backup of the control file.
B. It updates the alert log with the location and contents of the control file
C. It creates a file that contains SQL statements to re-create the control file.
D. It creates a file that contains RMAN scripts to create a duplicate database.
E. It creates a copy of the control file in the fast recovery area (FRA).
Correct Answer: C

한국어 해설
이 명령을 성공적으로 실행했습니다.

SQL> ALTER DATABASE BACKUP CONTROLFILE TO TRACE;


결과는 무엇입니까?
A. 제어 파일의 바이너리 백업을 만듭니다.
B. 제어 파일의 위치와 내용으로 경고 로그를 업데이트합니다.
C. 제어 파일을 다시 만드는 SQL 문이 포함된 파일을 만듭니다.
D. 복제 데이터베이스를 만드는 RMAN 스크립트가 포함된 파일을 만듭니다.
E. 빠른 복구 영역(FRA)에 제어 파일의 복사본을 만듭니다.

 

- QUESTION 169
Your production database is running in archivelog mode.
You use RMAN with a recovery catalog to back up your database to media and the database is uniquely identified in the recovery catalog.
You want to create a test database from the production database and allow the production database to remain open during the duplicate process.
You restore the database backups to a new host with the same directory structure as the production database and want to use the recovery catalog for future backups after the database is successfully restored to the new host.
How would you achieve this?
A. by using the RMAN switch command to set the new location for the data files
B. by using the RMAN duplicate command with nofilenamecheck to recover the database to the new host
C. by using the RMAN duplicate command with dbid and set new name for tablespace to recover the database to the new host
D. by creating a new database in the new host, and then using the RMAN recover command
Correct Answer: B

한국어 해설
프로덕션 데이터베이스가 archivelog 모드에서 실행 중입니다.
복구 카탈로그와 함께 RMAN을 사용하여 데이터베이스를 미디어에 백업하고 데이터베이스는 복구 카탈로그에서 고유하게 식별됩니다.
프로덕션 데이터베이스에서 테스트 데이터베이스를 만들고 복제 프로세스 동안 프로덕션 데이터베이스를 열어 두려고 합니다.
프로덕션 데이터베이스와 동일한 디렉토리 구조를 가진 새 호스트에 데이터베이스 백업을 복원하고 데이터베이스가 새 호스트에 성공적으로 복원된 후 향후 백업에 복구 카탈로그를 사용하려고 합니다.
어떻게 이를 달성할 수 있습니까?
A. RMAN 스위치 명령을 사용하여 데이터 파일의 새 위치를 설정합니다.
B. nofilenamecheck와 함께 RMAN duplicate 명령을 사용하여 데이터베이스를 새 호스트로 복구합니다.
C. dbid와 set new name for tablespace와 함께 RMAN duplicate 명령을 사용하여 데이터베이스를 새 호스트로 복구합니다.
D. 새 호스트에 새 데이터베이스를 만든 다음 RMAN recover 명령을 사용합니다.

 

- QUESTION 170
Examine the statements that use flashback technologies:

1. FLASHBACK TABLE customers TO TIMESTAMP TO_TIMESTAMP('2013-02-04 09:30:00', 'YYYYMMDD HH:MI:SS');
2. SELECT * FROM customers AS OF SCN 123456;
3. FLASHBACK TABLE customers TO BEFORE DROP;
4. FLASHBACK DATABASE TO TIMESTAMP TO_TIMESTAMP('2013-02-04 09:30:00', 'YYYY-MM-DD HH:MI:SS');
5. SELECT * FROM customers VERSIONS BETWEEN SCN 123456 AND 123999;
6. ALTER TABLE customers FLASHBACK ARCHIVE;


Which set of statements depends on the availability of relevant undo data in the undo tablespace?
A. 1,3,6
B. 1,2,5
C. 3,4,5
D. 2,3,5,6
Correct Answer: B

한국어 해설
플래시백 기술을 사용하는 문장을 살펴보세요.

1. FLASHBACK TABLE customers TO TIMESTAMP TO_TIMESTAMP('2013-02-04 09:30:00', 'YYYYMMDD HH:MI:SS');
2. SELECT * FROM customers AS OF SCN 123456;
3. FLASHBACK TABLE customers TO BEFORE DROP;
4. FLASHBACK DATABASE TO TIMESTAMP TO_TIMESTAMP('2013-02-04 09:30:00', 'YYYY-MM-DD HH:MI:SS');
5. SELECT * FROM customers VERSIONS BETWEEN SCN 123456 AND 123999;
6. ALTER TABLE customers FLASHBACK ARCHIVE;


어떤 문장 세트가 언두 테이블스페이스에서 관련 언두 데이터의 가용성에 따라 달라집니까?
A. 1,3,6
B. 1,2,5
C. 3,4,5
D. 2,3,5,6

 

- QUESTION 171
A database is configured in ARCHIVELOG mode.
A full RMAN backup exists but no control file backup to trace has been taken.
A media failure has occurred. In which two scenarios is incomplete recovery required? (Choose two.)

A. after losing a SYSAUX tablespace data file
B. after losing all members of an INACTIVE online redo log group
C. after losing all members of the CURRENT online redo log group
D. after losing all copies of the control file
E. after losing an UNDO tablespace that is in use
Correct Answer: CD

한국어 해설
데이터베이스가 ARCHIVELOG 모드로 구성되었습니다.
전체 RMAN 백업이 있지만 추적할 제어 파일 백업이 수행되지 않았습니다.
미디어 오류가 발생했습니다. 불완전 복구가 필요한 두 가지 시나리오는 무엇입니까? (두 가지를 선택하십시오.)

A. SYSAUX 테이블스페이스 데이터 파일을 잃은 후
B. INACTIVE 온라인 리두 로그 그룹의 모든 멤버를 잃은 후
C. CURRENT 온라인 리두 로그 그룹의 모든 멤버를 잃은 후
D. 컨트롤 파일의 모든 사본을 잃은 ​​후
E. 사용 중인 UNDO 테이블스페이스를 잃은 후

 

- QUESTION 172
Some archived log backups have been accidentally deleted from storage.
Which two commands should be used to update the status of backups in the recovery catalog to display only the missing backups? (Choose two.)
A. RESYNC CATALOG
B. CROSSCHECK BACKUP OF ARCHIVELOG ALL
C. LIST ARCHIVELOG ALL
D. LIST EXPIRED
E. LIST ARCHIVELOG
F. REPORT OBSOLETE
Correct Answer: BD

한국어 해설
일부 아카이브 로그 백업이 실수로 저장소에서 삭제되었습니다.
복구 카탈로그에서 누락된 백업만 표시하도록 백업 상태를 업데이트하려면 어떤 두 가지 명령을 사용해야 합니까? (두 가지를 선택하세요.)
A. RESYNC CATALOG
B. CROSSCHECK BACKUP OF ARCHIVELOG ALL
C. LIST ARCHIVELOG ALL
D. LIST EXPIRED
E. LIST ARCHIVELOG
F. REPORT OBSOLETE

 

- QUESTION 173
Which three statements are true about Automatic Workload Repository (AWR)?
A. All AWR tables belong to the SYSTEM schema.
B. The AWR data is stored in memory and in the database.
C. The snapshots collected by AWR are used by the self-tuning components in the database
D. AWR computes time model statistics based on time usage for activities, which are displayed in the v$SYS time model and V$SESS_TIME_MODEL views.
E. AWR contains system wide tracing and logging information.
Correct Answer: BCD

한국어 해설
자동 작업 부하 저장소(AWR)에 대한 세 가지 진술 중 옳은 것은 무엇입니까?
A. 모든 AWR 테이블은 SYSTEM 스키마에 속합니다.
B. AWR 데이터는 메모리와 데이터베이스에 저장됩니다.
C. AWR에서 수집한 스냅샷은 데이터베이스의 셀프 튜닝 구성 요소에서 사용합니다.
D. AWR은 v$SYS 시간 모델 및 V$SESS_TIME_MODEL 뷰에 표시되는 활동에 대한 시간 사용량을 기반으로 시간 모델 통계를 계산합니다.
E. AWR에는 시스템 전체 추적 및 로깅 정보가 포함되어 있습니다.

 

- QUESTION 174
Your database is in ARCHIVELOG mode and you plan to use Flashback Database.
Which two features or parameters manage space availability in the fast recovery area? (Choose two.)
A. the backup retention policy
B. the backup optimization policy
C. the DB_CREATE_ONLINE_LOG_DEST_n parameter setting
D. the archived log deletion policy
E. the DB_RECOVERY_FILE_DEST parameter setting
F. using guaranteed UNDO retention
Correct Answer: AD

한국어 해설
데이터베이스가 ARCHIVELOG 모드에 있고 Flashback Database를 사용하려고 합니다.
빠른 복구 영역에서 공간 가용성을 관리하는 두 가지 기능 또는 매개변수는 무엇입니까? (두 가지를 선택하십시오.)
A. 백업 보존 정책
B. 백업 최적화 정책
C. DB_CREATE_ONLINE_LOG_DEST_n 매개변수 설정
D. 아카이브 로그 삭제 정책
E. DB_RECOVERY_FILE_DEST 매개변수 설정
F. 보장된 UNDO 보존 사용

 

- QUESTION 175
Examine these RMAN commands:

RMAN> CONNECT TARGET "sbu@prod AS SYSBACKUP";
RMAN> CONNECT AUXILIARY "sbu@dup_db AS SYSBACKUP";
RMAN> DUPLICATE TARGET DATABASE TO dup_db FROM ACTIVE DATABASE PASSWORD FILE SECTION SIZE 400M;


Which two statements are true about the DUPLICATE command? (choose two)
A. It succeeds.
B. It fails because no parallel channels are allocated for the auxiliary database.
C. It fails because connection to the AUXILIARY instance must be as SYSDBA.
D. It succeeds only if the target database is greater than 400M.
E. No catalogued backup of the TARGET is used to duplicate the database.
Correct Answer: AE

한국어 해설
다음 RMAN 명령을 살펴보세요.

RMAN> CONNECT TARGET "sbu@prod AS SYSBACKUP";
RMAN> CONNECT AUXILIARY "sbu@dup_db AS SYSBACKUP";
RMAN> DUPLICATE TARGET DATABASE TO dup_db FROM ACTIVE DATABASE PASSWORD FILE SECTION SIZE 400M;


DUPLICATE 명령에 대한 두 가지 진술 중 어느 것이 사실입니까? (두 가지 선택)
A. 성공합니다.
B. 보조 데이터베이스에 병렬 채널이 할당되지 않았기 때문에 실패합니다.
C. AUXILIARY 인스턴스에 대한 연결이 SYSDBA여야 하기 때문에 실패합니다.
D. 대상 데이터베이스가 400M보다 큰 경우에만 성공합니다.
E. 데이터베이스를 복제하는 데 TARGET의 카탈로그 백업이 사용되지 않습니다.

 

- QUESTION 176
Which three are true in Oracle 19c and later releases? (Choose three.)
A. If the password file location changes, then the new location is used automatically by the Oracle Server.
B. Schema Only accounts can be granted administrator privileges.
C. All the Oracle-supplied accounts are Schema Only accounts.
D. Privilege Analysisisincluded in Oracle Enterprise Edition and no longer requires Database Vault.
E. Unified Auditing can be configured to audit only events that are issued indirectly by an audited user.
F. Unified Auditing can be configured to audit only events that are issued directly by an audited user.
Correct Answer: BDF

한국어 해설
Oracle 19c 및 이후 릴리스에서 참인 세 가지는 무엇입니까? (세 가지를 선택하십시오.)
A. 암호 파일 위치가 변경되면 Oracle Server에서 자동으로 새 위치를 사용합니다.
B. 스키마 전용 계정에는 관리자 권한이 부여될 수 있습니다.
C. Oracle에서 제공하는 모든 계정은 스키마 전용 계정입니다.
D. 권한 분석은 Oracle Enterprise Edition에 포함되어 있으며 더 이상 Database Vault가 필요하지 않습니다.
E. 통합 감사는 감사 대상 사용자가 간접적으로 발행한 이벤트만 감사하도록 구성할 수 있습니다.
F. 통합 감사는 감사 대상 사용자가 직접 발행한 이벤트만 감사하도록 구성할 수 있습니다.

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

175번과 같은 문제

- QUESTION 177
Examine the RMAN commands:

RMAN> CONNECT TARGET "sbu@prod AS SYSBACKUP";
RMAN> CONNECT AUXILIARY "sbu@dup_db AS SYSBACKUP";
RMAN> DUPLICATE TARGET DATABASE TO dup_db FROM ACTIVE DATABASE PASSWORD FILE SECTION SIZE 400M;


Which statement is true about the DUPLICATE command? (choose one)
A. It succeeds and creates multisection backup sets that are used for active database duplication.
B. It fails because there is no connection to a recovery catalog.
C. It succeeds only if the target database is in MOUNT state.
D. It fails because no parallel channels are allocated for the auxiliary database.
Correct Answer: A

 

한국어 해설
RMAN 명령을 살펴보세요.

RMAN> CONNECT TARGET "sbu@prod AS SYSBACKUP";
RMAN> CONNECT AUXILIARY "sbu@dup_db AS SYSBACKUP";
RMAN> DUPLICATE TARGET DATABASE TO dup_db FROM ACTIVE DATABASE PASSWORD FILE SECTION SIZE 400M;

 

 

DUPLICATE 명령에 대한 설명으로 옳은 것은 무엇입니까? (하나 선택)
A. 명령은 성공하여 활성 데이터베이스 복제에 사용되는 다중 섹션 백업 세트를 생성합니다.
B. 복구 카탈로그에 연결되어 있지 않아 실패합니다.
C. 대상 데이터베이스가 MOUNT 상태인 경우에만 성공합니다.
D. 보조 데이터베이스에 병렬 채널이 할당되지 않아 실패합니다.

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

171번과 같은 문제

- QUESTION 178
A database is configured in ARCHIVELOG mode.
A full RMAN backup exists but no control file backup to trace has been taken.
A media failure has occurred. In which two scenarios is incomplete recovery required? (Choose two.)

A. after losing all members of the CURRENT online redo log group
B. after losing all copies of the control file
C. after losing an UNDO tablespace that is in use
D. after losing all members of an INACTIVE online redo log group
E. after losing a SYSAUX tablespace data file
Correct Answer: AB

한국어 해설
데이터베이스가 ARCHIVELOG 모드로 구성되어 있습니다.
전체 RMAN 백업은 있지만 추적할 제어 파일 백업이 생성되지 않았습니다.
미디어 오류가 발생했습니다. 불완전 복구가 필요한 두 가지 시나리오는 무엇입니까? (두 가지 선택)

A. 현재 온라인 리두 로그 그룹의 모든 멤버가 손실된 후
B. 제어 파일의 모든 사본이 손실된 후
C. 사용 중인 UNDO 테이블스페이스가 손실된 후
D. 비활성 온라인 리두 로그 그룹의 모든 멤버가 손실된 후
E. SYSAUX 테이블스페이스 데이터 파일이 손실된 후

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

- QUESTION 179
A redaction policy was added to the SAL column of the SCOTT.EMP table:


All users have their default set of system privileges.
For which three situations will data not be redacted? (Choose three.)
A. SYS sessions, regardless of the roles that are set in the session
B. SYSTEM sessions, regardless of the roles that are set in the session
C. SCOTT sessions, only if the MGR role is set in the session
D. SCOTT sessions, only if the MGR role is granted to SCOTT
E. SCOTT sessions, because he is the owner of the table
F. SYSTEM session, only if the MGR role is set in the session
Correct Answer: ABD

한국어 해설
SCOTT.EMP 테이블의 SAL 열에 편집 정책이 추가되었습니다.


모든 사용자는 기본 시스템 권한을 갖습니다.
어떤 세 가지 상황에서 데이터가 삭제되지 않습니까? (세 가지 선택)
A. 세션에 설정된 역할과 관계없이 SYS 세션
B. 세션에 설정된 역할과 관계없이 SYSTEM 세션
C. 세션에 MGR 역할이 설정된 경우에만 SCOTT 세션
D. MGR 역할이 SCOTT에게 부여된 경우에만 SCOTT 세션
E. 테이블 소유자이기 때문에 SCOTT 세션
F. 세션에 MGR 역할이 설정된 경우에만 SYSTEM 세션

 

- QUESTION 180
Examine the command to duplicate a database:

RMAN> DUPLICATE TARGET DATABASE TO cdb PLUGGABLE DATABASE pdb1, pdb5;


Which two statements are true about the DUPLICATE command? (choose two)
A. The root and the seed database in the container database (CDB) are also duplicated.
B. A backup of PDB1 and PDB5 must exist before executing the command.
C. The SPFILE is copied along with the data files of the pluggable databases (PDBs).
D. An auxiliary instance must be started with the initialization parameter ENABLE_PLUGGABLE_DATABASE set to TRUE.
E. The DUPLICATE command first creates a backup, and then duplicates the PDBs by using the backup.
Correct Answer: AD

한국어 해설
데이터베이스를 복제하는 명령을 살펴보세요.

RMAN> DUPLICATE TARGET DATABASE TO cdb PLUGGABLE DATABASE pdb1, pdb5;


DUPLICATE 명령에 대해 참인 두 가지 설명은 무엇입니까? (두 개 선택)
A. 컨테이너 데이터베이스(CDB)의 루트 데이터베이스와 시드 데이터베이스도 복제됩니다.
B. 명령을 실행하기 전에 PDB1과 PDB5의 백업이 있어야 합니다.
C. SPFILE은 플러그형 데이터베이스(PDB)의 데이터 파일과 함께 복사됩니다.
D. 보조 인스턴스는 초기화 매개변수 ENABLE_PLUGGABLE_DATABASE를 TRUE로 설정하여 시작해야 합니다.
E. DUPLICATE 명령은 먼저 백업을 생성한 다음, 해당 백업을 사용하여 PDB를 복제합니다.

 

- QUESTION 181
A user complains about poor database performance.
You want to verify if the user's session has waited for certain types of I/O activity.
Which view displays all waits waited on by a session at least once?
A. V$SESSION_EVENT
B. V$SESSTAT
C. V$SESSION_WAIT
D. V$SESSION_WAIT_CLASS
E. V$SESSION
Correct Answer: A

한국어 해설
사용자가 데이터베이스 성능 저하에 대해 불평합니다.
사용자 세션이 특정 유형의 I/O 작업을 대기했는지 확인하고 싶습니다.
세션에서 최소 한 번 이상 대기한 모든 대기 시간을 표시하는 뷰는 무엇입니까?
A. V$SESSION_EVENT
B. V$SESSTAT
C. V$SESSION_WAIT
D. V$SESSION_WAIT_CLASS
E. V$SESSION

- QUESTION 182
Which three are true about Rapid Home Provisioning of Oracle software? (Choose three.)
A. It can be used to patch existing Oracle software installations.
B. It can be used only on nodes with Oracle Grid Infrastructure installed.
C. It can be used to create a single-instance Oracle Database in an already-installed Oracle home.
D. It can be used to deploy new homes without disrupting active databases.
E. It can be used to create templates of Oracle homes as gold images of only Oracle databases.
F. It can be used to upgrade only single-instance databases running on Oracle Restart.
Correct Answer: ACD

한국어 해설
Oracle 소프트웨어의 Rapid Home Provisioning에 대한 세 가지 설명은 무엇입니까? (세 가지 선택)
A. 기존 Oracle 소프트웨어 설치에 패치를 적용하는 데 사용할 수 있습니다.
B. Oracle Grid Infrastructure가 설치된 노드에서만 사용할 수 있습니다.
C. 이미 설치된 Oracle 홈에 단일 인스턴스 Oracle 데이터베이스를 생성하는 데 사용할 수 있습니다.
D. 활성 데이터베이스를 중단하지 않고 새 홈을 배포하는 데 사용할 수 있습니다.
E. Oracle 홈 템플릿을 Oracle 데이터베이스만의 골드 이미지로 생성하는 데 사용할 수 있습니다.
F. Oracle Restart에서 실행 중인 단일 인스턴스 데이터베이스만 업그레이드하는 데 사용할 수 있습니다.

 

- QUESTION 183
Which two are true about common objects? (Choose two.)
A. They can be created only in CDB$ROOT.
B. They can be only metadata-linked in an application container.
C. They can exist in user-defined schemas only in application containers.
D. They can exist in CDB$ROOT and an application root.
E. They can be extended data-linked in CDB$ROOT.
F. They can be created only in an application root.
Correct Answer: DF

한국어 해설
일반 객체에 대해 참인 두 가지는 무엇입니까? (두 개 선택)
A. CDB$ROOT에만 생성할 수 있습니다.
B. 애플리케이션 컨테이너에서만 메타데이터에 연결될 수 있습니다.
C. 애플리케이션 컨테이너의 사용자 정의 스키마에만 존재할 수 있습니다.
D. CDB$ROOT와 애플리케이션 루트에 존재할 수 있습니다.
E. CDB$ROOT에서 데이터 연결로 확장될 수 있습니다.
F. 애플리케이션 루트에서만 생성할 수 있습니다.

 

- QUESTION 184
Which three are true about SGA memory management in a multitenant database? (Choose three.)
A. SGA_MIN_SIZE cannot be set for a PDB.
B. Setting SHARED_POOL_SIZE for a PDB guarantees a minimum amount of Shared Pool memory for that PDB.
C. Setting SGA_TARGET for a PDB guarantees a minimum amount of SGA memory for that PDB.
D. The SHARED_POOL_SIZE setting for a PDB can be up to 80% of the SHARED_POOL_SIZE setting of the root container.
E. Setting DB_CACHE_SIZE for a PDB guarantees a minimum amount of Database Buffer Cache memory for that PDB.
F. The SGA_TARGET setting for a PDB cannot exceed 50% of the SGA_TARGET value of the root container
Correct Answer: BEF

한국어 해설
멀티테넌트 데이터베이스의 SGA 메모리 관리에 대한 세 가지 사실 중 옳은 것은 무엇입니까? (세 가지 선택)
A. PDB에 SGA_MIN_SIZE를 설정할 수 없습니다.
B. PDB에 SHARED_POOL_SIZE를 설정하면 해당 PDB에 대한 최소 공유 풀 메모리가 보장됩니다.
C. PDB에 SGA_TARGET을 설정하면 해당 PDB에 대한 최소 SGA 메모리가 보장됩니다.
D. PDB에 대한 SHARED_POOL_SIZE 설정은 루트 컨테이너의 SHARED_POOL_SIZE 설정의 최대 80%까지 가능합니다.
E. PDB에 DB_CACHE_SIZE를 설정하면 해당 PDB에 대한 최소 데이터베이스 버퍼 캐시 메모리가 보장됩니다.
F. PDB에 대한 SGA_TARGET 설정은 루트 컨테이너의 SGA_TARGET 값의 50%를 초과할 수 없습니다.