November 2004
Intermediate to advanced
584 pages
15h 29m
English
STORE — Not available in iSQL*Plus
STORE generates a file of SET commands based on the current state of those settings. This file can be used after those settings have been changed to reset everything back to a known state.
STORE SET filename [CRE[ATE] | REP[LACE] | APP[END]]Is an option indicating what you want to store. Currently, the only option available is SET.
Is the name of the file, including the path and extension, to which you want to write the SET commands.
Causes the command to fail if the file already exists.
Causes SQL*Plus to overwrite any existing file with the same name.
Causes the SET commands to be appended to an existing file.
Read now
Unlock full access