Users report this error message when inserting rows into the orders table:ERROR at line1:ORA-01654f:unable to extend ind

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899559
Joined: Mon Aug 02, 2021 8:13 am

Users report this error message when inserting rows into the orders table:ERROR at line1:ORA-01654f:unable to extend ind

Post by answerhappygod »

Users report this error message when inserting rows into the orders table:ERROR at line1:ORA-01654f:unable to extend index USERS.ORDERS_IND by 8 in tablespace INDEXESYou 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? (Choose two.)

A. drop and re-create the index
B. coalesce the order.ind index
C. coalesce the indexes tablespace
D. perform an on line table rebuild using dbms_redefinition E. rebuild the index online moving it to another tablespace that has enough free space for the index
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!

This question has been solved and has 1 reply.

You must be registered to view answers and replies in this topic. Registration is free.


Register Login
 
Post Reply