Oracle Solution for Error exp-00099

EXP-00099: Table "string "."string " is not in a valid state, table will not be exported

What triggered the Error:

A table or one of its dependant types has modified without cascading the change. This left the table in an INVALID state.

What should we do to fix it:

The table must be updated using ALTER TABLE UPDATE.