文档解释
ORA-38759: Database must be mounted by only one instance and not open.
Cause: An attempt to turn on or off Flashback Database logging was made when the database was open or mounted by more than one instance.
Action: Mount the database in only one instance and retry the command.
ORA-38759错误意味着,当数据库被另一个实例装载时,数据库不能处于打开状态。
官方解释
ORA-38759: 数据库必须由唯一的实例装载,而不能打开。
常见案例
当另一个实例正在装载此数据库的同时,它会产生这个错误。
一般处理方法及步骤
1.检查有没有其它实例正在装载该数据库。
2.如果有,停止其他实例。
3.重新尝试打开数据库。
4.如果问题依然存在,则释放database.
5.再次尝试打开数据库。