<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description></description><title>Runciter Blog</title><generator>Tumblr (3.0; @runciternet)</generator><link>http://blog.runciter.net/</link><item><title>Oracle - What Version?</title><description>&lt;p&gt;&lt;em&gt;&lt;br/&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Command to give details on the current running version of Oracle.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;select * from v$version;&lt;/code&gt;&lt;/p&gt;</description><link>http://blog.runciter.net/post/23624265409</link><guid>http://blog.runciter.net/post/23624265409</guid><pubDate>Wed, 23 May 2012 16:23:00 -0400</pubDate></item><item><title>Oracle - Sequences Stuff</title><description>&lt;p&gt;Drop a sequence:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;DROP SEQUENCE SEQUENCE_NAME;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;List all sequences:&lt;/p&gt;
&lt;p&gt;For current user&lt;/p&gt;
&lt;p&gt;&lt;code&gt;SELECT * FROM USER_SEQUENCES;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;For all users&lt;/p&gt;
&lt;p&gt;&lt;code&gt;SELECT * FROM ALL_SEQUENCES;&lt;/code&gt;&lt;/p&gt;</description><link>http://blog.runciter.net/post/23624018554</link><guid>http://blog.runciter.net/post/23624018554</guid><pubDate>Wed, 23 May 2012 16:19:00 -0400</pubDate></item><item><title>Oracle - using a date in the where clause</title><description>&lt;p&gt;select * from foo where bar_date=to_date(&amp;#8216;22-FEB-2012&amp;#8217;,&amp;#8217;dd-MON-yyyy&amp;#8217;)&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;</description><link>http://blog.runciter.net/post/18080439005</link><guid>http://blog.runciter.net/post/18080439005</guid><pubDate>Wed, 22 Feb 2012 13:58:28 -0500</pubDate></item><item><title>Search SQL Server 2005 Stored Procedure Text</title><description>&lt;p&gt;How to search the content of stored procedures in a SQL Server 2005 database:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;SELECT Name, OBJECT_DEFINITION(OBJECT_ID)&lt;br/&gt;FROM sys.procedures&lt;br/&gt; WHERE OBJECT_DEFINITION(OBJECT_ID) LIKE '%SEARCH_TERMS%' &lt;/code&gt;&lt;/p&gt;</description><link>http://blog.runciter.net/post/11868576132</link><guid>http://blog.runciter.net/post/11868576132</guid><pubDate>Mon, 24 Oct 2011 13:04:00 -0400</pubDate></item><item><title>Using keepalives in PuTTY ssh sessions</title><description>&lt;p&gt;When using PuTTY, an ssh session to a remote server can be disconnected due to inactivity. If you need to make sure the connection is maintained you can send keepalives - small regular blips of data - to the remote server. Keepalives are enough to convince the server that the connection is still active.&lt;/p&gt;
&lt;p&gt;To turn keepalives on go to the top level of the section &lt;em&gt;Connection &lt;/em&gt;on the &lt;strong&gt;PuTTY Configuration &lt;/strong&gt;screen. The setting for keepalives is at the top. It is labeled &amp;#8220;Sending of null packets to keep session active&amp;#8221;. The setting itself is labeled &amp;#8220;Seconds between keepalives (0 to turn off)&amp;#8221; and the default value is 0 for off. Change this to a non-zero value (10 is good) to turn keepalives on.&lt;/p&gt;</description><link>http://blog.runciter.net/post/10520997990</link><guid>http://blog.runciter.net/post/10520997990</guid><pubDate>Thu, 22 Sep 2011 12:10:00 -0400</pubDate></item></channel></rss>

