Parameters


  * Pass or communicate data between the CALLER and the CALLEE (subprogram)



  * Used like local variables to the named blocks



  * formal parameter vs actual parameter

    - formal parameter : parameter passing mode (in, out, in out)

    - actual parameter : passing Parameters (positional, named, combination)

'Oracle > PL/SQL' 카테고리의 다른 글

15일차 # 1-10  (0) 2012.04.24
15일차 # 1-6  (0) 2012.04.24
15일차 # 8-22: [5] RAISE_APPLICATION_ERROR 프로시져  (0) 2012.04.24
15일차 # 8-18: [4] define  (0) 2012.04.24
15일차 # 8-16: [3] when others then  (0) 2012.04.24

+ Recent posts