开发者

Suppress the contents of the SQLplus command in UNIX?

While connecting to db 开发者_开发百科[ oracle] using sqlplus in Unix, I don't want to display the contents like:

connected to...
SQL>....

How would I remove these display entries?


Your probably looking for the option -silent (or just -s):

> sqlplus -s username/password@database
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜