set colsep '|' --设置|为列分隔符 set echo off --在用start命令执行一个sql脚本时,是否显示脚本中正在执行的SQL语句 set feedback off --是否显示当前sql语句查询或修改的行数 set newpage none --会在页和页之间没有任何间隔 set verify off -- --分多少页 set term off --在用spool命令将一个大表中的内容输出到一个文件中时,将内容输出在屏幕上会耗费大量的时间
记录20180510 问题:如何从thermo-calc导出文本数据供origin绘图? 解决: In Thermo-Calc graphical mode, you can just add a 'Table renderer' to export data to a .txt file. In Thermo-Calc Console mode, there are two ways, 1) use the 'make_experimental_datafile' command, this
SPOOL 命令使用实例[oracle导出纯文本格式文件] SET echo off --在用start命令执行一个sql脚本时,是否显示脚本中正在执行的SQL语句: SET feedback off --是否回显本次sql命令处理的记录条数,缺省为on: SET heading off --是否显示列标题,缺省为on: SET pagesize 50000 --设置每页有多少行数,缺省为14.当值设为0时,输出内容为
出自:http://wallimn.iteye.com/blog/472182 实践 只能在一个终端上的一个窗口中进行操作 第一步:连接oracle数据库 sqlplus qkp/mm_eftqkp@eftoldb; 第二步: set colsep ',' --分隔符 set trimspool on set linesize 1500--设置行宽,根据需要设置,默认100set pagesize 2000 set newpage 1 set heading