oracle ORA-03114 获取报告

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/8067639/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 00:25:57  来源:igfitidea点击:

ORA-03114 Getting a report

oraclereportora-03114

提问by Guilherme Ferreira

Do you know any reason to get the following error when I'm taking a few Oracle Reports?

当我获取一些 Oracle 报告时,您知道出现以下错误的任何原因吗?

"FRM-40735: ON-ERROR trigger raised unhandled exception ORA-03114"

“FRM-40735:ON-ERROR 触发器引发了未处理的异常 ORA-03114”

This happens some times to a few users.

这种情况有时会发生在少数用户身上。

回答by APC

ORA-03114: not connected to ORACLEis an error with several possible causes. As it suggests, it means your client (Forms in this case) has been disconnected from the database.

ORA-03114: not connected to ORACLE是一个有多种可能原因的错误。正如它所暗示的那样,这意味着您的客户端(在本例中为表单)已与数据库断开连接。

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.

数据库或侦听器可能已关闭。或者可能是客户端的问题导致数据库与您断开连接。数据库警报日志中可能有一些消息。

回答by diagonalbatman

ORA-03114is "Not Connected to Oracle" - i would begin by troubleshooting this issues first.

ORA-03114是“未连接到 Oracle” - 我将首先解决这个问题。

回答by Daniel Haviv

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.

您以某种方式断开连接(可能是空闲连接超时),或者有人在您连接时关闭了数据库。无论哪种方式,这都意味着您已与数据库断开连接。