..._size来指定而db_cache_size则是漂亮块尺寸的buffer cache的巨细 非规范块尺寸的块巨细可以在始于 表空间 ( CREATE TABLESPACE )是路程经过过程BLOCKSIZE参量指定而差别块尺寸的buffer cache的巨细就由响应参量DB_nK_CACHE_SZIE来指定,此中n可所以2,4,8,...
基于32个网页-相关网页
... CREATE TABLE:用户在自己的模式中创建表 CREATE TABLESPACE:创建表空间的权限 DROP TABLESPACE:删除表空间的权限 ...
基于2个网页-相关网页
CREATE TABLESPACE myspace 指定表空间名称
create tablespace test 表空间名称
CREATE TEMPORARY TABLESPACE 临时表空间 ; 创建临时表空间及其临时文件
create e tablespace 创建表空间的权限
create table tablename tablespace tablespacename 具体用法
CREATE BIGFILE TABLESPACE 则要创建大文件
CREATE UNDO TABLESPACE 创建撤销表空间
Additional table Spaces can be created by executing the create TABLESPACE statement.
额外的表空间可以通过执行CREATE tablespace语句创建。
And if you want to create a table space named MY_SPACE1 in this database, simply execute a create TABLESPACE statement that looks like this.
如果您想创建一个名为MY _ SPACE1的表空间,只需执行如下所示的CREATE tablespace语句。
This is accomplished by specifying the COMPRESS YES option in the CREATE TABLESPACE statement, and then executing either the LOAD or REORG utility on the table space.
这是通过在CREATE tablespace语句中指定COMPRESS YES选项,然后对表空间执行LOAD或REORG实用程序来实现的。
应用推荐