<?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>Process Variable data to SQL database table</title><link>https://community.appian.com/discussions/f/process/14765/process-variable-data-to-sql-database-table</link><description>Hi All, 
 i have got all the data from Oracle in a Process Variable which of type CDT, 
 how can i put this data into SQL database. 
 
 Thanks a lot in advance</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Process Variable data to SQL database table</title><link>https://community.appian.com/thread/66196?ContentTypeID=1</link><pubDate>Mon, 29 Apr 2019 13:12:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:668fcc19-a92c-49df-9744-cdd58b301719</guid><dc:creator>davel001150</dc:creator><description>&lt;p&gt;I would have to agree with Steven above that I wouldn&amp;#39;t necessarily want to use Appian for that job.&amp;nbsp; It&amp;#39;s a BPM and custom business application platform, built for those functionalities and not strictly as a database transfer tool.&lt;/p&gt;
&lt;p&gt;Another question I have now is how long are you going to be running this on a daily basis.&amp;nbsp; Is there a legitimate business case for using 2 different DBMSs at the same time?&amp;nbsp; If you were decommissioning one, that would make sense, but I would expect the data to be much larger than 10k and done once.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Process Variable data to SQL database table</title><link>https://community.appian.com/thread/66187?ContentTypeID=1</link><pubDate>Mon, 29 Apr 2019 06:01:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:892d4002-6c67-4e8a-99f4-e8ca76f320d3</guid><dc:creator>vineethk0001</dc:creator><description>&lt;p&gt;the data is around 10k and the scheduler will run everyday&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Process Variable data to SQL database table</title><link>https://community.appian.com/thread/66132?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2019 13:39:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8e2ae4b0-d791-4031-a92c-e25582882d7a</guid><dc:creator>Steven Miccile</dc:creator><description>&lt;p&gt;There are some good functional answers on this thread already, but I am curious about the volume of data you are dealing with and the frequency at which you want to perform this transfer. When you say &amp;quot;all the data from Oracle&amp;quot;, how much data are you talking about? And how often will your application be doing this operation? At large scale, alternative methods would be preferred over doing this transfer in memory (via process variables).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Process Variable data to SQL database table</title><link>https://community.appian.com/thread/66131?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2019 13:28:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6849fa66-f791-4b37-ab58-8ea88fd012e4</guid><dc:creator>davel001150</dc:creator><description>&lt;p&gt;Would it be possible to create 2 CDTs, one to receive from Oracle, the other to transmit to MySQL, then use a script task to cast from one CDT type to the other CDT?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Process Variable data to SQL database table</title><link>https://community.appian.com/thread/66123?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2019 10:20:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2119fe91-20f5-475b-a18e-ac5af5c4030d</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;Now you have a CDT you could use that to generate a table in your DB (I presume you mean &amp;#39;MySQL&amp;#39; as opposed to MS SQL Server?). Or you can hand-build a table that matches the CDT format. Either way, adding the CDT to a datastore that connects to your DB and publishing it will allow you to use the &amp;#39;Write to Datastore&amp;#39; Smart Service in you process to write the data.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>