问题: 使用parse平台时需要依赖python 2.7, centos6.5中python版本是2.6.相关因素:1. yum依赖python,因而卸载python时需要考虑这个问题 2. yum没有2.7 python package 因而不能直接upgrade解决方案: 1. 安...
分类:
编程语言 时间:
2014-09-26 10:32:28
阅读次数:
214
OracleGoldenGate学习之--GoldenGate的监控1、使用GGSCI命令监控(1)进入GoldenGate安装目录,运行GGSCI,然后使用infoall查看整体的运行状况GGSCI(aix212)1>infoall
ProgramStatusGroupLagatChkptTimeSinceChkpt
MANAGERRUNNING
EXTRACTRUNNINGEORA_100:00:0000:00:03
EXT..
分类:
数据库 时间:
2014-09-25 23:40:39
阅读次数:
288
贴出作者原帖:http://www.laozhe.net/324.html 主要就是几个文件: cd??/etc/update-motd.d/ ls 00-header?????90-updates-available??98-fsck-at-reboot
10-help-text??91-release-upgrade????9...
分类:
其他好文 时间:
2014-09-24 12:39:56
阅读次数:
771
Setuptools的官方页面 Easily download, build, install, upgrade, and uninstall Python packages 它是一个对python的包进行安装,升级,卸载的模块(包) python2.x: wget?https://bootstrap.pypa.io/ez_setu...
分类:
其他好文 时间:
2014-09-23 21:30:45
阅读次数:
217
goldengate日常维护命令发表于2013 年 7 月 4 日由Asysdba1.查看进程状态GGSCI (PONY) 2> info all2.查看进程详细状态,有助于排错GGSCI (PONY) 2> view report +进程名称3.查看告警日志信息GGSCI (PONY) 2> vi...
分类:
其他好文 时间:
2014-09-23 13:43:04
阅读次数:
267
You can use the GoldenGate Logdump utility to view records in the GoldenGate trail files. The Logdump
utility is part of the regular GoldenGate software installation. Logdump lets you view the unstru...
分类:
其他好文 时间:
2014-09-23 13:35:54
阅读次数:
362
一,软件安装源端和目标端均执行(只要修改相应的目录)1.上传软件,放到ogg的安装目录,并解压mkdir/home/oracle/oggunzip ogg112101_fbo_ggs_Linux_x64_ora11g_64bit.ziptar -xvf fbo_ggs_Linux_x64_ora11...
分类:
其他好文 时间:
2014-09-23 12:00:44
阅读次数:
275
Based on the project created inWix: Using Patch Creation Properties - Small Update,Following changes are made to make a minor upgrade:1. Change Produc...
分类:
其他好文 时间:
2014-09-22 18:51:02
阅读次数:
169
原文地址:http://blog.licess.org/nginx-upgrade/昨天VPS侦探的VPS因为内存爆满挂掉,顺便升级了下Nginx,到最新比较稳定稳定的0.7.65。Nginx编译后就一个小文件,不带动态库,升级也可以无缝升级,并不影响访问。首先下载Nginx:执行wget http...
分类:
其他好文 时间:
2014-09-22 15:58:42
阅读次数:
179
ogg同步的时候,有时候我们会遇见非常大的表。这时候我们可以使用多个replicat进程通过range参数进行分割分别应用到目标端数据库中
例如:
replicat rep2:
MAP scott.emp, TARGET scott.emp, FILTER (@RANGE (1,3));
replicat rep3:
MAP scott.emp, TARGET scott...
分类:
其他好文 时间:
2014-09-22 12:29:32
阅读次数:
172