April 2000
Intermediate to advanced
94 pages
1h 52m
English
STORE
STORE SET filename
[CRE[ATE] | REP[LACE] | APP[END]]STORE generates a file of SET commands based on the current state of those settings. For example:
STORE SET current_settings REPLACE ... @current_settings
In this example, the first command stores the current settings while the second command restores those settings by executing the file generated by the STORE command.
Is the name of the file to which you want to write the SET commands.
Causes the command to fail if the file already exists. This is the default.
Causes SQL*Plus to overwrite any existing file with the same name.
Appends the SET commands to an existing file.