Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-1400 - mandatory (NOT NULL) column is missing or NULL during insert
look in dba_constraints (or user_constraints) and select by table_name
and owner for the constraints on that table... this will give you the
list of ALL constraints, but you can then look in dba_cons_columns to
see which columns are involved.
Rachel
Oleg Mineev wrote:
> How I can get the failed constraint name ?
>
> Thx.
>
> Oleg
Received on Mon Apr 13 1998 - 06:53:42 CDT
![]() |
![]() |