ChinaUnix.net
相关文章推荐:

partition image

CX500,R19,准备使用utility partition 重装OS,但发现本地没有recovery image,准备从powerlink下载,但无法确定recovery image的相应格式,请问哪位老大下载过recovery image,具体是什么格式,谢谢先 下面是我在powerlink下看到的相应recovery image几项内容: CX500/CX500i Recoveryimage (CX500) 02.19.500.5.007 NDU Date Posted: 08/08/05 Recovery image (CX500) 02.19.500.5.007 MIF Date Posted: 08/08/05 ...

by smallants - 存储备份 - 2012-10-25 17:12:26 阅读(3456) 回复(9)

EMC磁盘阵列

相关讨论

Anyone could share your experience on table partitions, especially on table partion in relation to global / local index?

by Nengbing Tao - Oracle - 2006-03-06 13:03:26 阅读(607) 回复(1)

請問各位前輩: 有一個table 目前切為每個月4個partition,共 48 個 partition,若今年3月想再新增一個partiton(每個月為5個partition). ex: Jan. partition1, partition2, partition3, partition4 Feb.partition1, partition2, partition3, partition4 Mar.partition1, partition2, partition3, partition4, partiton5 Apr.partition1, partition2, partition3, partition4, partiton5 : : 請問如何處理呢?需注意哪些地方? 謝謝~~ (新...

by ruruy - Oracle - 2006-02-10 10:58:58 阅读(2053) 回复(2)

我的操作系统是solaris 8, 现在/ 分区总的空间大小是201Mb,已用空间170Mb, 剩余空间11Mb,94%已用。我检查下来,没有什么大的垃圾文件或临时文件。同时我把这个分区的所有目录下的文件大小加起来只有87Mb。有90Mb的空间不知道到那去了。请问那位碰到过类似情况,希望给与帮助。 十分感谢!

by lvshizhi - Solaris - 2004-12-09 17:37:48 阅读(500) 回复(3)

从硬盘安装分区信息如下: 1  6000 sco_unix par 2 8000 win2k par 3 15000 win_tool log 4 2000 win_tool2 log 5 512 linux swap log 6 8000 linux par 已装好了SCO WIN2K现在想安装LINUX硬盘安装 三个ISO文件放在2区/LINUX/DISK1-3 DOSUTILS 运行AUTOBOOT 在进行手工...

by 紫光纤 - Linux论坛 - 2004-05-03 21:38:03 阅读(344) 回复(1)

参见 http://effbot.org/imagingbook/concepts.htm#mode 另: 本地保留查询页面 http://www.pythonware.com/library/pil/handbook/ http://effbot.org/zone/pil-index.htm Mode # The mode of an image defines the type and depth of a pixel in the image. The current release supports the following standard modes: 1 (1-bit pixels, black and white, stored with one pixel per byte) L (8-bit pixels, black and white...

by stlaw - Python文档中心 - 2009-04-03 16:15:41 阅读(877) 回复(0)

linux image 是怎么一回事. 请大家帮忙. Thank You

by fddfdd - Linux论坛 - 2004-11-12 17:15:33 阅读(188) 回复(0)

I want to recreate normal table to partition tables for the data is very large. But I can't create or add partition primary key to a partition table. My table have only ONE column as PK and the partition key is defferent from index column. I add PK dierectly to the table but it's not partitioned. I only find so little meterial about it in metalink, and the meterial cant resole the problem. Pls hel...

by pearaep - Oracle - 2003-05-13 15:34:52 阅读(1450) 回复(3)

http://bbs.chinaunix.net/thread-1054094-1-1.html

by yu330 - 存储备份 - 2008-02-21 22:39:57 阅读(1865) 回复(4)

有个表,每个月生成的数据级别很大,而且要存放N多年的帐单明细。 结构如下面这个样子(在此只列出其中三个字段) create table detail_bill ( income number(12,2), month varchar2(8), user_no varchar2(12) ) 我想按月份即 month字段分区 重建一表,以提高读取速度,可我只有一个表空间可用 不知这样建分区还有没有意义 create table detail_bill (income number(12,2), month varchar2(8),user_no varc...

by cviolet - Oracle - 2007-08-20 09:57:48 阅读(1598) 回复(2)