rman duplicate 克隆数据库命令参考-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 3503015
  • 博文数量: 718
  • 博客积分: 1860
  • 博客等级: 上尉
  • 技术积分: 7790
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-07 08:51
个人简介

偶尔有空上来看看

文章分类

全部博文(718)

文章存档

2024年(4)

2023年(74)

2022年(134)

2021年(238)

2020年(115)

2019年(11)

2018年(9)

2017年(9)

2016年(17)

2015年(7)

2014年(4)

2013年(1)

2012年(11)

2011年(27)

2010年(35)

2009年(11)

2008年(11)

最近访客
相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: oracle

2020-11-20 15:45:23


  1. rman target sys/oracle@orcl auxiliary sys/oracle@orcl_dg <<eof
  2. run {
  3. allocate channel prmy1 type disk;
  4. allocate channel prmy2 type disk;
  5. allocate channel prmy3 type disk;
  6. allocate channel prmy4 type disk;
  7. allocate auxiliary channel stby1 type disk;
  8. allocate auxiliary channel stby2 type disk;
  9. allocate auxiliary channel stby3 type disk;
  10. allocate auxiliary channel stby4 type disk;
  11. allocate auxiliary channel stby5 type disk;
  12. duplicate target database for standby from active database nofilenamecheck
  13. spfile
  14.   set db_unique_name='orcl_dg'
  15.   set db_file_name_convert='/u01/app/oracle/oradata/orcl','/u01/app/oracle/oradata/orcl_dg'
  16.   set log_file_name_convert='/u01/app/oracle/oradata/orcl','/u01/app/oracle/oradata/orcl_dg'
  17.   set control_files='/u01/app/oracle/oradata/orcl_dg/control01.ctl'
  18.   set fal_client='orcl_dg'
  19.   set fal_server='orcl'
  20.   set standby_file_management='auto'
  21.   set log_archive_config='dg_config=(orcl,orcl_dg)'
  22.  set log_archive_dest_1='location=/arch valid_for=(all_logfiles,all_roles) db_unique_name=orcl_dg'
  23.   set log_archive_dest_2='service=orcl lgwr async compression=enable valid_for=(online_logfile,primary_role) db_unique_name=orcl'
  24.   set audit_file_dest='/u01/app/oracle/admin/orcl_dg/adump'
  25.   set diagnostic_dest='/u01/app/oracle'
  26.   set cluster_database='false'
  27.   reset remote_listener
  28.   reset local_listener
  29.   reset db_create_file_dest
  30. set undo_tablespace='undotbs1'
  31. ;
  32. release channel prmy1;
  33. release channel prmy2;
  34. release channel prmy3;
  35. release channel prmy4;
  36. release channel stby1;
  37. release channel stby2;
  38. release channel stby3;
  39. release channel stby4;
  40. release channel stby5;
  41. }
  42. eof

阅读(1188) | 评论(0) | 转发(0) |
0

上一篇:取消dg配置

下一篇:/etc/multipath.conf 样例

给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图