#!/usr/bin/env python
'makeFile.py -- create a file'
import os
ls = os.linesep
# get filename
while True:
fname = raw_input('Input an unused file name >')
if os.path.exists(fname):
print "ERROR...
分类:
编程语言 时间:
2015-04-17 15:52:14
阅读次数:
161
下面结合官方文档和实验介绍下HWM:
以下英文摘自11gR2官方文档:
HWM(high water mark):The boundary between used and unused space in a segment.
ORACLE9i之后开始使用自动段空间管理即ASSM,它使用位图来管理段空间的使用情况,如果表空间ASSM,则表空间中的段也是ASSM.
At table c...
分类:
其他好文 时间:
2015-04-16 15:45:13
阅读次数:
242
Removing Images and SetsOptimize the size of an asset catalog by removing unused images or sets.通过删除不用的图片或图片集优化一个asset catalog的大小。Do one of the follow...
分类:
其他好文 时间:
2015-04-15 21:13:13
阅读次数:
107
samurai中的宏魔法文件 Samurai_Predefine.h
Samurai里的一些预设宏// 这3个宏是在定义属性 @prop_assign( NSInteger, page IN)的时候标记这个数据流的方向时用的.
#define IN
#define OUT
#define INOUT
// 函数属性限定符: __attribute__((unused)) 这个限定符属性禁止编译器在...
分类:
其他好文 时间:
2015-04-13 14:43:15
阅读次数:
149
create table tablesize (name varchar(50),rows int,reserved varchar(50), data varchar(50),index_size varchar(50),unused varchar(50))insert into tables....
分类:
数据库 时间:
2015-04-08 14:56:24
阅读次数:
133
1.Linux拥有7个运行级别:0-6对应的配置文件/etc/inittab:#Defaultrunlevel.Therunlevelsusedare:#0-halt(DoNOTsetinitdefaulttothis)#1-Singleusermode#2-Multiuser,withoutNFS(Thesameas3,ifyoudonothavenetworking)#3-Fullmultiusermode#4-unused#5-X11#6-reboot(DoNOTseti..
分类:
其他好文 时间:
2015-04-02 16:40:14
阅读次数:
173
1 #include "buddy.h" 2 #include 3 #include 4 #include 5 #include 6 #include 7 8 #define NODE_UNUSED 0 9 #define NODE_USED 1 10 #de...
分类:
其他好文 时间:
2015-03-31 00:36:15
阅读次数:
201
#Defaultrunlevel.Therunlevelsusedare:#0-halt(DoNOTsetinitdefaulttothis)关机#1-Singleusermode单用户#2-Multiuser,withoutNFS(Thesameas3,ifyoudonothavenetworking)不带NFS服务的3级别#3-Fullmultiusermode命令行模式#4-unused保留的#5-X11图形化模式#6-reboot(DoNOTsetin..
分类:
其他好文 时间:
2015-03-12 15:28:34
阅读次数:
115
如何查看表占用空间大小--定义表变量CreateTABLE T([name] VARCHAR(max),[rows] INT,reserved VARCHAR(max),data_size VARCHAR(max),index_size VARCHAR(max),unused VARCHAR(max...
分类:
其他好文 时间:
2015-03-04 09:35:53
阅读次数:
127
为什么在备份过程中rman不使用unused block 压缩功能...
分类:
其他好文 时间:
2015-02-24 09:05:00
阅读次数:
223