Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> 8.1.6 : nested tables
Hi,
I'm running 8.1.6 and I have nested tables of this kind :
.....
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 ?
Yann Received on Mon Oct 29 2001 - 02:30:40 CST
![]() |
![]() |