Oracle
1Z0-063 · Question #112
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 A. drop and re-create the index C. coalesce the indexes tablespace. See the full explanation below for the reasoning.
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
(22 responses)- A82% (18)
- B5% (1)
- D9% (2)
- E5% (1)
Community Discussion
No community discussion yet for this question.