Table of Contents

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
  • On the SQLPlus command line without quotes
start test.sql Gerard Nico !
Hello Gerard Nico !

  • On the SQLPlus command line with quotes
start test.sql "GerArd Nico"  "GerNicooo oo !" "Nico !"
Hello GerArd Nico GerNicooo oo ! Nico !

Configuration

See SQL Plus - Echo