The command clears the whole transaction table list.
这个命令清除整个事务表。
This data initializes the transaction table, dirty pages table, and open file table so they can be used in the recovery process.
这些数据将初始化事务表、脏页表和打开文件表,以便它们能够用于恢复过程。
The system is capable of the concept hierarchy knowledge representation for various domain-knowledge and of making transaction table.
该系统具备多种领域知识的概念分层表示功能、事务表编制功能,实现了知识发现的基本功能。
You have to provide a model name, the name of the transaction table, the group column, a minimal support and confidence, and a maximum rule length.
但必须提供模式名、交易表名、组列、最小support和confidence以及最大的规则长度。
This transaction can only be called successful if both SQL statements were able to update the table successfully.
只有在两条 SQL语句都能够成功更新表的情况下,事务才会得到成功调用。
Note: in Listing 14, the SALES_FACT table is populated in a single transaction, which will require a large amount of disk space for logging.
注意:在清单14中,sales_fact表是通过单独一个事务填充完成的,这需要占用大量的磁盘空间来记录日志。
As all rows in the EMPLOYEE table are X-locked by the first transaction, the second application goes into lock wait mode.
由于employee表中的所有行都被第一个事务独占锁定,第二个应用程序进入了锁等待模式。
The bulk copy used to initialize the table, however, processes all rows from the source table in a single transaction.
但是,用来对表进行初始化的批量复制在一个事务中处理来自源表的所有行。
Due to the large amount of data in the audit log table, a single INSERT statement will usually fail because the data per transaction exceeds the log file size of the database system.
因为审核日志表格里有大量的数据,单独的insert语句通常会失败,这是因为每个事务的数据超过了数据库系统里的日志文件的容量。
By replicating a critical source table to a CCD target table, it is possible to rebuild the table from scratch, transaction by transaction.
通过将关键的源表复制到一个CCD目标表,就可以逐个事务地从头开始重建这个表。
The API provides functions to create and end a transaction capture session and to initiate and end capture on a given table for a given capture session.
这个API提供的功能包括创建和结束事务捕捉会话,以及启动和停止给定的捕捉会话对给定的表的捕捉。
For example, a sales table fragmented by transaction date column such that new rows are added each month to store current month sales data.
例如,按照事务日期列分段的销售表,每个月都将添加新的行来存储当月的销售数据。
The state is triggered by conditions that result from a table space going offline and compensation log records for a transaction not being written.
当出现表空间脱机以及对没有被写入硬盘的事务补偿日志记录时,就可能触发这种状态。
As in the NEW_ORDER transaction, all steps have been collected into one SQL table function to save code path.
就像在NEW_ORDER事务中一样,所有的步骤被收集到一个sql表函数中,以节省代码路径。
A poll of the memory metrics was shown to demonstrate monitoring of device metrics, and a poll of the transaction rate table was shown to demonstrate monitoring of application-specific metrics.
展示了对内存指标的轮询来演示设备指标监控,通过对事务率表格的轮询来演示对特定于应用程序的指标的监控。
The first table contains the transaction id identifying a single market basket along with the product IDs.
第一个表中包含用来标识单个市场购物篮的交易ID以及产品ID。
Actually, you can visualize and easily recognize the transaction time length in the transaction breakdown report (see Figure 9), which consists of a table and a breakdown view.
实际上,您可以在事务细分报告(请参见图9)中可视化并容易地识别事务时间长度,该报告包括一个表和一个细分视图。
The JDBC code in Listing 1 includes no transaction logic, yet it persists the trade order in the TRADE table in the database.
清单1中的JDBC代码没有包含任何事务逻辑,它只是在数据库中保存TRADE表中的交易订单。
The DB2 transaction associated with an upload included generating a unique document ID, logging the upload in the activity history table, and executing a SQL INSERT into 18 tables.
与上传相关联的DB2事务包括生成惟一的文档id、在活动历史表中记录这次上传以及对18个表执行SQLINSERT。
By combining and applying these objectives, the transaction mix shown in Table 6 was produced.
通过考虑这些目标,产生了表6所示的事务组合。
When performing many updates, lock the entire table for the duration of the transaction before updating (using the SQL lock table statement).
当执行大量更新时,更新之前,在整个事务期间锁定整个表(使用SQLLOCKtable语句)。
If possible, it's even better if you are able to use different disk controllers for DB2 transaction logs and DB2 table Spaces.
如果可能,最好对DB2事务日志和DB 2表空间使用不同的磁盘控制器。
Typically, it's recommended that you use a set of dedicated disks for DB2 transaction logs and use another set of dedicated disks for DB2 table Spaces.
通常,建议对DB2事务日志适用一组专用磁盘,而对DB 2表空间使用另一组专用磁盘。
Note 1: an alternative design for the MDC dimension on the Transactions history table is to define Transaction date at a smaller granularity, such as by week or by day.
注1:对于Transactions历史表上的mdc维,另一种设计方案是以更细的粒度定义Transaction日期,例如每周或每天。
The possible values for the transaction attribute and their descriptions are provided in Table 1.
事务属性的可能值及其描述在表1中列出。
The J2EE specification describes two models for transaction demarcation: programmatic and declarative. Table 1 breaks down the two models.
J2EE规范描述了两种事务界定的模型:编程序(programmatic)和声明式(declarative)。
To force a lock timeout error, establish a first database connection and execute some SQL statements simulating a real transaction on the table employee.
为了促使一个锁定超时错误发生,我们首先建立一个数据库连接,并执行一些sql语句来模拟表employee上的真实事务。
For the example scenario, however, this option is disabled, because Roslyn is creating tables in her Oracle instance, which means she cannot include the table creation DDL in a transaction.
不过在这个示例场景中不支持该选项,因为Roslyn在她的Oracle实例中创建表,这意味着她没有在事务中包含表创建DDL。
As you can see in Table 2, the code executing within the transaction scope is reduced to 300 ms.
如表2所示,在事务作用域中执行的代码至减少至300 ms。
As you can see in Table 2, the code executing within the transaction scope is reduced to 300 ms.
如表2所示,在事务作用域中执行的代码至减少至300 ms。
应用推荐