1Z1-060 無料問題集「Oracle Upgrade to Oracle Database 12c」
On your Oracle 12c database, you Issue the following commands to create indexes SQL > CREATE INDEX oe.ord_customer_ix1 ON oe.orders (customers_id, sales_rep_id) INVISIBLE; SQL> CREATE BITMAP INDEX oe.ord_customer_ix2 ON oe.orders (customers_id, sales_rep_id); Which two statement are correct?
正解:D、E
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
In your multitenant container database (CDB) containing pluggable database (PDBs), you granted the CREATE TABLE privilege to the common user C # # A_ADMIN in root and all PDBs.
You execute the following command from the root container:
SQL > REVOKE create table FROM C # # A_ADMIN;
What is the result?
You execute the following command from the root container:
SQL > REVOKE create table FROM C # # A_ADMIN;
What is the result?
正解:C
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
You connect to the root container of a multitenant container database (CDB) with SYSDBA privileges by using SQL*Plus.
The CDB has several pluggable databases (PDBs) open in read/write mode.
There are ongoing transactions in both the CDB and the PDBs.
What happens after issuing the SHUTDOWN TRANSACTIONAL statement?
The CDB has several pluggable databases (PDBs) open in read/write mode.
There are ongoing transactions in both the CDB and the PDBs.
What happens after issuing the SHUTDOWN TRANSACTIONAL statement?
正解:C
解答を投票する
You use RMAN to back up a database which uses Automatic Storage Management (ASM) and you use the command to back up the ASM metadata regularly.
MD_BACKUP
You lose an ASM disk group DG1 due to a hardware failure.
In which two ways can you re-create the lost disk group and restore the data? (Choose two.)
MD_BACKUP
You lose an ASM disk group DG1 due to a hardware failure.
In which two ways can you re-create the lost disk group and restore the data? (Choose two.)
正解:A、C
解答を投票する
In a recent Automatic Workload Repository (AWR) report for your database, you notice a high number of buffer busy waits. The database consists of locally managed tablespaces with free list managed segments.
On further investigation, you find that buffer busy waits is caused by contention on data blocks.
Which option would you consider first to decrease the wait event immediately?
On further investigation, you find that buffer busy waits is caused by contention on data blocks.
Which option would you consider first to decrease the wait event immediately?
正解:E
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)

