Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

A SQL*Loader execution has failed before completing a load to a partitioned table with local and global indexes. Which result can you expect?

0
Posted

A SQL*Loader execution has failed before completing a load to a partitioned table with local and global indexes. Which result can you expect?

0

Both local and global indexes are marked unusable. • Evaluate this CREATE INDEX statement: CREATE INDEX storm_track_indx ON storm_track (storm_id) LOCAL (PARTITION P1 TABLESPACE user_data1, PARTITION P2 TABLESPACE user_data2, PARTITION P3 TABLESPACE user_data3); If partition P3 is marked as unusable, what is true about subsequent operations? You can execute SELECT or DML statements that require the index as long as they do not access the P3 partition.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.