Say you have a hash partitioned table with a local index like this:
CREATE TABLE foo ( bar NUMBER, baz NUMBER, a NUMBER ) PARTITION BY HASH (bar) (