大神,刚我提问的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
应该这句话有问题,请看看。谢谢
展开
 我来答
匿名用户
推荐于2016-10-05
展开全部
系统提示的意思是找不到sqlplus命令,不是你没安装这个软件吧,或者你没有配置环境变量。

安装配置请参考:http://blog.csdn.net/wuxiaoyan_home/article/details/4826440
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式