March 1999
Intermediate to advanced
528 pages
14h 39m
English
The GET command reads an SQL statement from a file and loads it into the buffer.
GET filename [LIS[T]|NOL[IST]]
where:
Is the command.
Is the name of the file containing the SQL statement you want to load. This can be any filename, including path and extension, that your operating system recognizes.
Causes SQL*Plus to display the buffer after loading the file. This is the default.
Causes SQL*Plus to load the file without displaying it.
GET, and all the other editing commands, are described in Chapter 2 .