# 교재 정리


  * Standardizing Constants & Exceptions


  * Local Subprograms


  * Bulk Binding

    - FORALL

    - BULK COLLECT

select ... bulk collect into ...

fetch ... bulk collect into ...


  * NOCOPY hint

    - procedure proc1 (name out NOCOPY empnametype)

    - NOCOPY의 효과


+ Recent posts