Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-01400 cannot insert null into (Schema.Table.column)

User_PP8RHSep 1 2022

I'm trying to insert data in a table but I have got the error ORA-01400. If I open the package in pl/sql, right click the procedure and choose the option "Test", the registers are inserted perfectly, but if I try to run the package/procedure with an integration user (which has "Execute" grant) it runs but the insert fails and i get the ORA-01400.
Note 1: I'm not trying to insert null value in the column (varchar2(30) not nullable).
Note 2: All the other columns can be null.
I have been stuck in this problem for weeks (Help!!!!!), does anyone have any idea what could be happening?

Comments
Post Details
Added on Sep 1 2022
4 comments
6,358 views