최신Oracle Upgrade to Oracle Database 12c - 1Z0-060무료샘플문제
문제1
Which normal form is a table in if it has no multi-valued attributes and no partial dependencies?
Which normal form is a table in if it has no multi-valued attributes and no partial dependencies?
정답: A
문제2
Which Oracle Database component is audited by default if the unified Auditing option is enabled?
Which Oracle Database component is audited by default if the unified Auditing option is enabled?
정답: D
문제3
Which two statements are true about the working of system privileges in a multitenant control database (CDB) that has pluggable databases (PDBs)?
Which two statements are true about the working of system privileges in a multitenant control database (CDB) that has pluggable databases (PDBs)?
정답: B,D
문제4
In order to exploit some new storage tiers that have been provisioned by a storage administrator, the partitions of a large heap table must be moved to other tablespaces in your Oracle 12c database?
Both local and global partitioned B-tree Indexes are defined on the table.
A high volume of transactions access the table during the day and a medium volume of transactions access it at night and during weekends.
Minimal disrupt ion to availability is required.
Which three statements are true about this requirement?
In order to exploit some new storage tiers that have been provisioned by a storage administrator, the partitions of a large heap table must be moved to other tablespaces in your Oracle 12c database?
Both local and global partitioned B-tree Indexes are defined on the table.
A high volume of transactions access the table during the day and a medium volume of transactions access it at night and during weekends.
Minimal disrupt ion to availability is required.
Which three statements are true about this requirement?
정답: B,C,E
설명: (ExamPassdump 회원만 볼 수 있음)
문제5
Which two statements are true about the RMAN validate database command?
Which two statements are true about the RMAN validate database command?
정답: D,E
설명: (ExamPassdump 회원만 볼 수 있음)
문제6
In your multitenant container database (CDB) with two pluggable database (PDBs). You want to create a new PDB by using SQL Developer.
Which statement is true?
In your multitenant container database (CDB) with two pluggable database (PDBs). You want to create a new PDB by using SQL Developer.
Which statement is true?
정답: B
설명: (ExamPassdump 회원만 볼 수 있음)
문제7
You execute the following piece of code with appropriate privileges:

User SCOTT has been granted the CREATE SESSION privilege and the MGR role.
Which two statements are true when a session logged in as SCOTT queries the SAL column in the view and the table?
You execute the following piece of code with appropriate privileges:

User SCOTT has been granted the CREATE SESSION privilege and the MGR role.
Which two statements are true when a session logged in as SCOTT queries the SAL column in the view and the table?
정답: B,E
설명: (ExamPassdump 회원만 볼 수 있음)
문제8
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?
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,D,E
설명: (ExamPassdump 회원만 볼 수 있음)
문제9
Which three statements are true concerning the multitenant architecture?
Which three statements are true concerning the multitenant architecture?
정답: A,C,G
설명: (ExamPassdump 회원만 볼 수 있음)
문제10
You want to capture column group usage and gather extended statistics for better cardinality estimates for the CUSTOMERS table in the SH schema.
Examine the following steps:
1. Issue the SELECT DBMS_STATS.CREATE_EXTENDED_STATS (`SH',
`CUSTOMERS') FROM dual statement.
2. Execute the DBMS_STATS.SEED_COL_USAGE (null, `SH', 500) procedure.
3. Execute the required queries on the CUSTOMERS table.
4. Issue the SELECT DBMS_STATS.REPORT_COL_USAGE (`SH', `CUSTOMERS')
FROM dual statement.
Identify the correct sequence of steps.
You want to capture column group usage and gather extended statistics for better cardinality estimates for the CUSTOMERS table in the SH schema.
Examine the following steps:
1. Issue the SELECT DBMS_STATS.CREATE_EXTENDED_STATS (`SH',
`CUSTOMERS') FROM dual statement.
2. Execute the DBMS_STATS.SEED_COL_USAGE (null, `SH', 500) procedure.
3. Execute the required queries on the CUSTOMERS table.
4. Issue the SELECT DBMS_STATS.REPORT_COL_USAGE (`SH', `CUSTOMERS')
FROM dual statement.
Identify the correct sequence of steps.
정답: A
설명: (ExamPassdump 회원만 볼 수 있음)
문제11
An application accesses a small lookup table frequently.
You notice that the required data blocks are getting aged out of the default buffer cache.
How would you guarantee that the blocks for the table never age out?
An application accesses a small lookup table frequently.
You notice that the required data blocks are getting aged out of the default buffer cache.
How would you guarantee that the blocks for the table never age out?
정답: A
설명: (ExamPassdump 회원만 볼 수 있음)
문제12
Examine the memory-related parameters of an Oracle database instance:

Which statement is true?
Examine the memory-related parameters of an Oracle database instance:

Which statement is true?
정답: A
문제13
You issue the following command to alter the country column in the departments table:

Which statement is true?
You issue the following command to alter the country column in the departments table:

Which statement is true?
정답: D
문제14
You notice that the elapsed time for an important database scheduler job is unacceptably long.
The job belongs to a scheduler job class and runs in a scheduler window.
Which two actions could reduce the job's elapsed time?
You notice that the elapsed time for an important database scheduler job is unacceptably long.
The job belongs to a scheduler job class and runs in a scheduler window.
Which two actions could reduce the job's elapsed time?
정답: C,D