DBMS/Oracle
commit, commit work, commit work release 차이점
smok95
2008. 4. 8. 17:10
반응형
commit과 commit work은 완전히 똑같다.
work는 그냥 commit이 작동된다는 의미로 붙여주는 것이다.
commit work release 는
commit을 완료하고, Database connection을 종결하라는 명령이다.
commit후에도 connection이 유지되는 commit (work)과는 다른 동작을 합니다.
(출처 : '(pl/sql)commit 과 commit work 의 차이점' - 네이버 지식iN)
반응형