错误信息:warning: here-document at line 8 delimited by end-of-file (wanted `EOF')出错shell代码:#!/bin/bash
source /etc/profile
ret=$(sqlplus -S /nolog <<EOF
connect sys/123456 as sysdba;
select&nbs...
Read More >
EOF
错误信息:warning: here-document at line 8 delimited by end-of-file (wanted `EOF')出错shell代码:#!/bin/bash
source /etc/profile
ret=$(sqlplus -S /nolog <<EOF
connect sys/123456 as sysdba;
select&nbs...
Read More >