1z1-062試験無料問題集「Oracle Database 12c: Installation and Administration 認定」

Which two statements are true about the Database Configuration Assistant (DBCA)? (Choose two.)

解説: (GoShiken メンバーにのみ表示されます)
What is the effect of specifying the "ENABLE PLUGGABLE DATABASE" clause in a "CREATE DATABASE" statement?

解説: (GoShiken メンバーにのみ表示されます)
Which two statements are true about Oracle Data Pump export and import operations? (Choose two.)

解説: (GoShiken メンバーにのみ表示されます)
Which three are activities performed by SMON? (Choose three.)

正解:D,E,F 解答を投票する
A senior DBA asked you to execute the following command to improve performance:
SQL> ALTER TABLE subscribe log STORAGE (BUFFER_POOL recycle);
You checked the data in the SUBSCRIBE_LOG table and found that it is a large table containing one million rows.
What could be a reason for this recommendation?

解説: (GoShiken メンバーにのみ表示されます)
Which three statements are true about windows? (Choose three.)

正解:A,D,E 解答を投票する
Examine the command:
SQL> ALTER SYSTEM SET ENABLE_DDL_LOGGING=TRUE;
Which two statements are true in this scenario? (Choose two.)

Which three statements are true about using flashback database in a multitenant container database (CDB)?
(Choose three.)

正解:A,B,C 解答を投票する
Flashback is enabled for your multitenant container database (CDB), which contains two pluggable database (PDBs). A local user was accidently dropped from one of the PDBs.
You want to flash back the PDB to the time before the local user was dropped. You connect to the CDB and execute the following commands:
SQL > SHUTDOWN IMMEDIATE
SQL > STARTUP MOUNT
SQL > FLASHBACK DATABASE to TIME "TO_DATE ('08/20/12' , 'MM/DD/YY')";
Examine following commands:
1. ALTER PLUGGABLE DATABASE ALL OPEN;
2. ALTER DATABASE OPEN;
3. ALTER DATABASE OPEN RESETLOGS;
Which command or commands should you execute next to allow updates to the flashback back schema?

Which three statements are true about Database Resource Manager? (Choose three.)

正解:B,C,D 解答を投票する
Which two actions does an incremental checkpoint perform? (Choose two.)

解説: (GoShiken メンバーにのみ表示されます)
You are about to plug a multi-terabyte non-CDB into an existing multitenant container database (CDB).
The characteristics of the non-CDB are as follows:
- Version: Oracle Database 11g Release 2 (11.2.0.2.0) 64-bit
- Character set: AL32UTF8
- National character set: AL16UTF16
- O/S: Oracle Linux 6 64-bit
The characteristics of the CDB are as follows:
- Version: Oracle Database 12c Release 1 64-bit
- Character Set: AL32UTF8
- National character set: AL16UTF16
- O/S: Oracle Linux 6 64-bit
Which technique should you use to minimize down time while plugging this non-CDB into the CDB?

解説: (GoShiken メンバーにのみ表示されます)
You support Oracle Database 12c Oracle Database 11g, and Oracle Database log on the same server.
All databases of all versions use Automatic Storage Management (ASM).
Which three statements are true about the ASM disk group compatibility attributes that are set for a disk group? (Choose three.)

正解:A,C,D 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
You determine that database performance is sub-optimal due to hard parsing statements. Automatic Shared Memory Management (ASMM) is disabled for your database instance.
Which tool would you use to get advice on how to improve performance?

解説: (GoShiken メンバーにのみ表示されます)
Which two statements are true about standard database auditing? (Choose two.)