时间:2021-07-01 10:21:17 帮助过:4人阅读
#!/bin/bash
. /opt/script/conf/config.sh
export ORACLE_SID=oracle1 #数据库实例名
export ORACLE_HOME=/oracle/procduct/9.2
su oracle -c "${ORACLE_HOME}/bin/sqlplus -S /nolog" <<EOF
SET FEEDBACK OFF;
SET ECHO OFF;
CONN $NAME_PW
insert into table_test(id,date.messages) values(‘$!‘,sysdate,‘$2‘)#向表table_test中插入数据
commit;
exit
EOF
zabbix#sh /opt/script/logger.sh 1,test#向数据库中写入数据
oracle用shell脚本链接数据库进行操作
标签:bash test word exp commit username rip acl insert