April 2000
Intermediate to advanced
94 pages
1h 52m
English
GET
GET filename [LIS[T]
| NOL[IST]]The GET command reads a SQL statement from a file and loads it into the buffer. For example:
GET my_report.sql GET my_report NOLIST
Is the name of the file containing the SQL statement you want to load.
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.