ORA-01109: database not open
Cause: A command was attempted that requires the database to be open.
Action: Open the database and try the command again
1.您尝试以某种方式访问数据库(例如执行某种SQL语句),但没有使用 STARTUP 命令正确打开数据库.
2.数据库已经关闭。
1.使用SQL*Plus启动数据库实例,执行 STARTUP 命令或 ALTER DATABASE OPEN
2.如果您正在使用客户端,确保客户端已正确连接到服务器/云环境中的数据库实例。
3.如果您是管理员,检查tnsnames.ora文件以确保服务器/云环境中的所有数据库已正确配置。