<?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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>executequery() with db defined from admin console</title><link>https://community.appian.com/discussions/f/plug-ins/10268/executequery-with-db-defined-from-admin-console</link><description>Hi all, 
 we have a requirement to execute an oracle function on a Sail interface. 
 We have the following function 
 create or replace FUNCTION TEST_APPIAN return VARCHAR IS BEGIN return &amp;#39;0&amp;#39;; END TEST_APPIAN; 
 If a use this function on a db defined</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: executequery() with db defined from admin console</title><link>https://community.appian.com/thread/45325?ContentTypeID=1</link><pubDate>Mon, 08 May 2017 14:11:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b3cbb4da-d7d4-4a19-a687-569b67c56a93</guid><dc:creator>Carlos Santander</dc:creator><description>The executequery function is provided by a plugin, right? If so, take a look at the plugin code and see how it&amp;amp;#x27;s getting the data source. It&amp;amp;#x27;s possible that the Java code isn&amp;amp;#x27;t aware of data sources defined in the Admin console, and therefore it needs to be modified.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>