START CLPPlus command

The START CLPPlus command runs a CLPPlus script file.

Invocation

You must run this command from the CLPPlus interface.

Authorization

None

Required connection

None

Command syntax

Read syntax diagramSkip visual syntax diagramSTARTSTApathURLscript-file

Command parameters

path
Specifies the path, either absolute or relative, to the script file that contains SQL statements and commands to run. If no path is specified, the current directory is used.
URL
Specifies the URL to the script file that contains SQL statements and commands to run. The URL must start with http:// or https://.
script-file
Specifies the script file name that contains SQL statements and commands to run.

Examples

This example shows CLPPlus starting a script named demo.sql found on the computer with IP address 9.124.159.144.
SQL> Start http://9.124.159.144/demo.sql