Oracle DBA, How To, Error, Cause and Action

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

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




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




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

No comments:

Post a Comment

Thanks for your comment.