ran*_*psp 2 sql unix oracle plsql sqlplus
我正在使用Solaris.我必须登录sql plus并运行一些查询,这会产生巨大的结果集.
我想将所有内容复制到文件中.在unix或sqlplus中是否有任何命令?
OMG*_*ies 7
使用SPOOL命令:
SPOOL
SQL> SPOOL /opt/output SQL> SELECT ... SQL> SPOOL OFF
归档时间:
15 年,8 月 前
查看次数:
11055 次
最近记录:
8 年,3 月 前