1 RESTORE DATABASE db_CSharp from disk='backup.bak' WITH REPLACEWITHREPLACE后面是限定条件,with replace意思是替换,即把原来的数据库用备份abcd.bak替换或者覆盖。
分类:
其他好文 时间:
2015-10-15 10:05:45
阅读次数:
238
今天在sqlServer20005 的management studio里使用bak文件还原数据库的时候,总是失败!Restore failed for Server 'ADANDELI'. (Microsoft.SqlServer.Smo)An exception occurred while e...
分类:
数据库 时间:
2015-10-14 21:39:03
阅读次数:
292
QUESTION NO: 261
When performing a full database disaster recovery with RMAN, in what order would you execute these
steps?
a. Restore the control file from autobackups.
b. Run the RMAN restore an...
分类:
其他好文 时间:
2015-10-10 10:39:26
阅读次数:
182
//http://stackoverflow.com/questions/1241728/can-i-try-catch-a-warningOne possibility is to set your own error handler before the call and restore the...
分类:
Web程序 时间:
2015-10-09 19:50:30
阅读次数:
193
QUESTION NO: 113
What RMAN command is used to execute a tablespace point-in-time recovery?
A. recover
B. duplicate
C. restore
D. copy
E. None of the above
Answer: A什么 RMAN 命令是用来执行表空间时间点恢复A. rec...
分类:
其他好文 时间:
2015-10-05 13:06:47
阅读次数:
156
QUESTION NO: 92
What is the purpose of the until change option of the restore command?
A. It allows you to select the SCN that you want to restore to.
B. It allows you to select the log sequence nu...
分类:
其他好文 时间:
2015-10-05 00:49:10
阅读次数:
198
I.备份所有归档日志文件RMAN> BACKUP FORMAT '/u01/backup/arch_%U_%T' skip inaccessible filesperset 5 ARCHIVELOG ALL DELETE INPUT;II.使用RMAN方式清除RMAN清除方式会自动清除磁盘上的归档日...
分类:
其他好文 时间:
2015-09-23 17:02:50
阅读次数:
190
在做异地恢复数据库试验的时候,报错ORA38856,具体情况如下:源库为ORACLERAC,2节点数据库版本11.2.0.4目标库为单实例ORACLE,版本11.2.0.4源库Rman备份为0级全备在restore成功以后,recover不成功,需要用到原来的onlinelog,重建控制文件,然后alterdatabaseopenresetlogs..
分类:
编程语言 时间:
2015-09-22 14:42:50
阅读次数:
195
这篇文章是记录在我的当前电脑上面,安装Visual Studio 2015 Community Edition出现的无法进行Package Restore的问题,很可能在你的电脑上面无法重现。我的环境是 1.Windows 7 x64 2.已经安装了Visual Studio 2013 3.已经手工...
分类:
其他好文 时间:
2015-09-20 10:22:41
阅读次数:
746
规则备份与恢复:service iptables save 这样会保存到/etc/sysconfig/iptables iptables-save > myipt.rule 可以把防火墙规则保存到指定文件中iptables-restore INPUT--> OUTPUT--> POSTROUTING...
分类:
其他好文 时间:
2015-09-19 15:05:04
阅读次数:
194