码迷,mamicode.com
首页 >  
搜索关键字:large database    ( 15808个结果
PHP连接MySQL
[root@linux ~]# mysql -u root -p 123456Enter password: ERROR 1049 (42000): Unknown database '123456'[root@linux ~]# mysql -u root -p Enter password: W...
分类:数据库   时间:2014-06-28 10:55:09    阅读次数:254
sql server 判断是否存在数据库,表,列,视图
1 判断数据库是否存在if exists (select * from sys.databases where name = '数据库名')drop database [数据库名]2 判断表是否存在if exists (select * from sysobjects where id = obje...
分类:数据库   时间:2014-06-24 10:20:17    阅读次数:248
oracle RAC--归档日志的开启方法
oracle RAC--归档日志的开启方法2011-10-07 15:53:04分类:Oracleoracle RAC--归档日志的开启方法==================================10g R1 要修改cluster_database参数 ,10G R2和以后的版本就不需要...
分类:数据库   时间:2014-06-23 07:30:39    阅读次数:354
经典SQL语句大全
一、基础1、说明:创建数据库CREATE DATABASE database-name 2、说明:删除数据库drop database dbname3、说明:备份sql server--- 创建 备份数据的 deviceUSE masterEXEC sp_addumpdevice 'disk', '...
分类:数据库   时间:2014-06-23 06:17:41    阅读次数:327
mysql sql语句大全
1、说明:创建数据库CREATE DATABASE database-name2、说明:删除数据库drop database dbname3、说明:备份sql server--- 创建 备份数据的 deviceUSE masterEXEC sp_addumpdevice 'disk', 'testB...
分类:数据库   时间:2014-06-23 06:12:47    阅读次数:415
重做日志文件组和重做日志文件组成员的管理
一、重做日志文件组:1、添加重做日志组的指令:alter database [数据库名称] add logfile[group 正整数] 文件名称 [,[group 正整数]文件名称]]不是有group选项时oracle系统会自动在当前最大的组号上加1来产生新的组号ex:alter databa.....
分类:其他好文   时间:2014-06-22 23:18:44    阅读次数:1096
ORA-03113: end-of-file on communication channel
今天单独启动了Data Guard的primary 数据库,出现了这个错误:ORA-03113: end-of-file on communication channel...
分类:其他好文   时间:2014-06-22 19:01:38    阅读次数:205
UVA Oil Deposits
题目如下: Oil Deposits  The GeoSurvComp geologic survey company is responsible for detectingunderground oil deposits. GeoSurvComp works with one large rectangularregion of land a...
分类:其他好文   时间:2014-06-22 14:36:31    阅读次数:232
[转]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-21 15:09:53    阅读次数:609
[转]Configuring Open vSwitch
(image from Anatomy of an open source cloud) A cloud data center consists of large numbers of physical servers, each running a hypervisor with one or ...
分类:其他好文   时间:2014-06-21 14:48:04    阅读次数:225
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!