Cause: Unable to create a consistent snapshot of the object in a read only database. Transaction recovery must be performed before opening the database read only. See the solution below.
Error solution: Open the database read write, allow dead transaction recovery to complete and then open the database read only.
Database version: Oracle 11g Release 2 (11.2)