Remove Unwanted/Extra Data in SQLPLUS

喜夏-厌秋 提交于 2019-12-02 04:43:05
Joachim Isaksson

-S seems to be what you're looking for;

sqlplus -S admin/admin@SERVER @abc.sql > output.txt

-S[ILENT]

Suppresses all SQL*Plus information and prompt messages, including the command prompt, the echoing of commands, and the banner normally displayed when you start SQL*Plus. If you omit username or password, SQL*Plus prompts for them, but the prompts are not visible. Use SILENT to invoke SQL*Plus within another program so that the use of SQL*Plus is invisible to the user.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!