The suggested command in Figure 7 should be captured and put in a script file.
应该捕获图7中建议的命令并将其放在一个脚本文件中。
Listing 3 demonstrates the first method for executing a script file directly from a command line.
清单3展示了直接从命令行执行脚本文件的第一种方法。
These lines are SQL comments; you should use them to provide a basic description of the purpose of each major component within the script file.
这些行是SQL注释;您应该使用它们来提供脚本文件中每个主要组件的用途的基本描述。
Note: It may be much easier to get this part to work if you create a script file (batch or shell) and run the commands from the script.
注意:如果你创建一个脚本文件(批处理或者命令行)并且从脚本执行命令来做这项工作,可能容易得多。
To show you how to create a script to list all resources (such as JDBC drivers) for each server, the steps below describe the procedure for generating commands for a script file.
为了向您介绍如何创建列出每台服务器的所有资源(如jdbc驱动程序)的脚本,下面的步骤描述了为脚本文件生成命令的过程。
Part 1 showed how to create a script file that used other resolutions.
第1部分演示了如何创建使用其它分辨率的脚本文件。
The lines in the script file are read as before and processed sequentially.
脚本文件中的行像以前一样读取,并顺序处理。
As the article steps through the lines in this script file, you can either follow along with the code shown in Listing 1 or open the script file in your favorite text editor.
因为本文将逐步介绍该脚本文件中的代码行,所以您既可以参照清单1所示的代码,也可以用您偏爱的文本编辑器打开该脚本文件。
Figure 11 shows a sample input script file.
图11显示了一个示例输入脚本文件。
The script file installs the EAR file included in the archive.
该脚本文件安装归档文件中包含的EAR文件。
The script file includes several lines that start with two dashes (—).
该脚本文件包括了用两个破折号(——)开头的几行。
Script packages can be as simple as a single script file or as complex as containing an entirely new product.
脚本包可以简单到只包含一个脚本文件,也可以复杂到包含一个全新的产品。
The newly created change management script file is automatically opened in the editor for the DBA to begin the change process.
新创建的变更管理脚本文件将在编辑器中自动打开,以便于 DBA开始执行更改。
To developers familiar with other GUI toolkits, it's not obvious how to get the path for the selected SQL script file.
对于熟悉其他GUI工具包的开发人员来说,如何获取被选中sql脚本文件的路径并不是一件显而易见的事情。
By placing SQL commands in a script file, you gain the additional benefit of being able to execute the commands as many times as necessary.
通过将SQL命令放置在脚本文件中,您将获得能够根据需要多次执行命令的附加好处。
This is the exact statement used in the SQL script file you executed at the start of this article.
这正是在本文开始处执行的sql脚本文件中使用的语句。
The contents of the script file is shown in Listing 1.
脚本文件的内容如清单1所示。
A script file is useful only if you can use it to execute the commands listed in the file.
脚本文件仅在可用于执行文件中列出的命令时才有用。
Therefore, to verify that the script was executed, your script file should contain a simple test that looks something like that shown in Listing 7.
因此,要想检查是否执行脚本,脚本文件应该包含与清单7相似的简单测试。
Choose to create a new script file.
选择创建一个新的脚本文件。
In this mode, you initiate the session and provides a Jython script file by using the -f argument.
在这种模式中,您将发起会话并通过使用- f参数提供一个jython脚本文件。
We edited the SQL script file and changed the first two SQL statements to indicate the desired database name
我们编辑了SQL脚本文件,并更改了前两个 SQL语句,以指示希望使用的数据库名称
The script file should have the same ownership and permissions as the rest of the files in c: \ IBM \ WMQFTE \ bin.
这个脚本文件应该与C: \IBM \WMQFTE \bin中的其余文件拥有相同的所有权和权限。
Load some ECMAScript from two MochiKit components and one custom script file.
从两个MochiKit组件加载一些ECMAScript和一个定制的脚本文件。
It enables you to go through the wizard once and record the user options and data in an Ant script file.
该功能让您使用一次向导,并且在ant脚本文件中记录下用户选项和数据。
The most common choice is s:, which makes the function local to the current script file.
最常见的选择是s:,它表示函数对于当前脚本文件是本地函数。
You can also save this code fragment as a Jython script file with the extension .py.
也可以将此代码片段另存为具有.py 扩展名的Jython脚本文件。
Create the Jython script file for endpoint registration.
创建用于端点注册的jython脚本文件。
When the wizard is closed, a new script file called GSDB.changexml is created.
向导关闭后,将创建一个名称为GSDB . changexml的新脚本文件。
The next section discusses how you can execute a Derby script file directly from a command line.
下一节将讨论如何从命令行直接执行Derby脚本文件。
应用推荐