摘要: 公司新购了台存储,24块SATA盘,每块2T,用22块做了两组RAID6,剩余两块为热备;两组RAID6的物理卷放进了一个逻辑卷,由此这个逻辑卷直达32T。OS版本:centos 6.3# lvdisplay --- Logical volume --- LV Path /dev/VolGroup01/LogVol00 LV Name LogVol00 VG Name VolGroup01 LV UUID Ts6MOq-etKx-GDPU-0AHF-jIMi-pqrz-cssj7v LV Write Access read/writ... 阅读全文
posted @ 2013-07-19 20:38 Leonora 阅读(6939) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.csdn.net/tianlesoftware/article/details/6905406转自:http://blog.csdn.net/tianlesoftware/article/details/5070981一. 官方说明Oracle11gR2 文档:LOBStoragehttp://download.oracle.com/docs/cd/E11882_01/appdev.112/e18294/adlob_tables.htm#ADLOB45267Oracle 10gR2 文档:LOBs in Tableshttp://download.oracle.c 阅读全文
posted @ 2013-07-19 20:34 Leonora 阅读(398) 评论(0) 推荐(0) 编辑
摘要: [root@localhost ~]# fdisk -l...Disk /dev/sdd: 3994.3 GB, 3994309099520 bytes255 heads, 63 sectors/track, 485613 cylindersUnits = cylinders of 16065 * 512 = 8225280 bytesDisk /dev/sdd doesn't contain a valid partitiontable[root@localhost ~]#parted/dev/sddGNU Parted 1.8.1Using /dev/sddWelcome to G 阅读全文
posted @ 2013-07-19 20:27 Leonora 阅读(573) 评论(0) 推荐(0) 编辑
摘要: 1.centos上编译安装BBED工具[orasrv@localhost ~]$ cd $ORACLE_HOME/rdbms/lib[orasrv@localhost ~]$ make -f ins_rdbms.mk $ORACLE_HOME/rdbms/lib/bbed也可通过以下命令将bbed生成到$ORACLE_HOME/bin目录[orasrv@localhost ~]$ make -f ins_rdbms.mk BBED=$ORACLE_HOME/bin/bbed $ORACLE_HOME/bin/bbed另外,11g中缺省未提供BBED库文件,但是我们可以将10g的相关库文件拷贝到 阅读全文
posted @ 2013-07-19 20:24 Leonora 阅读(2645) 评论(1) 推荐(0) 编辑