Oracle Error ORA-01466: unable to read data – table definition has changed

Oracle Error Message

ORA-01466: unable to read data – table definition has changed

Reason for the Error

Query parsed after tbl (or index) change, and executed w/old snapshot

Solution

commit (or rollback) transaction, and re-execute