On Thu, Jul 11, 2024 at 4:16 AM Wasim Devale <wasimd60@xxxxxxxxx> wrote:
Hi All,I have partitioned a table and levied indexes on it but when I do maintenance activities like reindexing it's not happening and the error is index not present on the partitioned table.Please highlight some points on it, Is I am missing something?
Show us the code. Maybe you're doing "CREATE INDEX ... ON ONLY ...;" Or something else; we don't know, since your question is light on details.