ORA-00041: active time limit exceeded – session terminated
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-00041:严重故障:实例已激活,但未配置
ORA-00041: Serious Fault: Instance activated, but no instance configurations exist
ORA-00041:严重故障:实例已激活,但没有实例配置
1、多个ORACLE_HOME被同时安装或安装被取消,但是服务器还没有被shutdown;
2、服务器重启后,数据库并未按照预期启动;
1、首先实名查看alert日志文件(alert_SID.log),确认错误信息;
2、接着检查当前的ORACLE_HOME是否正确的设置;
3、如果你已安装了多个ORACLE_HOME,那么就需要将错误的ORACLE_HOME及其组件删除;
4、最后shutdown 数据库,然后重新启动,看看问题是否解决。