흐르는 시간의 블로그...

출처 :http://moonlighting.tistory.com/92

#SQLPLUS -S<username>/<password><<filename>

-S : uses silent mode

예) sqlplus -S scott/tiger < /data/script/test.sql
예)sqlplus -S id/pass@111.111.111.111:port/sid < ./test.sql

'프로그래밍??? > 오라클' 카테고리의 다른 글

SQL%ROWCOUNT 편리함 ^^  (0) 2012.04.04
PLSQL문법 정리  (0) 2012.04.04
프로시저 내에서 트리거 생성 쿼리  (0) 2012.02.27
oracle client를 통한 접속  (0) 2011.12.07
instant client 설치하기  (0) 2011.12.07