1Z1-083 문제 81
Which three can be done using Oracle Database Configuration Assistant (DBCA) starting from Oracle Database 19c? (Choose three.)
1Z1-083 문제 82
Examine this configuration:
1. CDB1 and CDB2 are two container databases.
2. PDB1 is a pluggable database in CDB1.
3. PDB1_C1_SRV is a service for PDB1.
4. CDB1_LINK is a database link in CDB2 referring to PDB1.
5. CDB2 is also an entry in tnsnames.ora pointing to the CDB2 database default service.
You execute these commands successfully:
$ sqlplus sys/oracle_4U@cdb2 as sysdba
SQL> CREATE PLUGGABLE DATABASE PDB1
FROM PDB1@CDB1_LINK
SERVICE_NAME_CONVERT=('PDB1_C1_SRV','PDB1_C2_SRV');
Which two are true? (Choose two.)
1. CDB1 and CDB2 are two container databases.
2. PDB1 is a pluggable database in CDB1.
3. PDB1_C1_SRV is a service for PDB1.
4. CDB1_LINK is a database link in CDB2 referring to PDB1.
5. CDB2 is also an entry in tnsnames.ora pointing to the CDB2 database default service.
You execute these commands successfully:
$ sqlplus sys/oracle_4U@cdb2 as sysdba
SQL> CREATE PLUGGABLE DATABASE PDB1
FROM PDB1@CDB1_LINK
SERVICE_NAME_CONVERT=('PDB1_C1_SRV','PDB1_C2_SRV');
Which two are true? (Choose two.)
1Z1-083 문제 83
Which two are prerequisites for performing Flashback Transaction?
1Z1-083 문제 84
Which three tasks can be automatically performed by the Automatic Data Optimization feature of Information lifecycle Management (ILM)?
1Z1-083 문제 85
컨테이너 데이터베이스(CDB)에는 두 개의 플러그형 데이터베이스 PDB1 및 PDB2가 있습니다.
LOCAL_UNDO_ENABLEDdatabase 속성은 CDB에서 FALSE로 설정됩니다.
PDB2의 데이터 파일 24가 삭제되었으며 복원 및 복구해야 합니다.
존재하는 유일한 RMAN 백업은 CDB$ROOT에 연결된 동안 BACKUP DATABASE 명령으로 생성되었습니다.
어느 것이 사실입니까? (3개를 선택하세요.)
LOCAL_UNDO_ENABLEDdatabase 속성은 CDB에서 FALSE로 설정됩니다.
PDB2의 데이터 파일 24가 삭제되었으며 복원 및 복구해야 합니다.
존재하는 유일한 RMAN 백업은 CDB$ROOT에 연결된 동안 BACKUP DATABASE 명령으로 생성되었습니다.
어느 것이 사실입니까? (3개를 선택하세요.)
