ORA-16403: shut down in progress – remote connection is not permitted
Cause: A redo transport session could not be started because the database was shutting down.
Action: Wait for the remote instance to be restarted, or contact your DBA.
这是一个Oracle数据库的错误信息,表示当前的数据库正在关闭,进行远程连接无效。
1.确定Oracle数据库正在关闭,如果没有,检查你的网络连接;
2.如果Oracle数据库真的正在关闭,那么你只能等它关闭完成,然后再尝试远程连接;
3.如果Oracle数据库中有正在处理的事务,则可能需要执行替换关闭操作;
4.完成这一步之后,再次尝试进行远程连接。