René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

set suffix [SQL*Plus]

SQL> set suffix xyz
Sets the file suffix when a script is called (see @, @@ and start). The default is sql.
So, in order to execute a script named some_sql_stmts.s, one can set the suffix to s and call the script with @some_sql_stmts.