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:
  1. sqlplus.
  2. sqlplus[email protected]//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的主要内容,如果未能解决你的问题,请参考以下文章

什么是Linux的登录shell与非登录shell?

Shell基本概述

交互式shell和非交互式shell,登录shell和非登录shell的区别

shell批量执行多个shell脚本

shell脚本——shell编程规范与变量

Shell系统学习之向Shell脚本传递参数