Simple Test 1 0 3,638

by 김정식 [2004.10.30 16:38:17]


script 실행 초간단 샘플

webtst:/users/testuser>vi kjs.sh

sqlplus scott/tiger <<EOF
SELECT sysdate FROM DUAL;
exit
EOF

 

-- 실행결과..

webtst:/users/testuser>kjs.sh

Connected to:
Oracle8i Enterprise Edition Release 8.1.7.4.0 - 64bit Production
With the Partitioning option
JServer Release 8.1.7.4.0 - 64bit Production

SQL>
SYSDATE
---------
30-OCT-04


SQL> Disconnected from Oracle8i Enterprise Edition Release 8.1.7.4.0 - 64bit Pro
duction
With the Partitioning option
JServer Release 8.1.7.4.0 - 64bit Production

webtst:/users/testuser>

댓글등록
SQL문을 포맷에 맞게(깔끔하게) 등록하려면 code() 버튼을 클릭하여 작성 하시면 됩니다.
로그인 사용자만 댓글을 작성 할 수 있습니다. 로그인, 회원가입