- 트리거에서 프로시져 호출하는 방법
You can also pass parameters to the procedure
Call p1(:new.emp_id )
- 트리거 장점
- 트리거 관련 권한 설정 주의 사항
- 트리거 생성시 참고할 가이드라인
'Database > PLSQL' 카테고리의 다른 글
097 - [Oracle PL/SQL] Compiler - plsql_code_type (0) | 2024.05.10 |
---|---|
096 - [Oracle PL/SQL] Compiler - Introduction (0) | 2024.05.09 |
094 - [Oracle PL/SQL] Triggers - system event trigger (0) | 2024.05.08 |
093 - [Oracle PL/SQL] DDL triggers ( Schema or Database ) (0) | 2024.05.08 |
092 - [Oracle PL/SQL] Triggers vs Procedures (0) | 2024.05.08 |