Alexander Bergolth [mailto:[EMAIL PROTECTED] wrote:
> However, I'm getting errors like below: > > DBD::Oracle::st execute failed: ORA-01400: cannot insert NULL into > ("BERGOLTH"."ABTEILUNG"."NAME_EN") (DBD ERROR: OCIStmtExecute) [for > statement ``INSERT INTO abteilung (tid, name, name_en, kurzbez, > fk_institut) > VALUES (?, ?, ?, ?, ?)'' with params: :p5='21', :p3='', > :p1='22', :p4='-----', :p2='E xx2 (keine)']) at ./import.pl line 89. > > (p3 is '', not undef!) In Oracle, '' is the same as NULL. Ronald