Oracle Upgrade to Oracle Database 12c - 1Z1-060 模擬練習

Examine the following command;
ALTER SYSTEM SET enable_ddl_logging = TRUE;
Which statement is true?

正解: B
解説: (PassTest メンバーにのみ表示されます)
You issue the following command to alter the country column in the departments table:

Which statement is true?

正解: A
Which two are true concerning a multitenant container database with three pluggable databases?

正解: B,C
You need to create a table for a banking application. One of the columns in the table has the following requirements:
1) You want a column in the table to store the duration of the credit
period.
2) The data in the column should be stored in a format such that it can be easily added and subtracted with date data type without using conversion functions.
3) The maximum period of the credit provision in the application is 30
days.
4) The interest has to be calculated for the number of days an
individual has taken a credit for.
Which data type would you use for such a column in the table?

正解: D
You performed an incremental level 0 backup of a database:
RMAN > BACKUP INCREMENTAL LEVEL 0 DATABASE;
To enable block change tracking after the incremental level 0 backup, you issued this command:
SQL > ALTER DATABASE ENABLE BLOCK CHANGE TRACKING USING FILE
` /mydir/rman_change_track.f';
To perform an incremental level 1 cumulative backup, you issued this command:
RMAN> BACKUP INCREMENTAL LEVEL 1 CUMULATIVE DATABASE;
Which three statements are true?

正解: A,B,E
解説: (PassTest メンバーにのみ表示されます)
Which two statements are true when row archival management is enabled?

正解: B,E
解説: (PassTest メンバーにのみ表示されます)
Which statement is true regarding the default behavior of the order by clause?

正解: C
解説: (PassTest メンバーにのみ表示されます)
Which two statements are true when the listener handles connection requests to an Oracle 12c database instance with multithreaded architecture enabled in UNIX?

正解: A,B
In your Oracle 12c database, you create two roles: AUDITORand AUDIT_ADMIN. You then execute the following commands:

To create a privilege analysis policy for the AUDIT_ADMINrole, you execute the following PL/SQLblock:

Which statement is correct about the procedure?

正解: A
解説: (PassTest メンバーにのみ表示されます)
You plan to recover the SCOTT.EMP table to a specific point in time by using RMAN:
RMAN> RECOVER TABLE SCOTT.EMP UNTILL SYSDATE-2 USING AUXILIARY LOCATION
`+RECO';
Which five steps are performed by RMAN?

正解: B,C,D,G,H
Your multitenant container database (CDB) containing two pluggable databases, PDB2_1 and PDB2_2, is running in ARCHIEVELOGmode. An RMAN backup exists for the databases.
You issue the following commands and get an error:

Examine the following commands:

Identify two correct sequences of commands to perform a recovery and make the data available.

正解: B,C
The tnsnames.ora file has an entry for the service alias ORCL as follows:

The TNSPING command executes successfully when tested with ORCL; however, from the same OS user session, you are not able to connect to the database instance with the following command:
SQL > CONNECT scott/tiger@orcl
What could be the reason for this?

正解: A
解説: (PassTest メンバーにのみ表示されます)
You must configure Oracle Data Redaction for the EMP table to satisfy the following requirements:
- RANDOM redaction on the SAL and COMM columns
- PARTIAL redaction on the HIREDATE column
- FULL redaction on the MGR column
What would you define to implement this?

正解: D
解説: (PassTest メンバーにのみ表示されます)
Which two statements are true about the use of the procedures listed in the v$sysaux_occupants.move_procedure column?

正解: C,D
解説: (PassTest メンバーにのみ表示されます)