创建数据库时不存在用户临时表空间。
No user temporary table Spaces exist when a database is created.
没有创建用户临时表空间。
——临时表空间,tempspace1。
临时表空间可以是系统的,也可以是用户的。
临时表存储在用户临时表空间中。
应用程序将继续消费越来越多的用户临时表空间。
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?
数据库中定义了五个常规的表空间和一个临时表空间。
In the database, five regular tablespaces and one temporary tablespace are defined. The following table shows the details of all tablespaces.
对于经常用于执行排序操作的临时表空间,也应该这样。
The same is true for temporary tablespaces often used for performing sort operations.
确保系统目录和系统临时表空间中具有足够的自由空间。
Ensure that there is sufficient free space on the system catalog and the system temporary tablespaces.
然后,我们使用友好的DBA提供的默认用户临时表空间打开跟踪。
We then turn tracing on using the default user temporary table space provided by the friendly DBA.
DB 2同样总是需要一个也是4KB页面大小的系统临时表空间。
As well, DB2 always required a system temporary table space that had a 4 KB page size too.
至少应当创建一个用户临时表空间以允许定义已声明的临时表。
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.
临时表空间中的默认存储参数决定了临时段中区的分配原则。
Oracle automatically allocates this disk space called a temporary segment. Typically, Oracle requires a temporary segment as a database area for sorting.
用户临时表空间是可选的,默认情况下不会创建用户临时表空间。
User temporary table Spaces are optional and none are created by default.
随数据库创建的系统临时表空间的默认名为TEMPSPACE1。
您应当创建一个或多个USER临时表空间来存储临时表的数据。
You should create one or more USER temporary table spaces for storing data of temporary tables.
IBMTEMPGROUP -用于系统临时表空间的默认数据库分区组。
IBMTEMPGROUP is - default database partition group for system temporary tablespaces.
对于DB 2 9.7,大型表空间和临时表空间的大小限制增加了4倍。
For DB2 9.7, the limits on the size of large and temporary table Spaces have been increased four-fold.
为了使用该例程,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.
值得注意的是,临时表空间和空闲dm s盘区(extent)不是备份镜像的一部分。
It is also worth noting that temporary table Spaces and free DMS extents are not part of the backup image.
一个名为TbPSPACE1的系统临时表空间,用作某些操作的临时存储空间。
A system temporary table space named TEMPSPACE1, which is used as a temporary storage area for certain operations.
为应用程序堆、语句堆、缓冲池和临时表空间这些区域中的本地处理调优联邦系统。
Tune the federated system for local processing in the areas of application heap, statement heap, buffer pool, sort heap, and temp tablespace.
下面的脚本给出了一个例子,我们可以对其进行更改,从而在自己的环境中创建一个用户临时表空间。
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.
应用推荐