1Z1-083試験無料問題集「Oracle Database Administration II 認定」

Which four are true about a Recovery Manager (RMAN) duplication without a TARGET connection? (Choose four.)

正解:A,C,D,G 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
For which two tasks can you use the DBMS_PDB.DESCRIBE procedure?

Which two are true about monitoring waits for sessions and services?

Which three resources are always shared among CDB$ROOT and pluggable databases (PDBs)?
(Choose three.)

正解:A,B,E 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Which two are true about creating RMAN backups for an Oracle container database? (Choose two.)

解説: (GoShiken メンバーにのみ表示されます)
Examine this configuration:
1. The ORCLdatabase data files are in Automatic Storage Management (Oracle ASM) disk group
+DATA.
2. ORCLuses disk group +FRAfor the Fast Recovery Area.
3. LISTENER is the listener for ORCL.
4. The database, listener, ASM instance, and ASM disk groups are managed by Oracle Restart.
5. All components are currently shut down.
You execute this command:

What is the outcome?

解説: (GoShiken メンバーにのみ表示されます)
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?

Which three are true about corrupted data blocks and their recovery in an Oracle Database?

正解:B,E,F 解答を投票する
Which three are true about Oracle pluggable databases (PDBs)?

正解:A,B,D 解答を投票する
You are working on an Oracle Database 19c database. You enabled the Flashback Database feature. Which two statements regarding flashback logs are true? (Choose two.)

You plan to perform cross-platform PDB transport using XTTS.
Which two are true? (Choose two.)

解説: (GoShiken メンバーにのみ表示されます)
Which two statements are true about encrypted backups performed by using RMAN?

Application PDBs, SALES_APP1and SALES_APP2, must be created and they must access common tables of the SALES_APPapplication.
Examine these steps:
1. Install the SALES_APPapplication, including the common tables, in the application root.
2. Install the SALES_APPapplication in the application root and the common tables in both the CDB root and the application root.
3. Create an application seed.
4. Install the SALES_APPapplication in the application seed.
5. Create the SALES_APP1and SALES_APP2application PDBs.
6. Sync the SALES_APP1and SALES_APP2application PDBs with the application root.
7. Sync the SALES_APP1and SALES_APP2application PDBs with the application seed.
8. Sync the application seed with the application root.
Which are the minimum required steps in the correct sequence?

While backing up to an SBT channel, you determine that the read phase of your compressed Recovery Manager (RMAN) incremental level 0 backup is a bottleneck.
FORCE LOGGINGis enabled for the database.
Which two could improve read performance? (Choose two.)

解説: (GoShiken メンバーにのみ表示されます)
Which three are true about monitoring waits for sessions and services? (Choose three.)

正解:C,D,F 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Which three are true about opatchauto? (Choose three.)

正解:B,D,F 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Which two statements are true about recovering logically corrupted tables or table partitions from an RMAN backup?

Choose the best answer. 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?