1z1-034 試験問題を無料オンラインアクセス

試験コード:1z1-034
試験名称:Upgrade Oracle9i/10g OCA to Oracle Database 11g OCP
認定資格:Oracle
無料問題数:148
更新日:2026-09-09
評価
100%

問題 1

To accomplish user-managed backup for the USERS tablespace, you issued the following command to put the tablespace in backup mode:
SQL> ALTER TABLESPACE users BEGIN BACKUP;
While copying the file to the backup destination a power outage caused the instance to terminate abnormally.
Which statement is true about the next database startup and the userstablespace?

問題 2

Evaluate the following statements:
CREATE TABLE purchase_orders (
po_id NUMBER(4),
po_date TIMESTAMP,
supplier_id NUMBER(6),
po_total NUMBER(8,2),
CONSTRAINT order_pk PRIMARY KEY(po_id))
PARTITION BY RANGE(po_date) (
PARTITION Q1 VALUES LESS THAN (TO_DATE('1-apr-2007','d-mon-yyyy'),
PARTITION Q2 VALUES LESS THAN (TO_DATE('1-jul-2007','d-mon-yyyy'),
PARTITION Q3 VALUES LESS THAN (TO_DATE('1-oct-2007','d-mon-yyyy'),
PARTITION Q4 VALUES LESS THAN (TO_DATE('1-jan-2008','d-mon-yyyy'));
CREATE TABLE purchase_order_items (
po_id NUMBER(4) NOT NULL,
product_id NUMBER(6) NOT NULL,
unit_price NUMBER(8,2),
quantity NUMBER(8),
CONSTRAINT po_items_fk FOREIGN KEY (po_id)
REFERENCES purchase_orders(po_id))
PARTITION BY REFERENCE(po_items_fk);
What are the two consequences of the above statements? (Choose two.)

問題 3

SQL> SELECT blocks FROM user_segments WHERE segment_name=,ALTBT; BLOCKS
704
SQL> ALTER TABLE altb SHRINK SPACE COMPACT;
Table altered.
SQL> SELECT blocks FROM user_segments WHERE segment_name=*ALTB*;
BLOCKS
704
View the Exhibit and examine the output and commands executed on the ALTB table.
Why does the number of blocks for the table remain the same after the shrink operation?

問題 4

Which two statements are true regarding the functionality of the remap command in ASMCMD?

問題 5

While designing a database, you created the EMPLOYEES table as an index-organized table (IOT).
You must create a bitmap index on the EMPLOYEES .JOB_ID column.
Which must you do to enable the creation of the bitmap index?

コメントを追加

あなたのメールアドレスが公開されることはありません。個人情報に関する内容は隠されます *

insert code
画面にある文字を入力してください。