1Z1-050 試験問題を無料オンラインアクセス
| 試験コード: | 1Z1-050 |
| 試験名称: | Oracle Database 11g: New Features for Administrators |
| 認定資格: | Oracle |
| 無料問題数: | 183 |
| 更新日: | 2026-06-05 |
View the Exhibit that sets the threshold for the Current Open Cursors Count metric.
Why is the Significance Level threshold type not available in the threshold setting?
View the Exhibit and examine the output.
You executed the following command to enable Flashback Data Archive on the EXCHANGE_RATE table:
ALTER TABLE exchange_rate FLASHBACK ARCHIVE;
What is the outcome of this command?
You issued the following command:
CREATE GLOBAL TEMPORARY TABLE admin_work_area
(startdate DATE,
enddate DATE,
class CHAR(20))
ON COMMIT DELETE ROWS
TABLESPACE tbs_t1;
An index is then created on the ADMIN_WORK_AREA temporary table.
Which two statements are true regarding the TBS_T1 tablespace in the above command? (Choose two.)