Which two must you do to fix this problem without affecting currently executing queries?

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?

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?

A.
rebuild the index online moving it to another tablespace that has enough free space for
the index

B.
perform an on line table rebuild using dbns_redefir.ition.

C.
coalesce the indexes tablespace

D.
drop and re-create the index

E.
coalesce the orders„ind index



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Dave

Dave

Correct C y D

A. Wrong, “there is no free space on the filesystem used by the Oracle database”
B. Affects executing querys.
E. Wrong, coaleasing the tablespace is freeing more space than coaleasing only the index.