文档解释 ORA-00040: active time limit exceeded – call aborted Cause: The Resource Manager SWITCH_TIME limit was exceed
ORA-00040: active time limit exceeded – call aborted
Cause: The Resource Manager SWITCH_TIME limit was exceeded.
Action: Reduce the complexity of the update or query, or contact your database administrator for more infORMation.
ORA-00040:active time limit exceeded – call aborted
由于活动时间超出限制而中止调用,ORA-00040错误。
当客户端尝试连接到数据库,并在OSS设置的活动时间内未完成操作,此时出现ORA-00040错误,抛出连接已中断错误。
1. 使用SHOW PARAMETER可以查看到默认的活动时间限制。
2. 如果要增加活动时间限制,可以使用以下命令:ALTER SYSTEM SET SECONDS_TO_TIMER=”time in seconds” SCOPE=BOTH;
3. 如果要取消活动时间限制,可以使用以下命令:ALTER SYSTEM SET SECONDS_TO_TIMER=0 SCOPE=BOTH;
4. 重新启动数据库来启用新的设置。
--结束END--
本文标题: ORA-00040: active time limit exceeded – call aborted ORACLE 报错 故障修复 远程处理
本文链接: https://lsjlt.com/news/540235.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0