<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KB-1494 ORA-01400: cannot insert NULL into ("&lt;SCHEMA&gt;"."&lt;TABLE&gt;"."&lt;COLUMN&gt;")" error thrown when writing to an Oracle database</title><link>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1494 ORA-01400: cannot insert NULL into ("&lt;SCHEMA&gt;"."&lt;TABLE&gt;"."&lt;COLUMN&gt;")" error thrown when writing to an Oracle database</title><link>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database</link><pubDate>Mon, 23 Jul 2018 12:53:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:75b0064f-6368-4dbf-83e3-206105de85fc</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database#comments</comments><description>Current Revision posted to Appian Knowledge Base by Jordan Horwat on 7/23/2018 12:53:25 PM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;p&gt;The following error is thrown in the application server log:&lt;/p&gt;
&lt;pre&gt;Caused by: java.sql.BatchUpdateException: ORA-01400: cannot insert NULL into (&amp;quot;&amp;lt;SCHEMA&amp;gt;&amp;quot;.&amp;quot;&amp;lt;TABLE&amp;gt;&amp;quot;.&amp;quot;&amp;lt;COLUMN&amp;gt;&amp;quot;) &lt;/pre&gt;
&lt;p&gt;Additionally, the process instance that is attempting to insert the data will fail on the node and an alert will be created.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is an error thrown by the Oracle database when trying to insert a null value into a column that does not allow nulls. The error can occur when using the &amp;#39;Write to Data Store Entity&amp;#39;, the &amp;#39;Write to Multiple Data Store Entities&amp;#39;, or the &amp;#39;Query Database&amp;#39; smart services.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;To remediate this error,&amp;nbsp;perform one of the following two options.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Perform input validation on the&amp;nbsp;process variable in&amp;nbsp;the process to ensure&amp;nbsp;the&amp;nbsp;value is not null.&lt;/li&gt;
&lt;li&gt;Update&amp;nbsp;the database table definition in Oracle to allow null values on the column.&amp;nbsp;Please consult your Oracle DBA for more information on this option.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using Oracle as a business data source.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, infrastructure, oracle&lt;/div&gt;
</description></item><item><title>KB-1494 ORA-01400: cannot insert NULL into ("&lt;SCHEMA&gt;"."&lt;TABLE&gt;"."&lt;COLUMN&gt;")" error thrown when writing to an Oracle database</title><link>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database/revision/15</link><pubDate>Thu, 15 Feb 2018 03:59:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:75b0064f-6368-4dbf-83e3-206105de85fc</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database#comments</comments><description>Revision 15 posted to Appian Knowledge Base by Parmida Borhani on 2/15/2018 3:59:17 AM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;p&gt;The following error is thrown in the application server log:&lt;/p&gt;
&lt;pre&gt;Caused by: java.sql.BatchUpdateException: ORA-01400: cannot insert NULL into (&amp;quot;&amp;lt;SCHEMA&amp;gt;&amp;quot;.&amp;quot;&amp;lt;TABLE&amp;gt;&amp;quot;.&amp;quot;&amp;lt;COLUMN&amp;gt;&amp;quot;) &lt;/pre&gt;
&lt;p&gt;Additionally, the process instance that is attempting to insert the data will fail on the node and an alert will be created.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is an error thrown by the Oracle database when trying to insert a null value into a column that does not allow nulls. The error can occur when using the &amp;#39;Write to Data Store Entity&amp;#39;, the &amp;#39;Write to Multiple Data Store Entities&amp;#39;, or the &amp;#39;Query Database&amp;#39; smart services.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;To remediate this error,&amp;nbsp;perform one of the following two options.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Perform input validation on the&amp;nbsp;process variable in&amp;nbsp;the process to ensure&amp;nbsp;the&amp;nbsp;value is not null.&lt;/li&gt;
&lt;li&gt;Update&amp;nbsp;the database table definition in Oracle to allow null values on the column.&amp;nbsp;Please consult your Oracle DBA for more information on this option.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using Oracle as a business data source.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, oracle&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX ORA-01400: cannot insert NULL into ("&lt;SCHEMA&gt;"."&lt;TABLE&gt;"."&lt;COLUMN&gt;")" error thrown when writing to an Oracle database</title><link>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database/revision/13</link><pubDate>Wed, 14 Feb 2018 15:12:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:75b0064f-6368-4dbf-83e3-206105de85fc</guid><dc:creator>Margaret Haymann</dc:creator><comments>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database#comments</comments><description>Revision 13 posted to Appian Knowledge Base by Margaret Haymann on 2/14/2018 3:12:52 PM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;pre&gt;Caused by: java.sql.BatchUpdateException: ORA-01400: cannot insert NULL into (&amp;quot;&amp;lt;SCHEMA&amp;gt;&amp;quot;.&amp;quot;&amp;lt;TABLE&amp;gt;&amp;quot;.&amp;quot;&amp;lt;COLUMN&amp;gt;&amp;quot;) &lt;/pre&gt;
&lt;p&gt;The error will be&amp;nbsp;in the application server log.&amp;nbsp; Additionally, the process instance that is attempting to insert the data will fail on the node and an alert will be created.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is an error thrown by the Oracle database when trying to insert a null value into a column that does not allow nulls. The error can occur when using the &amp;#39;Write to Data Store Entity&amp;#39;,&amp;nbsp; the &amp;#39;Write to Multiple Data Store Entities&amp;#39; or the &amp;#39;Query Database&amp;#39; smart services.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;To remediate this error do one of the following two options.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Perform input validation on the&amp;nbsp;process variable in&amp;nbsp;the process to ensure&amp;nbsp;the&amp;nbsp;value is not null.&lt;/li&gt;
&lt;li&gt;Update&amp;nbsp;the database table definition in Oracle to allow null values on the column.&amp;nbsp;Please consult your Oracle DBA for more information on this option.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Version&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using Oracle as a business data source.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: oracle&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX ORA-01400: cannot insert NULL into ("&lt;SCHEMA&gt;"."&lt;TABLE&gt;"."&lt;COLUMN&gt;")" error thrown when writing to an Oracle database</title><link>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database/revision/12</link><pubDate>Wed, 14 Feb 2018 15:09:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:75b0064f-6368-4dbf-83e3-206105de85fc</guid><dc:creator>Margaret Haymann</dc:creator><comments>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database#comments</comments><description>Revision 12 posted to Appian Knowledge Base by Margaret Haymann on 2/14/2018 3:09:50 PM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;pre&gt;Caused by: java.sql.BatchUpdateException: ORA-01400: cannot insert NULL into (&amp;quot;&amp;lt;SCHEMA&amp;gt;&amp;quot;.&amp;quot;&amp;lt;TABLE&amp;gt;&amp;quot;.&amp;quot;&amp;lt;COLUMN&amp;gt;&amp;quot;) &lt;/pre&gt;
&lt;p&gt;The error will be&amp;nbsp;in the application server log.&amp;nbsp; Additionally, the process instance that is attempting to insert the data will fail on the node and an alert will be created.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is an error thrown by the Oracle database when trying to insert a null value into a column that does not allow nulls. The error can occur when using the &amp;#39;Write to Data Store Entity&amp;#39;,&amp;nbsp; the &amp;#39;Write to Multiple Data Store Entities&amp;#39; or the &amp;#39;Query Database&amp;#39; smart services.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;To remediate this error do one of the following two options.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Perform input validation on the&amp;nbsp;process variable in&amp;nbsp;the process to ensure&amp;nbsp;the&amp;nbsp;value is not null.&lt;/li&gt;
&lt;li&gt;Update&amp;nbsp;the database table definition in Oracle to allow null values on the column.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Version&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using Oracle as a business data source.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: oracle&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX ORA-01400: cannot insert NULL into ("&lt;SCHEMA&gt;"."&lt;TABLE&gt;"."&lt;COLUMN&gt;")" error thrown when writing to an Oracle database</title><link>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database/revision/11</link><pubDate>Wed, 14 Feb 2018 15:07:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:75b0064f-6368-4dbf-83e3-206105de85fc</guid><dc:creator>Margaret Haymann</dc:creator><comments>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database#comments</comments><description>Revision 11 posted to Appian Knowledge Base by Margaret Haymann on 2/14/2018 3:07:34 PM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;pre&gt;Caused by: java.sql.BatchUpdateException: ORA-01400: cannot insert NULL into (&amp;quot;&amp;lt;SCHEMA&amp;gt;&amp;quot;.&amp;quot;&amp;lt;TABLE&amp;gt;&amp;quot;.&amp;quot;&amp;lt;COLUMN&amp;gt;&amp;quot;) &lt;/pre&gt;
&lt;p&gt;The error can be seen in the application server log file.&amp;nbsp;&amp;nbsp;The process instance that is attempting to insert the data will fail on the node and an alert will be created.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is an error thrown by the Oracle database when trying to insert a null value into a column that does not allow nulls. The error can occur when using the &amp;#39;Write to Data Store Entity&amp;#39;,&amp;nbsp; the &amp;#39;Write to Multiple Data Store Entities&amp;#39; or the &amp;#39;Query Database&amp;#39; smart services.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;To remediate this error do one of the following two options.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Perform input validation on the&amp;nbsp;process variable in&amp;nbsp;the process to ensure&amp;nbsp;the&amp;nbsp;value is not null.&lt;/li&gt;
&lt;li&gt;Update&amp;nbsp;the database table definition in Oracle to allow null values on the column.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Version&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using Oracle as a business data source.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: oracle&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX ORA-01400: cannot insert NULL into ("&lt;SCHEMA&gt;"."&lt;TABLE&gt;"."&lt;COLUMN&gt;")" error thrown when writing to an Oracle database</title><link>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database/revision/10</link><pubDate>Wed, 14 Feb 2018 14:49:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:75b0064f-6368-4dbf-83e3-206105de85fc</guid><dc:creator>Margaret Haymann</dc:creator><comments>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database#comments</comments><description>Revision 10 posted to Appian Knowledge Base by Margaret Haymann on 2/14/2018 2:49:11 PM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;pre&gt;Caused by: java.sql.BatchUpdateException: ORA-01400: cannot insert NULL into (&amp;quot;&amp;lt;SCHEMA&amp;gt;&amp;quot;.&amp;quot;&amp;lt;TABLE&amp;gt;&amp;quot;.&amp;quot;&amp;lt;COLUMN&amp;gt;&amp;quot;) &lt;/pre&gt;
&lt;p&gt;This error can be seen in the application server log file.&amp;nbsp; This error will cause the node in the process instance to fail creating an alert.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is an error thrown by the Oracle database when you trying to insert a null value into a column that does not allow nulls. This error can occur when using the &amp;#39;Write to Data Store Entity&amp;#39;,&amp;nbsp; the &amp;#39;Write to Multiple Datastore Entities&amp;#39; or the &amp;#39;Query Database&amp;#39; smart services.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Can do one of these two options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The resolution is to either perform input validation on the value in Appian to ensure you do not attempt to write a null value to the database&lt;/li&gt;
&lt;li&gt;To update your table definition in Oracle to allow the column to contain null values.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using Oracle as a business data source.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: oracle&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX ORA-01400: cannot insert NULL into ("&lt;SCHEMA&gt;"."&lt;TABLE&gt;"."&lt;COLUMN&gt;")" error thrown when writing to an Oracle database</title><link>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database/revision/9</link><pubDate>Wed, 14 Feb 2018 14:43:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:75b0064f-6368-4dbf-83e3-206105de85fc</guid><dc:creator>Margaret Haymann</dc:creator><comments>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Margaret Haymann on 2/14/2018 2:43:22 PM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;pre&gt;Caused by: java.sql.BatchUpdateException: ORA-01400: cannot insert NULL into (&amp;quot;&amp;lt;SCHEMA&amp;gt;&amp;quot;.&amp;quot;&amp;lt;TABLE&amp;gt;&amp;quot;.&amp;quot;&amp;lt;COLUMN&amp;gt;&amp;quot;) &lt;br /&gt;as seen in the application server log file.&amp;nbsp; This will also cause the node in the process instance to fail creating an alert. The alert will also contain this error.&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is an error thrown by the Oracle database when you try to insert a null value into a column that does not allow nulls. This error can occur when using the &amp;#39;Write to Data Store Entity&amp;#39;,&amp;nbsp; the &amp;#39;write to multiple datastore entity&amp;#39; or the &amp;#39;query database&amp;#39; smart services.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Can do one of these two options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The resolution is to either perform input validation on the value in Appian to ensure you do not attempt to write a null value to the database&lt;/li&gt;
&lt;li&gt;To update your table definition in Oracle to allow the column to contain null values.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using Oracle as a business data source.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: oracle&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX ORA-01400: cannot insert NULL into ("&lt;SCHEMA&gt;"."&lt;TABLE&gt;"."&lt;COLUMN&gt;")" error thrown when writing to an Oracle database</title><link>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database/revision/8</link><pubDate>Wed, 14 Feb 2018 14:36:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:75b0064f-6368-4dbf-83e3-206105de85fc</guid><dc:creator>Margaret Haymann</dc:creator><comments>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Margaret Haymann on 2/14/2018 2:36:11 PM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;pre&gt;Caused by: java.sql.BatchUpdateException: ORA-01400: cannot insert NULL into (&amp;quot;&amp;lt;SCHEMA&amp;gt;&amp;quot;.&amp;quot;&amp;lt;TABLE&amp;gt;&amp;quot;.&amp;quot;&amp;lt;COLUMN&amp;gt;&amp;quot;) as seen in the application server log file.&amp;nbsp; This will also cause the node in the process instance to fail creating an alert. The alert will also contain this error.&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is an error thrown by the Oracle database when you try to insert a null value into a column that does not allow nulls. This error can occur when using the &amp;#39;Write to Data Store Entity&amp;#39;,&amp;nbsp; the &amp;#39;write to multiple datastore entity&amp;#39; or the &amp;#39;query database&amp;#39; smart services.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Can do one of these two options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The resolution is to either perform input validation on the value in Appian to ensure you do not attempt to write a null value to the database&lt;/li&gt;
&lt;li&gt;To update your table definition in Oracle to allow the column to contain null values.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using Oracle as a business data source.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: oracle&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX ORA-01400: cannot insert NULL into ("&lt;SCHEMA&gt;"."&lt;TABLE&gt;"."&lt;COLUMN&gt;")" error thrown when writing to an Oracle database</title><link>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database/revision/7</link><pubDate>Wed, 14 Feb 2018 14:10:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:75b0064f-6368-4dbf-83e3-206105de85fc</guid><dc:creator>Margaret Haymann</dc:creator><comments>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Margaret Haymann on 2/14/2018 2:10:57 PM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;p&gt;Caused by: java.sql.BatchUpdateException: ORA-01400: cannot insert NULL into (&amp;quot;&amp;lt;SCHEMA&amp;gt;&amp;quot;.&amp;quot;&amp;lt;TABLE&amp;gt;&amp;quot;.&amp;quot;&amp;lt;COLUMN&amp;gt;&amp;quot;) as seen in the server.log file.&amp;nbsp; This will also cause the node in the process instance to fail creating an alert. The alert will also contain this error.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is an error thrown by the Oracle database when you try to insert a null value into a column that does not allow nulls. This error can occur when using the &amp;#39;write to&amp;nbsp;data store entity&amp;#39;,&amp;nbsp; the &amp;#39;write to multiple datastore entity&amp;#39; or the &amp;#39;query database&amp;#39; smart services.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Can do one of these two options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The resolution is to either perform input validation on the value in Appian to ensure you do not attempt to write a null value to the database&lt;/li&gt;
&lt;li&gt;To update your table definition in Oracle to allow the column to contain null values.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all Oracle versions.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: oracle&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX ORA-01400: cannot insert NULL into ("&lt;SCHEMA&gt;"."&lt;TABLE&gt;"."&lt;COLUMN&gt;")" error thrown when writing to an Oracle database</title><link>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database/revision/6</link><pubDate>Wed, 14 Feb 2018 14:09:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:75b0064f-6368-4dbf-83e3-206105de85fc</guid><dc:creator>Margaret Haymann</dc:creator><comments>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Margaret Haymann on 2/14/2018 2:09:31 PM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;p&gt;Caused by: java.sql.BatchUpdateException: ORA-01400: cannot insert NULL into (&amp;quot;&amp;lt;SCHEMA&amp;gt;&amp;quot;.&amp;quot;&amp;lt;TABLE&amp;gt;&amp;quot;.&amp;quot;&amp;lt;COLUMN&amp;gt;&amp;quot;) as seen in the server.log file.&amp;nbsp; This will also cause the node in the process instance to fail creating an alert. The alert will also contain this error.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is an error thrown by the Oracle database when you try to insert a null value into a column that does not allow nulls. This error can occur when using the &amp;#39;write to&amp;nbsp;data store entity&amp;#39;,&amp;nbsp; the &amp;#39;write to multiple datastore entity&amp;#39; or the &amp;#39;query database&amp;#39; smart services.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Can do one of these two options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The resolution is to either perform input validation on the value in Appian to ensure you do not attempt to write a null value to the database&lt;/li&gt;
&lt;li&gt;To update your table definition in Oracle to allow the column to contain null values.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&amp;nbsp;&lt;/h2&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: oracle&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX ORA-01400: cannot insert NULL into ("&lt;SCHEMA&gt;"."&lt;TABLE&gt;"."&lt;COLUMN&gt;")" error thrown when writing to an Oracle database</title><link>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database/revision/5</link><pubDate>Wed, 14 Feb 2018 13:38:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:75b0064f-6368-4dbf-83e3-206105de85fc</guid><dc:creator>Margaret Haymann</dc:creator><comments>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Margaret Haymann on 2/14/2018 1:38:44 PM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;p&gt;Caused by: java.sql.BatchUpdateException: ORA-01400: cannot insert NULL into (&amp;quot;APPIANDEV&amp;quot;.&amp;quot;TEST_DATA&amp;quot;.&amp;quot;DATA&amp;quot;)&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is an error thrown by the Oracle database when you try to insert a null value into a column that does not allow nulls. This error can occur when using the write to&amp;nbsp;data store entity smart services, the write to multiple datastore entity or the query database smart services.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Can do one of these two options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The resolution is to either perform input validation on the value in Appian to ensure you do not attempt to write a null value to the database&lt;/li&gt;
&lt;li&gt;To update your table definition in Oracle to allow the column to contain null values.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&amp;nbsp;&lt;/h2&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: oracle&lt;/div&gt;
</description></item><item><title>KB-1494 ORA-01400: cannot insert NULL into ("&lt;SCHEMA&gt;"."&lt;TABLE&gt;"."&lt;COLUMN&gt;")" error thrown when writing to an Oracle database</title><link>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database/revision/14</link><pubDate>Wed, 14 Feb 2018 10:53:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:75b0064f-6368-4dbf-83e3-206105de85fc</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database#comments</comments><description>Revision 14 posted to Appian Knowledge Base by Nick Vigilante on 2/14/2018 10:53:10 AM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;p&gt;The following error is thrown in the application server log:&lt;/p&gt;
&lt;pre&gt;Caused by: java.sql.BatchUpdateException: ORA-01400: cannot insert NULL into (&amp;quot;&amp;lt;SCHEMA&amp;gt;&amp;quot;.&amp;quot;&amp;lt;TABLE&amp;gt;&amp;quot;.&amp;quot;&amp;lt;COLUMN&amp;gt;&amp;quot;) &lt;/pre&gt;
&lt;p&gt;Additionally, the process instance that is attempting to insert the data will fail on the node and an alert will be created.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is an error thrown by the Oracle database when trying to insert a null value into a column that does not allow nulls. The error can occur when using the &amp;#39;Write to Data Store Entity&amp;#39;, the &amp;#39;Write to Multiple Data Store Entities&amp;#39;, or the &amp;#39;Query Database&amp;#39; smart services.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;To remediate this error,&amp;nbsp;perform one of the following two options.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Perform input validation on the&amp;nbsp;process variable in&amp;nbsp;the process to ensure&amp;nbsp;the&amp;nbsp;value is not null.&lt;/li&gt;
&lt;li&gt;Update&amp;nbsp;the database table definition in Oracle to allow null values on the column.&amp;nbsp;Please consult your Oracle DBA for more information on this option.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Version&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using Oracle as a business data source.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, oracle&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Cannot Insert NULL Into DB Table Error</title><link>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database/revision/4</link><pubDate>Wed, 14 Feb 2018 02:19:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:75b0064f-6368-4dbf-83e3-206105de85fc</guid><dc:creator>Tom Ryan</dc:creator><comments>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Tom Ryan on 2/14/2018 2:19:19 AM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;p style="padding-left:30px;"&gt;Caused by: java.sql.BatchUpdateException: ORA-01400: cannot insert NULL into (&amp;quot;APPIANDEV&amp;quot;.&amp;quot;TEST_DATA&amp;quot;.&amp;quot;DATA&amp;quot;)&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p style="padding-left:30px;"&gt;This is an error thrown by the Oracle database when you try to insert a null value into a column that does not allow nulls.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p style="padding-left:30px;"&gt;The resolution is to either perform input validation on the value in Appian to ensure you do not attempt to write a null value to the database, or to update your table definition in Oracle to allow the column to contain null values.&lt;/p&gt;
&lt;h2&gt;&amp;nbsp;&lt;/h2&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: oracle&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Cannot Insert NULL Into DB Table Error</title><link>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database/revision/3</link><pubDate>Tue, 13 Feb 2018 18:56:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:75b0064f-6368-4dbf-83e3-206105de85fc</guid><dc:creator>Margaret Haymann</dc:creator><comments>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Margaret Haymann on 2/13/2018 6:56:31 PM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;p style="padding-left:30px;"&gt;Caused by: java.sql.BatchUpdateException: ORA-01400: cannot insert NULL into (&amp;quot;APPIANDEV&amp;quot;.&amp;quot;TEST_DATA&amp;quot;.&amp;quot;DATA&amp;quot;)&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p style="padding-left:30px;"&gt;This is an error thrown by the Oracle database when you try to insert a null value into a column that does not allow nulls.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p style="padding-left:30px;"&gt;The resolution is to either use validation code on the column to ensure a null value does not attempt to write to the database or to update your table definition to allow&amp;nbsp;null values for the column.&lt;/p&gt;
&lt;h2&gt;&amp;nbsp;&lt;/h2&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: oracle&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Cannot Insert NULL Into DB Table Error</title><link>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database/revision/2</link><pubDate>Tue, 13 Feb 2018 17:22:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:75b0064f-6368-4dbf-83e3-206105de85fc</guid><dc:creator>Margaret Haymann</dc:creator><comments>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Margaret Haymann on 2/13/2018 5:22:57 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Caused by: java.sql.BatchUpdateException: ORA-01400: cannot insert NULL into (&amp;quot;APPIANDEV&amp;quot;.&amp;quot;TEST_DATA&amp;quot;.&amp;quot;DATA&amp;quot;)&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is an error thrown by the Oracle database when you try to insert a null value into a column that does not allow nulls.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;The resolution is to either use validation code on the column to ensure a null value does not attempt to write to the database or to update your table definition to allow&amp;nbsp;null values for the column.&lt;/p&gt;
&lt;h2&gt;&amp;nbsp;&lt;/h2&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Cannot Insert NULL Into DB Table Error</title><link>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database/revision/1</link><pubDate>Tue, 13 Feb 2018 17:22:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:75b0064f-6368-4dbf-83e3-206105de85fc</guid><dc:creator>Margaret Haymann</dc:creator><comments>https://community.appian.com/support/w/kb/829/kb-1494-ora-01400-cannot-insert-null-into-schema-table-column-error-thrown-when-writing-to-an-oracle-database#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Margaret Haymann on 2/13/2018 5:22:02 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Caused by: java.sql.BatchUpdateException: ORA-01400: cannot insert NULL into (&amp;quot;APPIANDEV&amp;quot;.&amp;quot;TEST_DATA&amp;quot;.&amp;quot;DATA&amp;quot;)&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is an error thrown by the Oracle database when you try to insert a null value into a column that does not allow nulls.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;The resolution is to either use code to ensure a null value does not attempt to write to the database or to update your table definition to allow&amp;nbsp;null values for the column.&lt;/p&gt;
&lt;h2&gt;&amp;nbsp;&lt;/h2&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>