Table of Contents

SQL Plus - Start Command

About

Runs the SQL*Plus statements in the specified script. The script can be called from the local file system or a web server.

Syntax

STA[RT] {url|file_name} [arg ...]

where:

Alias

Script Path Resolution

The script will be search:

Example

With the following test script:

Prompt Hello &1 &2 &3
start test.sql Gerard Nico !
Hello Gerard Nico !

start test.sql "GerArd Nico"  "GerNicooo oo !" "Nico !"
Hello GerArd Nico GerNicooo oo ! Nico !

Configuration

See SQL Plus - Echo