之前很多次搭建oracle dg都是通过duplicate方式,今天用rman的备份集来手动恢复搭建dg.Enable Forced LoggingCreate a Password FileConfigure a Standby Redo LogSet Primary Database Initialization ParametersEnable Archiving上面的这些步骤我就不说啦,1
原创 2013-11-22 11:53:59
1270阅读
接着step1我用Rman duplicate测试下.1,2两步请参考step1中的1,23.startup nomount (standby),一定要是nomount.4.rman duplicate(primary)[oracle@dg1 admin]$ rman target /Recovery Manager: Release 11.2.0.2.0 – Production on Tue
原创 2013-11-22 11:53:11
399阅读
大概步骤请参考:1.download patch2.mantain lanuage using OAM3.stop ap4.mantain multi-lan table5.enable mantain mode6.apply patch7.disable mantain mode and start ap8.configure profiledownload apply NLSPatch nls
原创 2013-11-22 11:59:48
433阅读
1.Install rethat 5u42.Check rpm packageUpdate 1 (5.1) or higher of Oracle Linux 5 is requiredUpdate 1 (5.1) or higher of Red Hat Enterprise Linux (RHEL) 5 is requiredThe following packages (or version
原创 2013-11-22 11:58:47
826阅读
写在前面:      相信很多企业都遇到过客户端主机的系统问题,由于分批采购的主机,所以系统也是林林总总,同样是Windows7,却有各种各样的封装的版本。而在后期部署企业内部应用软件或者业务系统插件的时候,总会遇到各种报错,各种系统不兼容,各种不知道是什么错误的error,而一般的解决方法就是重装原版系统,记住一定要是原版的Windows系统!!
原创 2016-05-04 23:34:41
1106阅读
这两天重新在装SCCM,又发现新问题,明明prerequisite check全过,但安装时,告诉我can't create tabel and database, contact SQL administrator。我反复检查,我使用的域账号在Domain Admin组,同时在也本地管理员组,所在的两个SQL组也在System Admin组里面(SQLServer2005MSSQLUsers$W
原创 2011-02-16 12:11:49
344阅读
敲代码,写程序有时是基于一种契机,比如我看到一本书上说"假如你要做一个
原创 2022-06-04 01:07:41
849阅读
Mat中的step[i], step1(i), elemsize, elemsize1在读取数据和数据 仍然能提供行的字节数。.
原创 2021-11-30 11:32:09
540阅读
转眼一年的1/12就要过去了,呵呵,真快   说说SCCM2007安装,折腾死我了,好几天了,总算搞定,唉,惭愧   SCCM2007要求Win2K3 R2以上的平台,我用的是Win2K8 R2,不过是中文版的,还需要SQL2K5 R2。WSUS和IIS,加上BITS和webdav(这两个折腾死我,过后说)。   我按要求都装好,然后运行 pre chec
原创 2011-01-31 13:08:19
748阅读
鸿蒙next app应用层串口通讯
原创 5月前
70阅读
1点赞
1评论
Created by Jerry Wang, last modified on Oct 24, 2014starting point:...
原创 2021-07-15 15:45:08
217阅读
闲话少说,直接上代码 串口封装SerialBean.extimport serialPort from 'libentry.so'; import { buffer } from '@kit.ArkTS'; /** * 串口信息 */ export class SerialBean { physicalGunNo: number = -1; serialPath: string =
原创 5月前
75阅读
1点赞
目的:学习实函数、虚函数、纯虚函数,加例程演示码云:https://gitee.com/hinzer/my-notes-of-C_plus思维导图学习笔记1.C++父类指针&子类对象<1>父类指针指向子类对象时,指针原型决定调用哪个函数class People{//基类private: int age; int sex;...
C
原创 2021-07-13 11:04:27
91阅读
目的:掌握类、面向对象的概念,以及相关代码的编写码云:https://gitee.com/hinzer/my-notes-of-C_plus思维导图学习笔记关键词:类、对象、继承、析构方法与构造方法1.类<1>声明class People{private: int age; int sex;public: People();...
原创 2021-07-13 11:04:28
107阅读
Created by Jerry Wang, last modified on Oct 24, 2014Once you have added ZJERRY1022P1 to object ZJERRY1022O1, there will be one inbound queue automatically generated in CRM:...
原创 2021-07-15 15:45:04
92阅读
Created by Jerry Wang, last modified on Oct 27, 2014remove ZJERRY1022C1 from ZJERRY1022O1 in CRM:first inbound queue:then in outbound queue:...
原创 2021-07-15 15:45:07
66阅读
Mirantis OpenStack Fuel6.0安装使用—Step1安装openstack可以手工一步步安装,亦可以使用工具自动化安装,比如devstack,rdo,fuel等等……不过要是用于生产环境还是建议使用 Mirantis OpenStack Fuel ,用人家大神的话来说Mirantis是非常牛逼的一家公司,它是专门做openstack服务的,对openstack的贡献非
转载 精选 2016-07-22 15:21:56
1477阅读
print "Hello World!"action = raw_input("please select your action{1, 2, 3, 4, 5, 6, 7, 8, 9, o}: ")print actionif action == str("1"): #print hello na...
转载 2015-11-14 23:49:00
86阅读
2评论
https://msdn.microsoft.com/en-us/library/ms731835.aspx This is the first of six tasks required to create a basic Windows Communication Foundation (WCF
转载 2015-07-08 17:40:00
88阅读
2评论
Mirantis OpenStack Fuel6.0安装使用—Step2Mirantis OpenStack Fuel6.0安装使用—Step1:http://jizi.updays.cn/archives/35openstack/centos/ubuntu官方镜像下载地址(摘自openstack官网):http://docs.openstack.org/p_w_picpath-guide/obt
转载 精选 2016-07-22 15:24:36
1118阅读
  • 1
  • 2
  • 3
  • 4
  • 5