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

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.)

解説: (GoShiken メンバーにのみ表示されます)
Examine this configuration:
4. CDB1is an Oracle Database 12c Release 2 database containing pluggable databases PDB$SEED, PDB1, and PDB2.
5. PDB$SEEDis open READ ONLY
6. PDB1is open READ WRITE
7. PDB2 is MOUNTED.
8. ORACLE_HOMEis /u01/app/oracle/product/18.1.0/dbhome_1.
You execute these commands before upgrading the database to the current release:

For which databases will fixup scripts be created?

解説: (GoShiken メンバーにのみ表示されます)
Your container database, CDB1, is in local undo mode.
You successfully execute this command while connected to CDB1:
CREATE PLUGGABLE DATABASE pdb1
ADMIN USER pdb1_admin IDENTIFIED BY pdb123 ROLES=(CONNECT)
CREATE_FILE_DEST='/u01/app/oracle/oradata/cdb1/pdb1';
Which three are true about PDB1? (Choose three.)

正解:A,C,D 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Which two are true about the Automatic Database Diasnostic Monitor (ADDM)? (Choose two.)

Which two are true about reclaiming space used by Flashback logs in Oracle Database 19c and later releases? (Choose two.)

解説: (GoShiken メンバーにのみ表示されます)
Which three are located by using environment variables? (Choose three.)

正解:A,C,F 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
A database is configured in ARCHIVELOGmode.
Full RMAN backups are taken and no backup to trace has been taken of the control file.
A media failure has occurred.
In which two scenarios is complete recovery possible? (Choose two.)

解説: (GoShiken メンバーにのみ表示されます)
Which three are true about Transparent Data Encryption (TDE)?

正解:B,C,F 解答を投票する
Choose the best answer. Examine this configuration:
1. CDB1 is a container database.
2.DEFAULT_SHARING is METADATA.
3. APP_ROOT is an application root contained in CDB1.
4. APP_PDB1 is an application PDB contained in APP_ROOT.
5. COMPANYAPP is an application contained in APP_ROOT.
6. EMP is a common table created in APP_ROOT and all its application PDBs, created when version 1.0 of COMPANYAPP was installed.
You execute these commands:
$ sqlplus sys/ orac1e@localhost:1521/cdb1 as sysdba
SQL> ALTER SYSTEM SET DEFAULT_SHARING=DATA; System altered.
SQL> ALTER SESSION SET CONTAINER=app_root; Session altered.
SQL> ALTER PLUGGABLE DATABASE APPLICATION companyapp BEGIN UPGRADE '1.0' TO '2.0'; pluggable database altered.
SQL> ALTER TABLE emp ADD (sal NUMBER NOT NULL) ; Table altered.
SQL> ALTER PLUGGABLE DATABASE APPLICATION companyapp END UPGRADE TO '2.0'; Pluggable database altered.
SQL> ALTER SESSION SET CONTAINER=app_pdb1; Session altered.
SQL> DESC emp; Name Null?
Type -------- ------------------------------------------------------ENO NUMBER ENAME VARCHAR2 (20) SQL> SELECT * FROM emp; ENO ENAME ---------------------------------100 Alan 200 Ben SQL> ALTER PLUGGABLE DATABASE APPLICATION companyapp SYNC; What will be the outcome and why?

Which three are true about a container database (CDB)?

正解:B,E,G 解答を投票する
In which three situations can you use threshold server-generated alerts to help diagnose and fix problems? (Choose three.)

正解:A,E,F 解答を投票する
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?

Examine this output:

Which two are true? (Choose two.)

解説: (GoShiken メンバーにのみ表示されます)
Which three are true about transporting databases across platforms using Recovery Manager (RMAN) image copies? (Choose three.)

正解:C,D,E 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)