Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> 8.1.6 nested tables and triggers
Hi,
I'm running 8.1.6 and I have a table with a nested table :
.....
HISTORY NOT NULL CHAR(1) ACCESSID VARCHAR2(20) EVENT_PARAMS NAITT_EVENT_PARAMETERS
with
NAITT_EVENT_PARAMETERS TABLE OF NAIT_EVENT_PARAMETER
Name Null? Type ------------------------------- -------- ---- SEQUENCE NUMBER(3) DISPLAY_PROMPT VARCHAR2(80) BIND_PARAMETER VARCHAR2(80)
Is it possible to build a before Insert trigger on the nested table ? Is there a specific syntax ?
Thanks,
Yann Received on Tue Oct 30 2001 - 02:12:08 CST
![]() |
![]() |