创建数据库时不存在用户临时表空间。
No user temporary table Spaces exist when a database is created.
没有创建用户临时表空间。
临时表存储在用户临时表空间中。
应用程序将继续消费越来越多的用户临时表空间。
The application will keep on consuming more and more user temporary table space.
最好从系统临时表空间创建用户临时表空间。
It is best to create user temporary table space from the system one.
所消耗的用户临时表空间中的空间将得到释放。
The consumed space in the user temporary table space will be freed.
要使用临时表,是不是要有用户临时表空间?
Then what the different between system temporary tablespace and user temporary tablespace?
然后,我们使用友好的DBA提供的默认用户临时表空间打开跟踪。
We then turn tracing on using the default user temporary table space provided by the friendly DBA.
至少应当创建一个用户临时表空间以允许定义已声明的临时表。
At least one user temporary table space should be created to allow the definition of declared temporary tables.
用户临时表空间: 用户临时表空间存储已声明的全局临时表。
User temporary table spaces: User temporary table spaces store declared global temporary tables.
用户临时表空间是可选的,默认情况下不会创建用户临时表空间。
User temporary table Spaces are optional and none are created by default.
为了使用该例程,DB 2V8.2.2中需要一个8KB页面的用户临时表空间。
To use this routine in DB2 V8.2.2 requires an 8 KB page user temporary table space.
要想成功地运行mondelta .db 2脚本,必须定义一个用户临时表空间。
You must define a user temporary table space in order to successfully run the mondelta.db2 script.
下面的脚本给出了一个例子,我们可以对其进行更改,从而在自己的环境中创建一个用户临时表空间。
The script below shows an example, which you can modify to create a user temporary table space in your environment.
我们记得为了要使用临时表,数据库中必须存在一个用户临时表空间(默认情况下没有)。
Recall that in order to use temporary tables, a user temporary table space must exist in the database (none exists by default). Here's how you would create such a table space.
为了构建这个日志框架,需要数据库管理员帮我们设置存储过程的日志目录并创建一个用户临时表空间。
In order for you to set up the logging framework, you will need help from your database administrator to set up the stored procedure logging directory and a user temporary table space.
表空间包括常规表空间、长表空间(用于lob数据)、用户临时表空间和系统临时表空间。
Table Spaces can be regular, long (for LOB data), user temporary, and system temporary.
用于已声明的临时表的用户临时表空间可以在IBMDEFAULTGROUP或任何用户创建的数据库分区组中创建,但不能在IBMTEMPGROUP中创建。
A user temporary tablespace, for declared temporary tables, can be created in IBMDEFAULTGROUP or any user-created database partition group, but not in IBMTEMPGROUP.
临时表空间可以是系统的,也可以是用户的。
每个数据库有自己的编目表空间、临时表空间和用户表空间,这些表空间是在成功创建数据库时默认创建的。
Each database has its own catalog table space, temporary table space, and user table space which are created by default upon successful database creation.
每一个DB 2数据库都至少包含一个分类表空间,一个或多个用户空间,以及一个或多个临时表空间。
Each DB2 database contains at least one catalog table space, one or more user table Spaces, and one or more temporary table Spaces.
其他用于用户数据、临时数据和索引数据的表空间则需要在创建数据库之后另行创建,并且在使用这些表空间之前,还需要为之指定一个用户。
Other table spaces for user, temporary and index data need to be created after the database has been created, and a user needs to be assigned to these table spaces before they can be used.
创建一个用作全局临时表的用户表空间。
Create a user temporary table space for use by the global temporary table.
指定一个表空间,但必须是用户临时目录。
下列示例利用系统管理的目录表空间以及数据库管理的临时表空间和用户表空间创建了名为tested的数据库。
The following example creates the database named tested with a system-managed catalog tablespace and database-managed temporary and user tablespaces.
下列示例利用系统管理的目录表空间以及数据库管理的临时表空间和用户表空间创建了名为tested的数据库。
The following example creates the database named tested with a system-managed catalog tablespace and database-managed temporary and user tablespaces.
应用推荐