<?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-1830 "ORA-00923: FROM keyword not found where expected" error thrown when using Oracle as the database</title><link>https://community.appian.com/support/w/kb/1281/kb-1830-ora-00923-from-keyword-not-found-where-expected-error-thrown-when-using-oracle-as-the-database</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1830 "ORA-00923: FROM keyword not found where expected" error thrown when using Oracle as the database</title><link>https://community.appian.com/support/w/kb/1281/kb-1830-ora-00923-from-keyword-not-found-where-expected-error-thrown-when-using-oracle-as-the-database</link><pubDate>Thu, 03 Jan 2019 16:24:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b358ca0b-d479-49d9-8370-1dd94d498387</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1281/kb-1830-ora-00923-from-keyword-not-found-where-expected-error-thrown-when-using-oracle-as-the-database#comments</comments><description>Current Revision posted to Appian Knowledge Base by Jordan Horwat on 1/3/2019 4:24:34 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When using Tomcat as the application server and a supported version of Oracle as the database, the application server fails to start with the following error in the logs:&lt;/p&gt;
&lt;pre&gt;WARNING [localhost-startStop-1] org.apache.naming.NamingContext.lookup Unexpected exception resolving reference java.sql.SQLException: Cannot create PoolableConnectionFactory (ORA-00923: FROM keyword not found where expected ) at org.apache.tomcat.dbcp.dbcp2.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:2385)&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This&amp;nbsp;occurs when the following line in &lt;strong&gt;suite.xml&lt;/strong&gt;&amp;nbsp;(located in&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\tomcat\apache-tomcat\conf\Catalina\localhost&lt;/code&gt;)&amp;nbsp;reads as follows:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;validationQuery=&amp;quot;SELECT 1&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Change the above line in&amp;nbsp;&lt;strong&gt;suite.xml&lt;/strong&gt; to the following:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;validationQuery=&amp;quot;SELECT 1 FROM dual&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Make sure all other values in &lt;strong&gt;suite.xml&lt;/strong&gt;&amp;nbsp;are formatted as seen in&amp;nbsp;the &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Relational_Databases.html#oracle"&gt;Configuring Relational Databases&lt;/a&gt;&amp;nbsp;documentation.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and later using Oracle as the database.&lt;/p&gt;
&lt;p&gt;Last reviewed:&amp;nbsp;January 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, application server, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1830 "ORA-00923: FROM keyword not found where expected" error thrown when using Oracle as the database</title><link>https://community.appian.com/support/w/kb/1281/kb-1830-ora-00923-from-keyword-not-found-where-expected-error-thrown-when-using-oracle-as-the-database/revision/3</link><pubDate>Thu, 03 Jan 2019 11:23:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b358ca0b-d479-49d9-8370-1dd94d498387</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1281/kb-1830-ora-00923-from-keyword-not-found-where-expected-error-thrown-when-using-oracle-as-the-database#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Jordan Horwat on 1/3/2019 11:23:43 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When using Tomcat as the application server and a supported version of Oracle as the database, the application server fails to start with the following error in the logs:&lt;/p&gt;
&lt;pre&gt;WARNING [localhost-startStop-1] org.apache.naming.NamingContext.lookup Unexpected exception resolving reference java.sql.SQLException: Cannot create PoolableConnectionFactory (ORA-00923: FROM keyword not found where expected ) at org.apache.tomcat.dbcp.dbcp2.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:2385)&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is caused by the following line in &lt;strong&gt;suite.xml&lt;/strong&gt;&amp;nbsp;located in&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\tomcat\apache-tomcat\conf\Catalina\localhost&lt;/code&gt;&amp;nbsp;reading as follows:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;validationQuery=&amp;quot;SELECT 1&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Change the above line in&amp;nbsp;&lt;strong&gt;suite.xml&lt;/strong&gt; to the following:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;validationQuery=&amp;quot;SELECT 1 FROM dual&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Make sure all other values in &lt;strong&gt;suite.xml&lt;/strong&gt;&amp;nbsp;are formatted as seen in&amp;nbsp;the &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Relational_Databases.html#oracle"&gt;Configuring Relational Databases&lt;/a&gt;&amp;nbsp;documentation.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and later using Oracle as the database.&lt;/p&gt;
&lt;p&gt;Last reviewed:&amp;nbsp;January 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, application server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX "ORA-00923: FROM keyword not found where expected" error thrown when using Oracle as the database</title><link>https://community.appian.com/support/w/kb/1281/kb-1830-ora-00923-from-keyword-not-found-where-expected-error-thrown-when-using-oracle-as-the-database/revision/1</link><pubDate>Mon, 31 Dec 2018 17:54:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b358ca0b-d479-49d9-8370-1dd94d498387</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1281/kb-1830-ora-00923-from-keyword-not-found-where-expected-error-thrown-when-using-oracle-as-the-database#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Rebecca Jonas on 12/31/2018 5:54:46 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When using Tomcat as the application server, the application server fails to start with the following error in the logs:&lt;/p&gt;
&lt;pre&gt;WARNING [localhost-startStop-1] org.apache.naming.NamingContext.lookup Unexpected exception resolving reference java.sql.SQLException: Cannot create PoolableConnectionFactory (ORA-00923: FROM keyword not found where expected ) at org.apache.tomcat.dbcp.dbcp2.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:2385)&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is caused by the following line in &lt;strong&gt;suite.xml&lt;/strong&gt; reading as follows:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;validationQuery=&amp;quot;SELECT 1&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Change it to the following:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;validationQuery=&amp;quot;SELECT 1 FROM dual&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Make sure all other values in &lt;strong&gt;suite.xml&lt;/strong&gt;&amp;nbsp;are formatted as seen in&amp;nbsp;the &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Relational_Databases.html#oracle"&gt;Configuring Relational Databases&lt;/a&gt;&amp;nbsp;documentation.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and later using Oracle as the database.&lt;/p&gt;
&lt;p&gt;Last reviewed: December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, application server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX "ORA-00923: FROM keyword not found where expected" error thrown when using Oracle as the database</title><link>https://community.appian.com/support/w/kb/1281/kb-1830-ora-00923-from-keyword-not-found-where-expected-error-thrown-when-using-oracle-as-the-database/revision/2</link><pubDate>Mon, 31 Dec 2018 13:37:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b358ca0b-d479-49d9-8370-1dd94d498387</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1281/kb-1830-ora-00923-from-keyword-not-found-where-expected-error-thrown-when-using-oracle-as-the-database#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Rebecca Jonas on 12/31/2018 1:37:23 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When using Tomcat as the application server and a supported version of Oracle as the database, the application server fails to start with the following error in the logs:&lt;/p&gt;
&lt;pre&gt;WARNING [localhost-startStop-1] org.apache.naming.NamingContext.lookup Unexpected exception resolving reference java.sql.SQLException: Cannot create PoolableConnectionFactory (ORA-00923: FROM keyword not found where expected ) at org.apache.tomcat.dbcp.dbcp2.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:2385)&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is caused by the following line in &lt;strong&gt;suite.xml&lt;/strong&gt;&amp;nbsp; in&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\tomcat\apache-tomcat\conf\Catalina\localhost&lt;/code&gt;&amp;nbsp;reading as follows:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;validationQuery=&amp;quot;SELECT 1&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Change it to the following:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;validationQuery=&amp;quot;SELECT 1 FROM dual&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Make sure all other values in &lt;strong&gt;suite.xml&lt;/strong&gt;&amp;nbsp;are formatted as seen in&amp;nbsp;the &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Relational_Databases.html#oracle"&gt;Configuring Relational Databases&lt;/a&gt;&amp;nbsp;documentation.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and later using Oracle as the database.&lt;/p&gt;
&lt;p&gt;Last reviewed: December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, application server, infrastructure&lt;/div&gt;
</description></item></channel></rss>