归档于 六月 30th, 2009

Temporary Tablespace Group

Temporary Tablespace Group
A temporary tablespace group can be thought of as a shortcut for a list of temporary tablespaces.
A temporary tablespace gr[......]

继续阅读

some notes

10g中默认的是创建smallfile 表空间的,system,sysaux只能创建为smallfile tablespace,bigfile tablespace只支持本地管理的自动段空间管理的表空间,有一个例外是:本地管理的undo和temp表空间可以创建为bigfile tablespace,[......]

继续阅读

跟undo相关的两个视图

v$rollstat:他里边的信息反应自动undo管理的undo段的信息

v$undostat:显示关于系统中undo使用的统计信息,你可以根据里边的信息给出更合理的undo表空间大小。