您所在的位置:
首页 > 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
网友评论