티스토리 뷰
SQL*PLUS 명령 중 EXIT와 QUIT가 있다. EXIT는 보류 중인 모든 변경 사항을 커밋 또는 롤백하고, Oracle Database에서 로그아웃하고, SQL*Plus를 종료하고, 운영 체제에 제어를 반환한다. QUIT은 EXIT의 동의어이다.
https://docs.oracle.com/database/121/SQPUG/ch_twelve023.htm#SQPUG044
EXIT
Usage EXIT enables you to specify an operating system return code. This enables you to run SQL*Plus scripts in batch mode and to detect programmatically the occurrence of an unexpected event. The manner of detection is operating-system specific. The key wo
docs.oracle.com