ORA-03114 获取报告
您知道当我获取一些 Oracle 报告时出现以下错误的任何原因吗?
“FRM-40735:ON-ERROR 触发器引发了未处理的异常 ORA-03114”
少数用户有时会发生这种情况。
Do you know any reason to get the following error when I'm taking a few Oracle Reports?
"FRM-40735: ON-ERROR trigger raised unhandled exception ORA-03114"
This happens some times to a few users.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
ORA-03114:未连接到 ORACLE
是一个错误,有多种可能的原因。正如它所暗示的,这意味着您的客户端(在本例中为 Forms)已与数据库断开连接。数据库或侦听器可能已关闭。或者客户端的问题可能导致数据库与您断开连接。数据库警报日志中可能有一些消息。
ORA-03114: not connected to ORACLE
is an error with several possible causes. As it suggests, it means your client (Forms in this case) has been disconnected from the database.It's possible that the database or the listener has shut down. Or perhaps a problem with the client has caused the database to disconnect you. There may well be some messages in the database alert log.
ORA-03114
是“未连接到 Oracle” - 我将首先解决此问题。ORA-03114
is "Not Connected to Oracle" - i would begin by troubleshooting this issues first.您以某种方式断开连接(可能是空闲连接超时)
或者有人在您连接时关闭了数据库。无论哪种方式,都意味着您已与数据库断开连接。
Either you got disconnect in some way (perhaps an idle connection timeout)
or someone shut down the DB while you were connected. Either way, it means you are disconnected from the database.