Target Side Setup
Install OGG on Target Side
Creates required directories for OGG
[oracle@vzwc1 ggs]$ ./ggsci
Oracle GoldenGate Command Interpreter for Oracle
Version 11.2.1.0.23 1870940...
分类:
数据库 时间:
2014-06-18 12:37:31
阅读次数:
442
DDL Setup Steps
SQL> grant execute on utl_file to ggs;
Grant succeeded.
Create GLOBALS file
[oracle@zwc ~]$ cd /ggs/
[oracle@zwc ggs]$ cat GLOBALS
GGSCHEMA GGS
run marker_s...
分类:
数据库 时间:
2014-06-17 23:24:30
阅读次数:
534
1. Install Java and set JAVA_HOME2. Install IntelliJ IDH and Scala plugin3. Download spark1.0.04. Generate a workspace for IDEA[shaochen@linux spark-1...
分类:
其他好文 时间:
2014-06-17 19:55:22
阅读次数:
262
CentOS中无法使用setup命令提示:-bash:setup:commandnotfound解决方法:出现这个问题是因为Minimal安装模式,所以并没有安装setuptool软件。倘若使用图形安装模式的话即使选择“以后定制软件”也可以在安装好系统之后直接使用setup命令,解决办法为:使用yum源直接下载安装或..
分类:
其他好文 时间:
2014-06-17 18:03:05
阅读次数:
330
堆栈信息:2014-6-17 10:33:58 org.apache.tomcat.util.digester.Digester endElement严重: End event threw exceptionjava.lang.IllegalArgumentException: Can't conv...
分类:
编程语言 时间:
2014-06-17 16:02:16
阅读次数:
312
STEP1: Open Terminal
SETP2: Run setup.py
SETP3: Run source /Users/your_user/.bash_profile( so that environment variables are actually updated)
SETP4: Run cocos new my game -p com.your_company.mygame -l cpp -d /diretory_to_your_game
Open Terminal
R...
分类:
其他好文 时间:
2014-06-16 12:22:35
阅读次数:
178
最近工作需要,用Cython写了*.pyx扩展,并将其编译成C文件,最后转换为so扩展,供python引用
使用 distutils 编译,建立一个
setup.py
的脚本
from distutils.core import setup
from distutils.extension import Extension
from Cython.Distutils import b...
分类:
编程语言 时间:
2014-06-15 15:22:58
阅读次数:
357
1 安装和升级
$ sudo gem install cocoapods
$ pod setup
2 更换为taobao的源
$ gem sources -r https://rubygems.org/
//等有反应之后再敲入以下命令
$ gem sources -a http://ruby.taobao.org/
//查看
$ gem sour...
分类:
其他好文 时间:
2014-06-14 09:19:13
阅读次数:
216
这是今天遇到的第3次故障,故障是首先被园友发现的,访问园子出现来自SLB的错误提示:400
Bad Request - Powered by
Tengine。查看Windows性能监视器发现,在故障期间SLB中的2台云服务器的http.sys的ArriveRate明显下降。
分类:
其他好文 时间:
2014-06-13 20:29:45
阅读次数:
335
public void setUp() throws Exception {protected
final Log log = LogFactory.getLog(this.getClass()); public User
currOperator;//绝大多数的时候都有登录人信息,特此创建 pub...
分类:
其他好文 时间:
2014-06-12 07:56:57
阅读次数:
168