- Functions called from a SELECT statement cannot contain DML statements
- Functions called from an UPDATE or DELETE statement on a table T cannot query
or contain DML on the same table T
- Functions called from SQL statements cannot end transactions
(that is,cannot execute COMMIT or ROLLBACK operations)
'Oracle > PL/SQL' 카테고리의 다른 글
15일차 Chapter 3 - Packages I # 3-8: PACKAGE SPECIFICATION (0) | 2012.04.24 |
---|---|
15일차 # 2-15: USER_SOURCE data dictionary view (0) | 2012.04.24 |
15일차 # 2-11 (0) | 2012.04.24 |
15일차 Chapter 2 - Functions (0) | 2012.04.24 |
15일차 # 1-25: USER_SOURCE (0) | 2012.04.24 |