When a database utility, such as backup, restore, export, import, and load, is started, then the full amount specified by util_heap_sz is allocated.
当一个数据库实用工具(例如备份、恢复、导出、导入和装载)启动时,才会按util_heap _ sz指定的大小分配全额的内存。
When a database utility is started, such as backup, restore, export, import and load, then the full amount specified by util_heap_sz is allocated.
当一个数据库实用程序(例如备份、恢复、导出、导入和装载)启动时,才会按util_heap _ sz指定的大小分配全额的内存。
Even utility tools used by database administrators can be security concerns if the tenants can use them to access, or worse yet, manipulate data that does not belong to them.
即使是数据库管理员使用的实用工具也会引起安全问题,如果租户可以使用它们访问,或者更糟,操作不属于它们的数据的话。
These updatable views allow you to update certain statistical information to investigate the performance of a hypothetical database, or to update statistics without using the RUNSTATS utility.
这些可更新的视图允许更新某些统计信息,从而研究假想数据库的性能,或者更新统计信息而不使用RUNSTATS实用程序。
One example of throttling utility is the database backup.
进行节流的实用程序的一个例子是数据库备份。
As mentioned in section 2.1 to use LDAP authentication for TM1 one of the prerequisite steps is to run the ETLDAP utility to create users and groups in the TM1 database.
正如2.1节中提到的,要想让TM 1使用LDAP身份验证,必需的步骤之一是通过运行ETLDAP实用程序在TM 1数据库中创建用户和组。
They are retrieved when the ROLLFORWARD utility needs to use them to restore a database.
当ROLLFORWARD实用程序需要使用日志文件来恢复数据库时,就会检索它们。
If data in a DEL file is imported or loaded into a DB2 database, there is an important difference between the import and the load utility.
如果将DEL文件中的数据导入或装载到DB 2数据库中,在IMPORT和LOAD实用程序之间有一点重要的差异。
It is recommended that you take a full database backup before running the offline redistribute utility.
建议在运行离线重分发实用程序之前,对数据库进行完全备份。
If your system is constrained on memory, you can reduce the size of buffer pools in the target database because the DB2 LOAD utility does not use buffer pools.
如果系统内存不充裕,那么可以减少目标数据库中缓冲池的大小,因为DB 2LOAD实用程序不使用缓冲池。
Instead, use a database copy or a data propagation utility.
你可以用数据库复制或者数据移植工具来代替。
Remember: Don't run the RUNSTATS utility until after you have populated the database.
记住:在填充数据库之后再运行RUNSTATS实用程序。
The result can be examined with any utility that allows a file and a database table to be viewed.
可以通过任何可以查看文件及数据库表的工具来检查结果。
The data modification stored procedure will run the "Trigger.bat" utility on the database server which in turn triggers the import deployment agent in the target environment.
数据修改存储过程将在数据库服务器上运行“Trigger . bat”实用工具,这又会在目标环境中触发导入部署代理。
I created a new mailer definition in the /etc/mail/mailertable file and updated the mailertable database, just as I did before, with the makemap utility.
我在 /etc/mail/mailertable文件中创建了一个新的mailer定义。然后,与前面所做的一样,使用makemap 实用程序更新 mailertable数据库。
Throttling limits the amount of resources taken up by a utility based on the current database activity levels.
throttling选项将根据当前的数据库活动级别,来限制实用程序所占有的资源数量。
It USES the FastLoad utility and provides the function of loading bulk data into an empty database table.
它使用FastLoad实用工具并提供了将批量数据加载到空数据库表中的功能。
TO invoke the newly redesigned utility, issue the REDISTRIBUTE DATABASE PARTITON GROUP command as before, but there are now more options that you can specify (as demonstrated in section 1.2).
欲调用这个最近重新设计的实用程序,可像之前那样发出REDISTRIBUTEDATABASE PARTITONGROUP命令,但是这里可以指定更多的选项(见1.2小节的演示)。
This PHP module has two utility functions to connect to and disconnect from the MySQL database.
这个php模块用两个实用程序函数连接MySQL数据库和断开连接。
The utility was tested in a single partition database on the following platforms.
该实用工具已经在下列平台的单个分区数据库中进行了测试。
It is a simple utility for running scripts against a Cloudscape database.
它是一个用来对Cloudscape数据库运行脚本的简单实用程序。
If the table doesn't exist, it invokes the database initialization code, ResourcesDatabaseInitializer, which in this example is a utility class that initializes the database.
如果该表不存在,则它调用数据库初始化代码ResourcesDatabaseInitializer,该代码在此示例中是初始化数据库的实用程序类。
In our example, each server is running the mysql database server and we'll use the mysqldump command-line utility to export a few database tables to an SQL import file.
在本文的示例中,各服务器都运行mysql数据库服务器,我们将使用mysqldump命令行实用工具将一些数据库表导出到一个sql导入文件中。
Lotus Mobile Connect ships with a utility, wg_ikeyman, for managing key database files.
LotusMobileConnect附带有一个实用程序wg_ikeyman,用于管理密钥数据库文件。
The HPL consists of the onpload utility, ipload, and the onpload database.
hpl由onpload实用工具、ipload和onpload数据库组成。
Thus, you should extract the DDL of table sales in the source database using the db2look utility.
因此,应该使用db2look实用程序提取源数据库中sales表的DDL。
The EXPORT utility performs an automatic code page conversion from Unicode (database code page) to 1252 (client code page).
EXPORT实用程序执行从Unicode(数据库编码页)到 1252(客户机编码页)的自动编码页转换。
The CustomerService bean is a utility class that implements methods to access the database for adding, updating, removing, and retrieving customer information.
CustomerServicebean是个工具类,它实现了访问数据库以增加、更新、删除和查询用户信息的方法。
The export utility copies data from database tables to files, and those files can then be used to import or load the data into another database table.
export工具将数据从数据库表复制到文件中,这些文件又可以用于将数据导入(import)或加载(load)到另一个数据库表中。
Beyond a learning and testing tool, LINQPad is growing in popularity as a utility to perform ad-hoc queries against a SQL database.
除了是学习和测试工具以外,LINQPad针对SQL数据库执行特定查询方面越来越受欢迎。
应用推荐