shell spool
Posted kakaisgood
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了shell spool相关的知识,希望对你有一定的参考价值。
If you wish to use SQL*Plus Command-line , you‘ll simply issue the sqlplus command from your shell:
- $ sqlplus.
- $ sqlplus[email protected]//machine.domain:port/database.
- set colsep , set headsep off set pagesize 0 set trimspool on.
- set linesize # set numwidth #
- spool file_path.
- spool off.
- SELECT title, primary_author FROM books;
以上是关于shell spool的主要内容,如果未能解决你的问题,请参考以下文章