測试2:(1)一致性的全备SQL> shutdown immediate;$ cp -rf $ORACLE_BASE/oradata/boss/*.dbf /oradata/bossbak/20140610allbackup$ cp -rf $ORACLE_BASE/oradata/boss/*.l...
分类:
数据库 时间:
2014-06-25 20:54:13
阅读次数:
284
出处:http://database.51cto.com/art/201109/293029.htm虽然SQL数据库是非常有用的工具,但经历了15年的一支独秀之后垄断即将被打破。这只是时间问题:被迫使用关系数据库,但最终发现不能适应需求的情况不胜枚举。但是NoSQL数据库之间的不同,远超过两 SQL...
分类:
数据库 时间:
2014-06-25 19:00:53
阅读次数:
239
1. [代码][Java]代码 public class Database { private static DbOpenHelper mDbHelper; private static final int DB_VERSION = 1; private static final String D....
分类:
数据库 时间:
2014-06-25 17:02:23
阅读次数:
270
终于找到了一份满意的UDP打洞原理解释,附上正文,自己整理了一下源码3.3. UDP hole punching UDP打洞技术The third technique, and the one of primary interest in this document, is widely known...
分类:
其他好文 时间:
2014-06-25 16:57:52
阅读次数:
280
1.硬盘的传输接口与设备文件名的关系目前硬盘的传输接口主要有以下几种:IDE接口:IDE接口使用的排线较宽,每条IDE排线可以连接两个IDE设备,这两个设备被区分为Master(主设备)和Slave(从设备)。通常主板会提供两个IDE接口,分别被称为IDE1(Primary)和IDE2(Second...
分类:
系统相关 时间:
2014-06-25 15:40:23
阅读次数:
219
一.DB(Data block)A data block is the smallest unit of storage in anOracledatabase. Every database has a default block size (specified when the database...
分类:
数据库 时间:
2014-06-25 14:20:00
阅读次数:
430
首先,这篇文章是基于如下ORACLE版本。BANNER------------------------------------------------Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64biPL/SQL Rele...
分类:
其他好文 时间:
2014-06-25 14:08:03
阅读次数:
295
使用COM 风格的编程接口
如果不直接使用 COM 库,不创建自己的包装,那么更可能的是使用 COM 风格的编程接口。这是因为现在许多开发商发布应用程序时,提供了首选的互操作程序集(Primary Interop Assemblies),这是预先创建的 COM 包装,因此,我们就不需要再自己考虑用 TlbImp.exe 来创建包装了。
注意
更多有关首选的互操作程序集的内容,可以...
分类:
其他好文 时间:
2014-06-25 00:18:39
阅读次数:
263
create table student
(
id varchar2(5) primary key,
name varchar2(20), not null,
sex char(2) check(sex='男' or sex='女')
)
--向student中插入一条数据,用函数来验证插入是否正确
create or replace function (f_id in varchar2...
分类:
数据库 时间:
2014-06-25 00:11:31
阅读次数:
376
Oracle® Database Performance Tuning Guide
10g Release 2 (10.2)
B14211-03
Home
Book List
Contents
Index
Master Index
Contact Us
...
分类:
数据库 时间:
2014-06-24 18:14:03
阅读次数:
665