码迷,mamicode.com
首页 >  
搜索关键字:alter database add s    ( 53953个结果
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
Two Sum
题目 Given an array of integers, find two numbers such that they add up to a specific target number. The function twoSum should return indices of the two numbers such that they add up to the...
分类:其他好文   时间:2014-06-18 12:05:44    阅读次数:244
mysql常用的命令
mysql常用的命令...
分类:数据库   时间:2014-06-18 11:55:42    阅读次数:230
gen already exists but is not a source folder ZT
解决方法:1. 右键点击工程,选择 "Properties"2. 选择左边的 "Java Build Path"3. 打开 "Source" 标签面板4. 点击 "Add Folder..."5. 勾选 "gen" 文件夹,点击OK,点击YES,再点击OK6. 最后右键点击工程,选择 "Andrio...
分类:其他好文   时间:2014-06-18 11:00:21    阅读次数:197
算法6-5:哈希表应用之集合
可以通过哈希表实现高效的集合操作。 接口 一个集合对象可以包含了以下接口: public interface Set> { public void add(Key key); public boolean contains(Key key); public void remove(Key key); public int siz...
分类:其他好文   时间:2014-06-17 22:28:05    阅读次数:288
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
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
迷上了代码!