 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: VB app connecting to Oracle database</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/vb-app-connecting-to-oracle-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/vb-app-connecting-to-oracle-database/</link>
	<description></description>
	<lastBuildDate>Mon, 20 May 2013 16:47:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: VB app connecting to Oracle database (Q/A) &#124; Seek The Sun Slowly</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/vb-app-connecting-to-oracle-database/#comment-108166</link>
		<dc:creator>VB app connecting to Oracle database (Q/A) &#124; Seek The Sun Slowly</dc:creator>
		<pubDate>Fri, 08 Jun 2012 07:13:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-108166</guid>
		<description><![CDATA[[...] Address: http://itknowledgeexchange.techtarget.com/itanswers/vb-app-connecting-to-oracle-database/        (0) Comments   Read [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Address: <a href="http://itknowledgeexchange.techtarget.com/itanswers/vb-app-connecting-to-oracle-database/" rel="nofollow">http://itknowledgeexchange.techtarget.com/itanswers/vb-app-connecting-to-oracle-database/</a>        (0) Comments   Read [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gcherer</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/vb-app-connecting-to-oracle-database/#comment-48653</link>
		<dc:creator>gcherer</dc:creator>
		<pubDate>Tue, 22 Nov 2005 17:10:09 +0000</pubDate>
		<guid isPermaLink="false">#comment-48653</guid>
		<description><![CDATA[Often, the main controllable drag in this scenario is the dispatcher&#039;s allocation of stubs to handle the task. Pre-allocated stubs saves some effort at the expense of some memory. Try MTS or consider a another tier between the client and server. The new tier would keep a few more or less constant logins, but keep track of which client is doing what. Using the new security facilities in 9i makes this very slick. In your case, the actual number of clients and transactions makes it hard to cost-justify far-sighted solutions. But, you would know whether your environment is growing or staying static. g&#039;luck.  ]]></description>
		<content:encoded><![CDATA[<p>Often, the main controllable drag in this scenario is the dispatcher&#8217;s allocation of stubs to handle the task. Pre-allocated stubs saves some effort at the expense of some memory. Try MTS or consider a another tier between the client and server. The new tier would keep a few more or less constant logins, but keep track of which client is doing what. Using the new security facilities in 9i makes this very slick. In your case, the actual number of clients and transactions makes it hard to cost-justify far-sighted solutions. But, you would know whether your environment is growing or staying static. g&#8217;luck.  </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skovac</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/vb-app-connecting-to-oracle-database/#comment-48654</link>
		<dc:creator>skovac</dc:creator>
		<pubDate>Thu, 03 Nov 2005 14:12:30 +0000</pubDate>
		<guid isPermaLink="false">#comment-48654</guid>
		<description><![CDATA[Thanks for yout thoughts.  What prompted this was the following chunck from my statspack report.  I searched for mathing sql and found out that it something that happens every time VB makes a connection.

                                                    CPU      Elapsd
  Buffer Gets    Executions  Gets per Exec  %Total Time (s)  Time (s) Hash Value
--------------- ------------ -------------- ------ -------- --------- ----------
     35,708,923        1,273       28,051.0   18.5   413.14    418.99  496609904
Module: WIP_Mover.exe
select * from (select null TABLE_CATALOG, idx.table_owner TABLE_
SCHEMA, idx.table_name TABLE_NAME, null INDEX_CATALOG, idx.owner
 INDEX_SCHEMA, idx.index_name INDEX_NAME, null PRIMARY_KEY, deco
de(idx.uniqueness, &#039;UNIQUE&#039;, 65535, 0) UNIQUE_,null CLUSTERED,nu
ll TYPE, null FILL_FACTOR, idx.initial_extent INITIAL_SIZE, null]]></description>
		<content:encoded><![CDATA[<p>Thanks for yout thoughts.  What prompted this was the following chunck from my statspack report.  I searched for mathing sql and found out that it something that happens every time VB makes a connection.</p>
<p>                                                    CPU      Elapsd<br />
  Buffer Gets    Executions  Gets per Exec  %Total Time (s)  Time (s) Hash Value<br />
&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212; &#8212;&#8212;&#8211; &#8212;&#8212;&#8212; &#8212;&#8212;&#8212;-<br />
     35,708,923        1,273       28,051.0   18.5   413.14    418.99  496609904<br />
Module: WIP_Mover.exe<br />
select * from (select null TABLE_CATALOG, idx.table_owner TABLE_<br />
SCHEMA, idx.table_name TABLE_NAME, null INDEX_CATALOG, idx.owner<br />
 INDEX_SCHEMA, idx.index_name INDEX_NAME, null PRIMARY_KEY, deco<br />
de(idx.uniqueness, &#8216;UNIQUE&#8217;, 65535, 0) UNIQUE_,null CLUSTERED,nu<br />
ll TYPE, null FILL_FACTOR, idx.initial_extent INITIAL_SIZE, null</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sheldonlinker</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/vb-app-connecting-to-oracle-database/#comment-48655</link>
		<dc:creator>sheldonlinker</dc:creator>
		<pubDate>Wed, 02 Nov 2005 13:40:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-48655</guid>
		<description><![CDATA[Leaving a connection open &quot;costs&quot; virtually nothing, in terms of system resources.  Closing a connection is &quot;cheap&quot;, too.  Establishing a connection is time-consuming.  Best to leave the connection open.

---
Sheldon Linker
Linker Systems, Inc.
linkersystems.com
sol@linker.com
800-315-1174
+1-949-552-1904 from outside North America]]></description>
		<content:encoded><![CDATA[<p>Leaving a connection open &#8220;costs&#8221; virtually nothing, in terms of system resources.  Closing a connection is &#8220;cheap&#8221;, too.  Establishing a connection is time-consuming.  Best to leave the connection open.</p>
<p>&#8212;<br />
Sheldon Linker<br />
Linker Systems, Inc.<br />
linkersystems.com<br />
<a href="mailto:sol@linker.com">sol@linker.com</a><br />
800-315-1174<br />
+1-949-552-1904 from outside North America</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.047 seconds using memcached
Object Caching 309/315 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-20 17:18:42 -->