SQLPlus Append
APPEND Command Syntax:
A[PPEND] text
Insert data into an existing file / table, or creates a new file / table if it’s not already present.
APPEND Command Examples:
SQL> save c:\docs\file.sql append
Appended file to c:\docs\file.sql