Switching views in the control file editor, Including another control file, Control file generator – HP Neoview Release 2.4 Software User Manual
Page 109: Required arguments
Switching Views in the Control File Editor
You can work in two views in the Control File Editor:
•
GUI view (default view)
The GUI view assists you in creating, editing, and viewing your control file. Select one of
eight tabs to create the eight components of a control file.
•
Text view
Text view displays plain editable text where you can create, edit, and view your control file.
Including Another Control File
To include another control file:
Click Insert —> Include or click the Ctrl+I.
Then select the control file that you want to insert into the current control file.
Control File Generator
The Java-based control file generator tool can be used to create sample control files quickly using
either a standard template that you have or based on tables already created in the Neoview
database schemas.
To use the control file generator:
java -jar/NVTHOME/utils/nvtControlFileGen.jar ...
-url URL_of_the_Neoview_server
-user username
-pw password
-sys system_name
-table table_name [table_name],[table_name] ...
[-cat catalog_name]
[-schema schema_name]
[-file pathname]
[-temp template_file]
[-jobtype "load" | "extract"]
[-single "true" | "false"]
[-version]
[-help]
You can place the arguments in any order.
Required Arguments
These arguments are required:
—url
The URL of the Neoview server to connect to.
—user
The User ID needed to connect with the Neoview server, and to be referenced in the control
file. This field accepts plain text names.
—pw
The password for the Neoview User ID specified by -user. This field accepts plain text
passwords only.
—schema
If specified with table, the schema information to put into the generated control file. If
—schema
is specified without -table, control files are generated for all tables within the
schema that can be accessed without error.
Delimited schema names must start and end with a double-quote (“). Names containing
double quotes must be escaped with singe-quotes (').
Control File Generator
109