oracle执行sql语句shell脚本

2019-10-17

shell实例

#!/bin/sh

. ~/.bash_profile

lm=`date -d '-1month' +%Y%m`
ym=`date +%Y%m%d`
nm=`date -d '1month' +%Y%m`

sqlplus -s test/123456 << EOF set hea off @?/apex/apxremov.sql; --?相当于$ORACLE_HOME @~/scripts/create_table.sql; --~相当于$HOME EOF

分类:数据库 | 标签: |

相关日志

评论被关闭!