ORA-12334: database (link name string) is still open
Cause: You attempted to dismount a database that is still open.
Action: Close the database with the ALTER DATABASE CLOSE command, then re-attempt to dismount the database.
ORA-12334错误是一种连接错误,其错误消息指出错误的链接名字符串仍然保持打开,或者不能正常执行请求的操作。
ORA-12334:数据库(链接名字符串)仍然打开。
应用程序发出OTL OPEN调用以请求打开一个新的会话时,如果OTL文件已经打开,则可能出现此错误。
ORA-12334在应用程序调用OTL函数并尝试添加新连接时可能会出现。
1.检查OTL是否正常工作,在会话末尾关闭OTL。
2.检查连接字符串信息,确保连接字符串正确。
3.重新启动数据库服务器程序,确保服务器无错误。
4.尝试使用SQL命令测试数据库的连接。