大神,刚我提问的linux ,shell脚本,单独运行 系统提示 sqlplus: command not found
#!/bin/shtoday='date+%y%m%d'sqlplus-srpt/123qweASD@gxzydb1@exp_scn_hours.sql>exp_scn_...
#!/bin/sh
today='date+%y%m%d'
sqlplus -s rpt/123qweASD@gxzydb1 @exp_scn_hours.sql>exp_scn_hours.txt
spool exp_scn_hours%today.txt
set trimspool on
set linesize 8000
set pagesize 50000
set heading off
set term off
set feedback off
set sqlblankline off
select dat||'$'||
indicator_hours||'$'||
scn||'$'||
int_scn from tb_indicator_hours t order by t.dat desc;
spool off
exit
eof
大神,刚我提问的shell脚本,按照你的意思单独运行后系统提示 sqlplus: command not found
应该这句话有问题,请看看。谢谢 展开
today='date+%y%m%d'
sqlplus -s rpt/123qweASD@gxzydb1 @exp_scn_hours.sql>exp_scn_hours.txt
spool exp_scn_hours%today.txt
set trimspool on
set linesize 8000
set pagesize 50000
set heading off
set term off
set feedback off
set sqlblankline off
select dat||'$'||
indicator_hours||'$'||
scn||'$'||
int_scn from tb_indicator_hours t order by t.dat desc;
spool off
exit
eof
大神,刚我提问的shell脚本,按照你的意思单独运行后系统提示 sqlplus: command not found
应该这句话有问题,请看看。谢谢 展开
1个回答
推荐于2016-10-05
展开全部
系统提示的意思是找不到sqlplus命令,不是你没安装这个软件吧,或者你没有配置环境变量。
安装配置请参考:http://blog.csdn.net/wuxiaoyan_home/article/details/4826440
安装配置请参考:http://blog.csdn.net/wuxiaoyan_home/article/details/4826440
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |