temporary tablespace的意思|示意
临时表空间
temporary tablespace的网络常见释义
临时表空间 临时表空间(Temporary Tablespace)是Oracle系统用于存放与排序有关的特殊表空间,临时表空间相当于数据库系统的一块白板,当在操作中需要进行排序时,Oracle系统就...
创建临时表空间 创建临时表空间(temporary tablespace) 2.4.改变表空间的存储参数(change the storage setting) .
temporary tablespace相关短语
1、 Default Temporary Tablespace 默认的临时表空间 ; 缺省临时表空间
2、 temporary tablespace group 临时表空间组
3、 drop temporary tablespace 删除临时表空间
temporary tablespace相关例句
Then what the different between system temporary tablespace and user temporary tablespace?
要使用临时表,是不是要有用户临时表空间?
In the database, five regular tablespaces and one temporary tablespace are defined. The following table shows the details of all tablespaces.
数据库中定义了五个常规的表空间和一个临时表空间。
The following REORG example reorganizes the customer table using the system temporary tablespace TEMPSAPCE1 as a work area to store the intermediate results.
下列 REORG 示例重新组织客户表,并使用系统临时表空间 TEMPSAPCE1 作为工作区域以存储中间结果。
A user temporary tablespace, for declared temporary tables, can be created in IBMDEFAULTGROUP or any user-created database partition group, but not in IBMTEMPGROUP.
用于已声明的临时表的用户临时表空间可以在IBMDEFAULTGROUP或任何用户创建的数据库分区组中创建,但不能在IBMTEMPGROUP中创建。
Specify a tablespace, but it must be a user temporary.
指定一个表空间,但必须是用户临时目录。
The following example creates the database named tested with a system-managed catalog tablespace and database-managed temporary and user tablespaces.
下列示例利用系统管理的目录表空间以及数据库管理的临时表空间和用户表空间创建了名为tested的数据库。