ORA-38760: This database instance failed to turn on flashbac
ORA-38760: This database instance failed to turn on flashback database?????? 数据库环境:linux EL5.5-32x86 + oracle 10.2.1 ?????? 在metalink找到解决方法,过程表达的很详细: Subject:? Unable To Turn Off Database Flashback Symptomsthere are problems with flashback database,however,unable to turn off flashback database so that Causethere is a restore point in the database Solutioncheck whether restore points exist: ?????手工创建?flashback 的 restore_point 要小心,过了一段时间,要及时删除。 ? 但是select name from v$restore_point;的结果: SQL> select flashback_on from v$database; FLASHBACK_ON ------------------------------------ YES 1 row selected. SQL> select name from v$restore_point; no rows selected 发现并没有v$restore_point;结果; 试着运行: SQL> Shutdown immediate; SQL> startup mount; ? 然后: SQL> Shutdown immediate; 居然可以了。 再验证一下: SQL> Shutdown immediate; SQL> Startup ORACLE instance started. ? Total System Global Area? 381681664 bytes Fixed Size????????????????? 1273828 bytes Variable Size???????????? 113246236 bytes Database Buffers????????? 264241152 bytes Redo Buffers??????????????? 2920448 bytes Database mounted. Database opened. 可以了,原因什么: 手工设置了alter system set DB_RECOVERY_FILE_DEST='/u99f'; alter system set db_recovery_file_dest_size=2G; 后要小心。 (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |