码迷,mamicode.com
首页 >  
搜索关键字:voting disk    ( 2803个结果
Linux系统之initramfs工作流程
initrd的参考文档可见:       1) Linux initial RAM disk (initrd) overview, http://www.ibm.com/developerworks/linux/library/l-initrd/index.html       2)  NTTdocomo-openstack / baremetal-initrd-builder, https:...
分类:系统相关   时间:2014-08-29 16:07:18    阅读次数:311
RMAN-06496: must use the TO clause when the database is mounted or open
一:问题描述备份控制文件时报错:RMAN>restorecontrolfilefrom'/home/oracle/backup/PROD_32_20140829.bak';Startingrestoreat29-AUG-14usingchannelORA_DISK_1RMAN-00571:=====...
分类:数据库   时间:2014-08-29 12:54:57    阅读次数:450
制作Mac OS X Mavericks 安装U盘
1. 8G+ U盘一个。2. App Store 下载Maverics到本地(默认会下载到Applications)2. 打开Mac OS 磁盘工具(Disk Utility),左侧选中U盘,在右侧打开“抹掉”(Erase)面板。 格式/Format:Mac OS 扩展/Mac OS Extend....
分类:其他好文   时间:2014-08-29 10:43:37    阅读次数:151
【Linux】lvm基础操作
新增两块硬盘,来进行实验: [root@jp ~]# fdisk -l   Disk /dev/sda: 107.3 GB, 107374182400 bytes 255 heads, 63 sectors/track, 13054 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes      Device Boot ...
分类:系统相关   时间:2014-08-28 09:42:29    阅读次数:424
经典SQL语句大全
一、基础1、说明:创建数据库CREATE DATABASE database-name 2、说明:删除数据库drop database dbname3、说明:备份sql server--- 创建 备份数据的 deviceUSE masterEXEC sp_addumpdevice 'disk', '...
分类:数据库   时间:2014-08-27 16:04:48    阅读次数:437
经典SQL语句大全
一、基础1、说明:创建数据库CREATE DATABASE database-name 2、说明:删除数据库drop database dbname3、说明:备份sql server--- 创建 备份数据的 deviceUSE masterEXEC sp_addumpdevice 'disk', '...
分类:数据库   时间:2014-08-26 19:29:36    阅读次数:384
(转)经典SQL查询语句大全
一、基础1、说明:创建数据库CREATE DATABASE database-name2、说明:删除数据库drop database dbname3、说明:备份sql server--- 创建 备份数据的 deviceUSE masterEXEC sp_addumpdevice 'disk', 't...
分类:数据库   时间:2014-08-26 13:07:56    阅读次数:272
vm虚拟机下centos6.2挂载新硬盘操作记录
查看现有的分区[root@server~]#fdisk-l Disk/dev/sda:21.5GB,21474836480bytes 255heads,63sectors/track,2610cylinders Units=cylindersof16065*512=8225280bytes Sectorsize(logical/physical):512bytes/512bytes I/Osize(minimum/optimal):512bytes/512bytes Diskidentifier..
分类:其他好文   时间:2014-08-26 11:52:46    阅读次数:274
构建自己的MiniLinux
1)环境准备在关机状态下新添加一块磁盘对新加入的磁盘进行分区,并挂载至指定目录[root@host1~]#fdisk-l/dev/sdb Disk/dev/sdb:5368MB,5368709120bytes 255heads,63sectors/track,652cylinders Units=cylindersof16065*512=8225280bytes Sectorsize(logical/physical):512bytes..
分类:系统相关   时间:2014-08-26 03:08:55    阅读次数:393
[SQL Basics] Indexes
An index is used to speed up searching in the database.By default, when you create this table, your data will be stored on disk and sorted by the "Id"...
分类:数据库   时间:2014-08-25 22:30:34    阅读次数:407
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!