03 2013 档案
摘要:Creating a GoldenGate Exception Handler to Trap and Log Oracle ErrorsGoldenGate does not provide a standard exceptions handler. By default, a Replicat process will abend should any operational failure occur, and will rollback the transaction to the last known checkpoint. This may not be ideal in a p
阅读全文
摘要:最近,在goldengate的应用场景中,replicat进程经常出现append,start也启动不起来,查看日志,发现出现ora-01403错误,日志内容如下:2012-09-2719:06:39INFOOGG-00996OracleGoldenGateDeliveryforOracle,C_R_C6.prm:REPLICATC_R_C6started.2012-09-2719:06:40WARNINGOGG-01004OracleGoldenGateDeliveryforOracle,C_R_C6.prm:Abortedgroupedtransactionon'***.TB_CO
阅读全文
摘要:linux自定义开机启动服务和chkconfig使用方法1. 服务概述在linux操作系统下,经常需要创建一些服务,这些服务被做成shell脚本,这些服务需要在系统启动的时候自动启动,关闭的时候自动关闭。将需要自动启动的脚本/etc/rc.d/init.d目录下,然后用命令chkconfig --add filename将自动注册开机启动和关机关闭。实质就是在rc0.d-rc6.d目录下生成一些文件连接,这些连接连接到/etc/rc.d /init.d目录下指定文件的shell脚本。2. 手工创建服务在/etc/rc.d/init.d目录下创建shell脚本,文件名auto_run。设置脚本的
阅读全文
摘要:使用vsphere client 克隆虚拟机分类:linux2012-10-29 16:59292人阅读评论(0)收藏举报免费的VMWare ESXi5.0非常强大,于是在vSphere5.0平台中ESXi取代了ESX.,使用ESXi经常会遇到这样的问题,我需要建立多个虚拟机,都是windows2003操作系统,难道必须一个一个安装吗?VMware ESXi、VMware vCenter Server和vSphere Client,它们分别是vSphere的虚拟化层、管理层和接口层。作为接口层的vSphere Client客户端并不提供克隆虚拟机的功能,需要安装vCenter管理ESXi才有这
阅读全文