<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pass By Value &#187; springframework</title>
	<atom:link href="http://passbyvalue.com/tag/springframework/feed/" rel="self" type="application/rss+xml" />
	<link>http://passbyvalue.com</link>
	<description>... or is it pass by reference?</description>
	<lastBuildDate>Thu, 26 Jan 2012 03:09:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Getting Oracle XE to work with SpringFramework JDBC Template</title>
		<link>http://passbyvalue.com/2009/07/getting-oracle-xe-to-work-with-springframework-jdbc-template/</link>
		<comments>http://passbyvalue.com/2009/07/getting-oracle-xe-to-work-with-springframework-jdbc-template/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 00:03:48 +0000</pubDate>
		<dc:creator>Trent</dc:creator>
				<category><![CDATA[Software development]]></category>
		<category><![CDATA[jdbc]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[springframework]]></category>

		<guid isPermaLink="false">http://blog.passbyvalue.com/?p=23</guid>
		<description><![CDATA[Ever get this error when using Oracle XE with SpringFramework JDBC Template? SORA-12519, TNS:no appropriate service handler found You can get around it by executing the following commands: ALTER SYSTEM SET PROCESSES=150 SCOPE=SPFILE; ALTER SYSTEM SET SESSIONS=100 SCOPE=SPFILE; Then stop and start database (Oracle XE service) and you&#8217;re good to go! Remember: needs to be [...]]]></description>
			<content:encoded><![CDATA[<p>Ever get this error when using Oracle XE with SpringFramework JDBC Template?</p>
<pre>SORA-12519, TNS:no appropriate service handler found</pre>
<p>You can get around it by executing the following commands:</p>
<div class="codecolorer-container sql railscasts" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="sql codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #993333; font-weight: bold;">ALTER</span> SYSTEM <span style="color: #993333; font-weight: bold;">SET</span> PROCESSES<span style="color: #66cc66;">=</span><span style="color: #cc66cc;">150</span> SCOPE<span style="color: #66cc66;">=</span>SPFILE;<br />
<span style="color: #993333; font-weight: bold;">ALTER</span> SYSTEM <span style="color: #993333; font-weight: bold;">SET</span> SESSIONS<span style="color: #66cc66;">=</span><span style="color: #cc66cc;">100</span> SCOPE<span style="color: #66cc66;">=</span>SPFILE;</div></div>
<p>Then stop and start database (Oracle XE service) and you&#8217;re good to go!</p>
<p>Remember:</p>
<ul>
<li>needs to be capitals,</li>
<li>needs to have both entries</li>
<li>stop and start the database (oracle XE service)</li>
</ul>
<p>Got this from the following two resources:</p>
<p><a href="http://en.newinstance.it/2007/06/01/ora-12519-tnsno-appropriate-service-handler-found/">http://en.newinstance.it/2007/06/01/ora-12519-tnsno-appropriate-service-handler-found/</a><br />
<a href="http://forum.springsource.org/showthread.php?p=133267"> http://forum.springsource.org/showthread.php?p=133267</a></p>
]]></content:encoded>
			<wfw:commentRss>http://passbyvalue.com/2009/07/getting-oracle-xe-to-work-with-springframework-jdbc-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

