Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有一些相关的问题,但具体不回答我的问题,具体是关于如何控制 SQLPLUS 查询的输出,以便它将所有结果集输出到文本文件,没有缓冲行,我的意思是保存在使用 SAVE 命令时的缓冲区。例如,它通常是第一行,带有“SQL>”提示符,然后是您的 SQL 语句。您如何完全删除该行并简单地输出(我假设使用 SPOOL)到文本文件?
如果您以静默方式连接,则不会输出 SQL > 行sqlplus -S schema/pw@db
sqlplus -S schema/pw@db