1 2 3 4
摘要: 查询员工信息 S:静默登录 执行导入脚本 [oracle@localhost ~]$ cat impdept.sh !/bin/bash while read line do if [[ z $line ]];then continue fi dno= name= l= sqlplus S scot 阅读全文
posted @ 2020-03-08 16:50 多走多看 阅读(6071) 评论(0) 推荐(0)