码迷,mamicode.com
首页 >  
搜索关键字:large database    ( 15808个结果
Zero Downtime Upgrade of Oracle 10g to Oracle 11g Using GoldenGate — 1
Source Database DB Name:        zwc Schemas:         HR,OE,PM Version:          10.2.0.4 RAC:                No OS Version:     Red Hat Enterprise Linux Server release 5.9 x86_64 OGG...
分类:数据库   时间:2014-06-18 12:09:56    阅读次数:617
mysql常用的命令
mysql常用的命令...
分类:数据库   时间:2014-06-18 11:55:42    阅读次数:230
Rapidly detecting large flows, sFlow vs. NetFlow/IPFIX
Figure 1: Low latency software defined networking control loop The articles SDN and delay and Delay and stability describe the critical importance of ...
分类:Windows程序   时间:2014-06-18 10:58:32    阅读次数:1043
sqlite SQL语句
ALTER TABLE语句:ALTER TABLEsql-statement ::= ALTER TABLE [database-name .] table-name alterationalteration ::= RENAME TO new-table-namealteration ::= .....
分类:数据库   时间:2014-06-18 00:21:55    阅读次数:277
Zero Downtime Upgrade of Oracle 10g to Oracle 11g Using GoldenGate — 2
Prepare 10g Database for OGG Create GGS and GGS_MON Database Users SQL> create tablespace ggs_tbs datafile '/u01/app/oracle/oradata/zwc/gg_tbs01.dbf' size 100M; Tablespace created. SQL> cr...
分类:数据库   时间:2014-06-17 22:24:12    阅读次数:334
android广播集合,intent,action
android.permission.ACCESS_CHECKIN_PROPERTIES 允许读写访问"properties"表在checkin数据库中,改值可以修改上传( Allows read/write access to the "properties" table in the checkin database, to change values that get uploaded) ...
分类:移动开发   时间:2014-06-17 21:58:57    阅读次数:437
Git使用总结-so easy
一、Git的特性 Speed 速度(git是用c语言写的。一般都是提交到本地) Simple design Strong support for non-linear development (thousands of parallel branches)(强有力的支持非线性开发)  Fully distributed(分布式) Able to handle large projects...
分类:其他好文   时间:2014-06-17 21:42:13    阅读次数:272
linuxshell 实现自动清理rman备份文件的脚本
rman备份脚本 #! /bin/bash su - oracle rman target / backup AS COMPRESSED BACKUPSET   database include current controlfile format'/orabak/db_%d_%T_%s' plus archivelog format'/orabak/a...
分类:系统相关   时间:2014-06-17 19:33:13    阅读次数:348
【Oracle】OGG单向复制配置
实验环境: 源端: Ip:192.168.40.10 DataBase:Oracle 11.2.0.1.0 ORCL OS:OEL5.6 OGG:fbo_ggs_Linux_x86_ora11g_32bit 目标端: Ip:192.168.40.128 DataBase:10.2.0.1.0  ORCL OS:OEL5.6 OGG:fbo_ggs_Linux_x86_ora11...
分类:数据库   时间:2014-06-17 16:41:54    阅读次数:325
RMAN之参数BACKUP_TAPE_IO_SLAVES
ocp 053:656.The BACKUP_TAPE_IO_SLAVES parameter is set to FALSE for the database instance. Whichstatement is true while performing a tape backup in an...
分类:其他好文   时间:2014-06-17 15:27:56    阅读次数:481
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!