how to use debug mode ar. recover -D9 or recover -d9 ?? can not find in manual ar.?
在这里可以共享 :twisted: http://www.openlab.ca/~yikaikai/backup%20and%20recovery%20guide.pdf
报错信息如下: SQL>recover database; ORA-00283:恢复会话因错误而取消 ORA-00305:日志3(用于线程1)不一致;属于另一个数据库 ORA-00312:联机日志3线程1: 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\REDO03.LOG'
我在备份整个数据库之后然后误删了一个表,我通过restore database 后然后再 recover database until time 后提示错误,我的数据库已经在 '归档日至' 的模式下了.请问我的数据库还要在什么模式下运行,我已经把图片传到附件里面了。希望高手帮我看看。 [ 本帖最后由 yǜ≈≈オ 于 2006-5-25 11:25 编辑 ]
各位大虾: 我insert表内容时出现ora-00376,说是数据库文件不能访问,察看后发现该文件状态为recover,于是 recover datafile 'file',然后出现ora-00308 can not open achived log 'logfile' ora-27037 unable to obtain file status 怎么解决啊? 另外,如果我不用这个数据文件行不行啊,怎么处理? 原来我有个数据文件建错目录了,把它换回到正确的目录,作alter tablespace xx rename datafile 'a' to 'b'可不可以啊?...
我用RMAN(其实是用networker)把ORACLE从A机转移到B机. 1,先恢复了控制文件到B机.(在nomount下) 2,恢复数据文件(我以为是完全恢复,这样不用做recover吧?) 3,但在做REOOVER时出错: RMAN-03002: failure during compilation of command RMAN-03013: command type: recover RMAN-03002: failure during compilation of command RMAN-03013: command type: recover(4) ...
我把ORACLE从A机转移到B机: 1,通过RMAN把A机备份出来的控制文件恢复到B机。 2, 然后restore database到B机, 3,但在做recover database 时出错,如下: RMAN-03022: compiling command: recover(4) RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =======================================================...