问题:
用命令startup启动实例时,报错“ORA-03113:通信通道的文件结尾”。
解决:
SQL> startup mount ORACLE 例程已经启动。 Total System Global Area 835104768 bytes Fixed Size 2217952 bytes Variable Size 637536288 bytes Database Buffers 188743680 bytes Redo Buffers 6606848 bytes 数据库装载完毕。 SQL> recover database until time ‘2010-09-09 1:45:02‘; 完成介质恢复。 SQL> alter database open resetlogs; 数据库已更改。 SQL> shutdown 数据库已经关闭。 已经卸载数据库。 ORACLE 例程已经关闭。 SQL> startup ORACLE 例程已经启动。 Total System Global Area 835104768 bytes Fixed Size 2217952 bytes Variable Size 637536288 bytes Database Buffers 188743680 bytes Redo Buffers 6606848 bytes 数据库装载完毕。 数据库已经打开。
时间: 2024-10-06 23:27:41