首页 > 系统服务 > 详细

shell spool

时间:2018-08-01 13:38:41      阅读:178      评论:0      收藏:0      [点我收藏+]
If you wish to use SQL*Plus Command-line , you‘ll simply issue the sqlplus command from your shell:
  1. sqlplus.
  2. sqlplusschema@//machine.domain:port/database.
  3. set colsep , set headsep off set pagesize 0 set trimspool on.
  4. set linesize # set numwidth #
  5. spool file_path.
  6. spool off.
  7. SELECT title, primary_author FROM books;

shell spool

原文:https://www.cnblogs.com/kakaisgood/p/9400543.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!