Oracle Error ORA-01219: database not open: queries allowed on fixed tables/views only

Oracle Error Message

ORA-01219: database not open: queries allowed on fixed tables/views only

Reason for the Error

A query was issued against an object not recognized as a fixed table or fixed view before the database has been opened.

Solution

Re-phrase the query to include only fixed objects, or open the database.