码迷,mamicode.com
首页 >  
搜索关键字:database    ( 14189个结果
杂记1:不安装Oracle客户端远程连接Oracle的方法
方案是使用Oracle Instant Client:http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html步骤一:到Oracle官方网站下载对应的Instant Client版本,下载...
分类:数据库   时间:2015-02-28 18:10:07    阅读次数:144
Hibernate学习的第一个例子
这是本人学习Hibernate的第一个例子:1,先配置数据库驱动,点击myeclipse的myeclipse Database Explore,选择相应的数据库,进行配置,完成之后退出。2,给项目添加支持Hibernate的功能,使用到的jar包有如下的:进行了一系列的选项之后,到sessionfa...
分类:Web程序   时间:2015-02-28 15:51:04    阅读次数:213
11g RAC完全安装图解(VM Workstation8.0+Centos5.5)02-Oracle安装
在节点1(crydb01)上执行:[root@crydb01 app]# chown -R oracle:oinstall /u01/app/oracle [oracle@crydb01 database]$ ./runInstaller Starting Oracle Universal Installer...Checking Temp space: must be greater than...
分类:数据库   时间:2015-02-28 13:06:28    阅读次数:228
Oracle Cursor的使用
When Oracle Database executes a SQL statement, it stores the result set and processing information in an unnamedprivate SQL area. A pointer to this un...
分类:数据库   时间:2015-02-27 20:12:19    阅读次数:260
ocp 1Z0-043 1-60题解析
1.You observe that a database performance has degraded overa period of time. While investigating the reason, you find the size ofthe database buffer c...
分类:其他好文   时间:2015-02-27 16:50:11    阅读次数:743
ocp 1Z0-042 121-178题解析
121. You want to create a new optimized database for your transactional production environment to be used by a financial application. While creating t...
分类:其他好文   时间:2015-02-27 16:40:43    阅读次数:288
ocp 1Z0-043 131-205题解析
131. Which three methods can you use to run an Automatic Database Diagnostic Monitor (ADDM) analysis over a specific time period? (Choosethree.)A. Ent...
分类:其他好文   时间:2015-02-27 16:34:14    阅读次数:199
Entity Framework之Database First生成模式
众所周知,Entity Framework自4.x版本之后,开始支持Database First、Model First、Code First三种生成模式,在上一篇博客中,我们一起了解了其中的Code First(也有叫做CodeOnly的)模式,相比较而言Code First是一种比较先进的技术,我们只需写代码即可。这一次我们回过头去看看,EF框架中个人认为最简单的模式,那就是Database...
分类:数据库   时间:2015-02-27 07:44:26    阅读次数:201
SQLiteopenhelper创建database的过程
首先由于SQLiteOpenHelper是一个抽象类,所以我们要创建一个自己的类实现它,并实现抽象方法,public void onCreate(SQLiteDatabase db)public void onUpgrade(SQLiteDatabase db, int oldVersion, in...
分类:数据库   时间:2015-02-27 01:29:36    阅读次数:183
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!