rman恢复损坏的数据块 最新更新| 软件分类| 专题汇总| 手机版

您所在的位置:首页 > rman恢复损坏的数据块 > 信息评论 >

rman恢复损坏的数据块

  create user test identified by test default tablespace ts_test;  grant resource,connect to test;  create table t1 (id number,name varchar2(20));  insert into t1 values (1,'xx');  commit;  rman  connect target /;  run {  backu

网友评论

发表评论

(您的评论需要经过审核才能显示)