nerdexam
Oracle

1Z0-067 · Question #34

Users report this error message when inserting rows into the orders table: ERROR atline1: ORA-01654f:unable to extend index USERS.ORDERS_IND by 8in tablespace INDEXES You determine that the indexes…

The correct answer is B. coalesce the orders,,ind index E. rebuild the index online moving it to another tablespace that has enough free space for the index. https://docs.oracle.com/cd/B28359_01/server.111/b28310/indexes004.htm#i1006864

New Features for Storage

Question

Users report this error message when inserting rows into the orders table:

ERROR atline1:

ORA-01654f:unable to extend index USERS.ORDERS_IND by 8in tablespace INDEXES You determine that the indexes tablespace is out of space and there is no free space on the filesystem used by the Oracle database. Which two must you do to fix this problem without affecting currently executing queries?

Options

  • Adrop and re-create the index
  • Bcoalesce the orders,,ind index
  • Ccoalesce the indexes tablespace
  • Dperform an on line table rebuild using dbns_redefir.ition.
  • Erebuild the index online moving it to another tablespace that has enough free space for the index

How the community answered

(24 responses)
  • A
    13% (3)
  • B
    79% (19)
  • C
    4% (1)
  • D
    4% (1)

Explanation

https://docs.oracle.com/cd/B28359_01/server.111/b28310/indexes004.htm#i1006864

Topics

#index space error#online index rebuild#tablespace coalesce#space management

Community Discussion

No community discussion yet for this question.

Full 1Z0-067 Practice