【发布时间】:2013-01-15 13:26:31
【问题描述】:
我有一个脚本文件,它将查询发送到 sqlplus 并将输出发送到其他输出文件。 然而,这个输出文件包含一些来自 sqlplus 的信息——某种问候。
SQL*Plus: Release 11.2.0.3.0 Production on Tue Jan 15 12:30:40 2013
Copyright (c) 1982 2011 Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning Real Application Clusters Automatic Storage Management OLAP
Data Mining and Real Application Testing options
有没有办法执行脚本,这样问候语就不会成为文件的一部分?
【问题讨论】:
标签: sqlplus