Users in your production database complain that they are getting the following error message while trying to insert rows into the ORDERS table: ERROR at line 1: ORA-01654: unable to extend index USERS.ORDERS_IND by 8 in tablespace INDEXES While investigating, you find that the INDEXES tablespace has run out of space and there is no more free space on the disk where the data files are available. Which two actions could you perform to overcome this error without affecting the queries that are currently being executed?()
- Adrop and re-create the index
- Bcoalesce the ORDERS_IND index
- Ccoalesce the INDEXES tablespace
- Ddrop and re-create the ORDERS table
- Erebuild the index online and move it to another tablespace