摘要:
无备份恢复表空间前提是归档存在[oracle@NetData-ora10g-118 ~]$ rman target /Recovery Manager: Release 10.2.0.5.0 - Production on Tue Aug 5 10:02:46 2014Copyright (c) 1... 阅读全文
2015年6月14日 #
摘要:
declare @bakfile varchar(30), @bakfilediff varchar(30),@pathfull varchar(50),@pathdiff varchar(50)set @bakfile='hp'+CONVERT(varchar(10),GETDATE(),112)... 阅读全文
摘要:
模拟环境1. 做操作之前先备份数据库RMAN> run { # Hot database level 0 whole backup allocate channel t1 type disk; backup incremental level 0 skip inaccessible format '... 阅读全文