oracle标准版、企业版区别,Oracle 10g标准版在中虽然支持RAC,但oracle是有限制的,如要在Oracle 10g标准版中用RAC,那么只能使用Oracle Clusterware(不支持其它任何第三方群集软件),同时必须使用ASM来做数据文件的存储管理(其它任何第三方的卷管理和文件系统都不支持)。
如果要安装另外一个数据库作为RMAN repository 或者OEM Grid Control repository那么不需要另外付费了。
另外如果你购买了最低级的那个Oracle 10gSt...
分类:
数据库 时间:
2014-07-29 17:59:22
阅读次数:
376
如何在OTN网站快速找到asm包并下载
***********************************************声明************************************************
原创作品,出自 “深蓝的blog” 博客,欢迎转载,转载时请务必注明出处(http://blog.csdn.net/huangyanlong)。
...
分类:
Web程序 时间:
2014-07-29 15:17:28
阅读次数:
276
cglib 代理 什么是cglib? 一段介绍是这样的: CGLIB(Code Generation Library)是一个开源项目! 是一个强大的,高性能,高质量的Code生成类库,它可以在运行期扩展Java类与实现Java接口。 CGLIB包的底层是通过使用一个小而快的字节码处理框架ASM,来转...
分类:
其他好文 时间:
2014-07-27 21:59:39
阅读次数:
230
Knight Moves
Description
Background
Mr Somurolov, fabulous chess-gamer indeed, asserts that no one else but him can move knights from one position to another so fast. Can you beat him?
The P...
分类:
其他好文 时间:
2014-07-26 17:23:32
阅读次数:
590
1.飞机发射子弹型 想要实现子弹的的飞行效果,又不想在每帧Update里计算位置,最好的方法调用CCMoveTo 例在发射子弹的时机,能够ccTouchBegan时: CCMoveTo* move = CCMoveTo::create(0.4f, ccp(_plane->getPosition(.....
分类:
移动开发 时间:
2014-07-26 00:36:26
阅读次数:
267
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).The robot can only move either down or right at any po...
分类:
其他好文 时间:
2014-07-25 10:54:31
阅读次数:
229
原文地址:http://mobile.51cto.com/abased-374715.htm一、知识回顾 一个最简单的屏幕触摸动作触发了一系列Touch事件:ACTION_DOWN->ACTION_MOVE->ACTION_MOVE->ACTION_MOVE...->ACTION_MOVE->AC....
分类:
移动开发 时间:
2014-07-24 21:40:22
阅读次数:
305
OracleASM错误之--ORA-15031、ORA-15014系统环境:操作系统:AIX5.3.8Oracle:Oracle10gR2故障现象:[oracle@aix213~]$sqlplus/assysdba
SQL*Plus:Release10.2.0.1.0-ProductiononThuJul2411:28:522014
Copyright(c)1982,2005,Oracle.Allrightsreserved.
Connectedto:
OracleDa..
分类:
数据库 时间:
2014-07-24 12:29:05
阅读次数:
305
OracleASM错误之--ORA-15033系统环境:操作系统:AIX5.3.8Oracle:Oracle10gR2故障现象:SQL>creatediskgroupdatafile
2normalredundancy
failgroupfg1disk‘/dev/rlv_data1‘
34failgroupfg2disk‘/dev/rlv_data2‘;
creatediskgroupdatafile
*
ERRORatline1:
ORA-15018:diskgr..
分类:
数据库 时间:
2014-07-24 12:28:26
阅读次数:
291