oracle 中 spool 命令将查询输出重定向到文件中,以持久保存、调试或与其他应用程序集成。命令语法为:spool [file_name] [append | replace],其中 file_name 指定输出文件,append 追加输出,replace 覆盖现有文件。 Oracle 中