网站页面无法显示完整.检查web服务是正常的,所以可能是ORACLE数据库出了问题. 首先检查闪回日志写满 然后检查归档日志文件写满的缘故了.使用以下几个命令可以看出当前归档日志文件的使用情况: select * from v$recovery_file_dest; select sum(percent_space_used)*3/100 fromv$flash_recovery_area_usage; select * from v$flash_recovery_area_usage; sel
改变闪回日志位置的步骤: A.Change the value of the DB_RECOVERY_FILE_DEST initialization parameter to a new value.B.Shutdown the instance.C.Start the instance and mount the database.D.Execute the ALTER DATABASE FLASHBACK OFF command.E.Execute the ALTER DATABASE F