Database Error Messages

ORA-01219

Database or pluggable database not open. Queries allowed on fixed tables or views only.

Cause

A query was issued against an object not recognized as a fixed table or fixed view before the database or pluggable database was open.


Action

Rewrite the query to include only fixed objects, or open the database or pluggable database.