<?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>Open Source, Digital Asset Management, Media Asset Management &#187; SQL</title>
	<atom:link href="http://blog.razuna.com/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.razuna.com</link>
	<description>Open Source, Digital Asset Management, DAM, Media Asset Management, MAM, Online, Hosted</description>
	<lastBuildDate>Sat, 31 Dec 2011 13:31:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>ColdFusion and Oracle settings for Idle timeout and SQLDeveloper</title>
		<link>http://blog.razuna.com/2008/03/09/coldfusion-and-oracle-settings-for-idle-timeout-and-sqldeveloper/</link>
		<comments>http://blog.razuna.com/2008/03/09/coldfusion-and-oracle-settings-for-idle-timeout-and-sqldeveloper/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 11:25:12 +0000</pubDate>
		<dc:creator>Razuna</dc:creator>
				<category><![CDATA[CFML]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.sixsigns.com/2008/03/09/coldfusion-and-oracle-settings-for-idle-timeout-and-sqldeveloper/</guid>
		<description><![CDATA[Over at the ColdFusion Muse by Mark Kruger he posted an interesting blog entry titled “Coldfusion and Oracle 8i Performance”. It is an interesting read and shows how important it is to fine tune any Enterprise system. To see all the defined parameters and other settings we like to recommend the use of Oracle’s own [...]]]></description>
		<wfw:commentRss>http://blog.razuna.com/2008/03/09/coldfusion-and-oracle-settings-for-idle-timeout-and-sqldeveloper/feed/</wfw:commentRss>
		<slash:comments>52</slash:comments>
		</item>
		<item>
		<title>Configure the JDBC driver for Oracle on ColdFusion 8 Standard Edition</title>
		<link>http://blog.razuna.com/2008/01/25/configure-the-jdbc-driver-for-oracle-on-coldfusion-8-standard-edition/</link>
		<comments>http://blog.razuna.com/2008/01/25/configure-the-jdbc-driver-for-oracle-on-coldfusion-8-standard-edition/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 11:36:39 +0000</pubDate>
		<dc:creator>Razuna</dc:creator>
				<category><![CDATA[CFML]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.sixsigns.com/2008/01/25/configure-the-jdbc-driver-for-oracle-on-coldfusion-8-standard-edition/</guid>
		<description><![CDATA[We have had a lot of people asking us if they could use the Oracle database with their ColdFusion Standard Edition. Of course, Adobe would prefer to sell you the Enterprise Edition for using Oracle, but fortunately ColdFusion is based on Java and thus we can use the free and existing Oracle JDBC Driver. Note: [...]]]></description>
		<wfw:commentRss>http://blog.razuna.com/2008/01/25/configure-the-jdbc-driver-for-oracle-on-coldfusion-8-standard-edition/feed/</wfw:commentRss>
		<slash:comments>116</slash:comments>
		</item>
		<item>
		<title>Oracle date handling and ColdFusion on INSERT TO</title>
		<link>http://blog.razuna.com/2008/01/09/oracle-date-handling-and-coldfusion-on-insert-to/</link>
		<comments>http://blog.razuna.com/2008/01/09/oracle-date-handling-and-coldfusion-on-insert-to/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 14:07:10 +0000</pubDate>
		<dc:creator>Razuna</dc:creator>
				<category><![CDATA[CFML]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.sixsigns.com/2008/01/09/oracle-date-handling-and-coldfusion-on-insert-to/</guid>
		<description><![CDATA[To issue a &#8220;INSERT TO&#8221; with a &#8220;SELECT&#8221; statement is a common practice to copy records from one table to another. A statement like this might look like; [code] &#60;cfquery datasource="mydb"&#62; INSERT INTO mytable (id, somefield) SELECT '1', thefield FROM demo WHERE id = 1 &#60;/cfquery&#62; [/code] No big deal. Al right, now many times [...]]]></description>
		<wfw:commentRss>http://blog.razuna.com/2008/01/09/oracle-date-handling-and-coldfusion-on-insert-to/feed/</wfw:commentRss>
		<slash:comments>48</slash:comments>
		</item>
		<item>
		<title>Timeout on cfstoredproc, cfquery and in general</title>
		<link>http://blog.razuna.com/2007/03/26/timeout-on-cfstoredproc-cfquery-and-in-general/</link>
		<comments>http://blog.razuna.com/2007/03/26/timeout-on-cfstoredproc-cfquery-and-in-general/#comments</comments>
		<pubDate>Mon, 26 Mar 2007 11:19:56 +0000</pubDate>
		<dc:creator>Razuna</dc:creator>
				<category><![CDATA[CFML]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://wp.econtentpark.com/2007/03/26/Timeout-on-cfstoredproc,-cfquery-and-in-general</guid>
		<description><![CDATA[While working on importing video data into the Oracle database I came upon an continued error message from ColdFusion that went like (among others): &#8220;The request has exceeded the allowable time limit Tag: CFSTOREDPROC&#8221; This was strange because I have used the code in question for a long time and uploaded even large video files [...]]]></description>
		<wfw:commentRss>http://blog.razuna.com/2007/03/26/timeout-on-cfstoredproc-cfquery-and-in-general/feed/</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>Get Column Name and Data Type from Oracle with SQL</title>
		<link>http://blog.razuna.com/2007/03/15/get-column-name-and-data-type-from-oracle-with-sql/</link>
		<comments>http://blog.razuna.com/2007/03/15/get-column-name-and-data-type-from-oracle-with-sql/#comments</comments>
		<pubDate>Thu, 15 Mar 2007 22:54:49 +0000</pubDate>
		<dc:creator>Razuna</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://wp.econtentpark.com/2007/03/15/Get-Column-Name-and-Data-Type-from-Oracle-with-SQL</guid>
		<description><![CDATA[Just a short tip on how to retrieve the Column Name and the related Data Type with SQL. Simply issue the following SQL within Oracle: select column_name, data_type from all_tab_columns where table_name = &#8216;YOURTABLENAME&#8217; This will return you a output with the column name and the data type for it. Remember that Oracle is case [...]]]></description>
		<wfw:commentRss>http://blog.razuna.com/2007/03/15/get-column-name-and-data-type-from-oracle-with-sql/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Date handling and limit records found in Oracle</title>
		<link>http://blog.razuna.com/2006/07/13/date-handling-and-limit-records-found-in-oracle/</link>
		<comments>http://blog.razuna.com/2006/07/13/date-handling-and-limit-records-found-in-oracle/#comments</comments>
		<pubDate>Thu, 13 Jul 2006 15:31:57 +0000</pubDate>
		<dc:creator>Razuna</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://wp.econtentpark.com/2006/07/13/Date-handling-and-limit-records-found-in-Oracle</guid>
		<description><![CDATA[I get a lot of questions on how Oracle handles dates and how to limit the found records in a select. So let us jump right in to the topic.Limiting recordsMost people coming from another SQL database ask me how to limit the records in a select. With MySQL it s a simple &#8220;limit 10&#8243; [...]]]></description>
		<wfw:commentRss>http://blog.razuna.com/2006/07/13/date-handling-and-limit-records-found-in-oracle/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
	</channel>
</rss>

