ORA-01219: database not open: queries allowed on fixed tables/views only
What triggered the Error:
A query was issued against an object not recognized as a fixed table or fixed view before the database has been opened.What should we do to fix it:
Re-phrase the query to include only fixed objects, or open the database.