Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Adding fields with default on tables with invalid triggers
Hi
Is this a bug or a feature?
Oracle 8.0.5
Alter table myTable add(a int default 1) fails if the table has an invalid
trigger (before insert or update for each row) .
However if i explicitly compile the trigger first the alter table stmt
completes.
thanks
Peter
Received on Wed Jan 19 2000 - 09:45:06 CST
![]() |
![]() |