: exec 5< list
: while [ 1 ]
: do
: read -u5 code
: if (( $code == 0 ))
: then
: break
: else
: sqlplus sun/sung << !eof!
: spool /list.log
: select * from linkhlw.hlwer_check
: where cgg_code='$list'
: spool off
: exit
: !eofi!
위에 오타네요 ㅎㅎ
: fi
: done
: exec 5<&-
:
: 자꾸
: sqlplus sun/sung << !eof!
:
: 여기서
: ./test1[2]: Syntax error at line 9 : `<<' is not matched
:
: 이렇게 에러가 떨어지네요.. else~ fi 구문만 떼서 돌리면 잘 돌아가거든요
:
: 흑흑... 고수님들 좀 갈챠주세요..
:
: --
: 서명... 끄적끄적...