Neoview Script Guide (R2.2)

--- 1 row(s) inserted.
SQL>INSERT INTO COURSE VALUES
+> ('C33', 'DISCRETE MATHEMATICS',
'ABSOLUTELY NECESSARY',3, 0, 'CIS');
--- 1 row(s) inserted.
ONLINEDBDUMP Command
The ONLINEDBDUMP command alters or displays the configured time to backup or dump the
entire Neoview database.
Syntax
ONLINEDBDUMP [info | AT hh:mm:ss]
Considerations
In the Neoview Script interface, you must enter the command on one line. The command
does not require an SQL terminator.
This command can be executed in SQL mode only.
Starting in Release 2.2, the dump time can be altered by the services user.
Examples
This command alters the time when the next dump occurs:
SQL> ONLINEDBDUMP at 22:00
This command shows information and attributes of the job:
SQL>onlinedbdump
limit: 6:00
every: 1DAYS
at: 03JUL07 22:00:00
alter: 03JUL07 22:00:00
next-runtime: 03JUL07 22:00:00
--- NS operation complete
PRUN Command
The PRUN command runs script files in parallel.
Syntax
PRUN [-d | -defaults] | PRUN [-sd | -scriptsdir directoryName]
[-e | -extension extension]
[-ld | -logsdir logDirectory]
[-o | -overwrite {y | n}]
[-c | -connections num]
scriptsdir
In this directory, PRUN processes every file with the specified extension. If you do not specify
a directory or if you specify an invalid directory, an error message occurs and you are
prompted to reenter the directory. Note: Verify that this directory contains valid script files.
extension
The default is .sql.
100 Neoview Script Interface Commands