完成了通过存储过程声明临时表的封装。
It completes the encapsulation of the temporary table declaration through stored procedures.
缓冲池是内存中的一块存储区域,用于临时读入和更改数据库页(包含表行或索引项)。
A buffer pool is an area of storage in memory into which database pages (containing table rows or index entries) are temporarily read and changed.
为了构建这个日志框架,需要数据库管理员帮我们设置存储过程的日志目录并创建一个用户临时表空间。
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.
您在DSNDB07创建的表空间将用作处理SQL联接和排序以及临时表的存储。
Table Spaces that you create in DSNDB07 will be used as storage for processing SQL joins and sorts as well as for temporary tables.
存储过程P 1声明临时表t,填充它后并且希望调用过程P2和P 3来处理数据。
A stored procedure P1 may declare a temporary table t, populate it, and wish to call procedures P2 and P3 to process the data.
Tempspace1——存储系统临时表。
Temporary——存储数据库处理过程中所创建的系统临时表。
Temporary - to store the system temporary tables created during database processing.
SQLAzure的基础是关系数据库模型、提供了对约束、事务、临时表以及存储过程的完整支持。
SQL Azure is based on the relational database model, complete with constraints, transactions, temporary tables, and stored procedures.
您应当创建一个或多个USER临时表空间来存储临时表的数据。
You should create one or more USER temporary table spaces for storing data of temporary tables.
这些统计信息存储在表示声明的临时表的目录信息的内存结构中。
These statistics are stored in memory structures that represent the catalog information for declared temporary tables.
下列 REORG示例重新组织客户表,并使用系统临时表空间 TEMPSAPCE1作为工作区域以存储中间结果。
The following REORG example reorganizes the customer table using the system temporary tablespace TEMPSAPCE1 as a work area to store the intermediate results.
临时表存储在用户临时表空间中。
用户临时表空间: 用户临时表空间存储已声明的全局临时表。
User temporary table spaces: User temporary table spaces store declared global temporary tables.
使用为基线数据的每会话存储创建的全局临时表(CGTT)(对于每个表函数,使用一个 CGTT)。
Use a created global temporary table (CGTT) for per-session storage of the baseline data (use one CGTT per table function).
临时dbspace:临时dbspace属于常规dbspace,数据库服务器在存储临时表时将使用到它。
Temporary dbspaces: : a temporary dbspace is a regular dbspace, used by the database server to store temporary tables.
一个名为TbPSPACE1的系统临时表空间,用作某些操作的临时存储空间。
A system temporary table space named TEMPSPACE1, which is used as a temporary storage area for certain operations.
临时dbspace:临时dbspace是专门为存储临时表保留的dbspace。
Temp dbspace: a temporary dbspace is a dbspace reserved exclusively for the storage of temporary tables.
我导入Excel数据在存储过程和临时表中存储的记录。
I am importing Excel data in a stored procedure and storing the records in a temporary table.
存储可以很容易删除的临时数据,只需删除表即可删除这些数据。
Store data that is short-lived and could be easily deleted by simply deleting the table.
通常这种方法需要为这些数据创建一个临时表,然后在存储过程使用表中的内容。
The more usual way to do this would be to populate a temporary table with the values you need and then use the contents of that table from within the stored-procedure.
临时表空间中的默认存储参数决定了临时段中区的分配原则。
Oracle automatically allocates this disk space called a temporary segment. Typically, Oracle requires a temporary segment as a database area for sorting.
临时表空间中的默认存储参数决定了临时段中区的分配原则。
Oracle automatically allocates this disk space called a temporary segment. Typically, Oracle requires a temporary segment as a database area for sorting.
应用推荐