... CREATE TABLE:用户在自己的模式中创建表 CREATE TABLESPACE:创建表空间的权限 DROP TABLESPACE:删除表空间的权限 ...
基于2个网页-相关网页
CREATE TABLESPACE myspace 指定表空间名称
CREATE TEMPORARY 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实用程序来实现的。
应用推荐