<?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>Persistent notes &#187; db</title>
	<atom:link href="http://alexkr.com/tag/db/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexkr.com</link>
	<description>Alexander Krivutsenko&#039;s online journal</description>
	<lastBuildDate>Fri, 01 Oct 2010 08:16:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Case sensitive Oracle</title>
		<link>http://alexkr.com/posts/107/case-sensitive-oracle/</link>
		<comments>http://alexkr.com/posts/107/case-sensitive-oracle/#comments</comments>
		<pubDate>Mon, 07 May 2007 13:30:14 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[short]]></category>
		<category><![CDATA[db]]></category>

		<guid isPermaLink="false">http://alexkr.com/posts/107/case-sensitive-oracle/</guid>
		<description><![CDATA[I am using SQL Developer 1.0.0.15 and Oracle 10g
The following came:
If one is creating a function in the following manner:


CREATE OR REPLACE FUNCTION "SomeTestFunc" (
 val NUMBER
)
   RETURN TYPES.ref_cursor
AS
   result TYPES.ref_cursor;
BEGIN
....
RETURN result;
END


Oracle will name the function exactly like it is written in the declaration.
Any client application is required to offer the [...]]]></description>
		<wfw:commentRss>http://alexkr.com/posts/107/case-sensitive-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Under Linux NLS_LANG is environment variable</title>
		<link>http://alexkr.com/posts/64/under-linux-nls_lang-is-an-environment-variable/</link>
		<comments>http://alexkr.com/posts/64/under-linux-nls_lang-is-an-environment-variable/#comments</comments>
		<pubDate>Sun, 10 Sep 2006 15:30:29 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[short]]></category>
		<category><![CDATA[db]]></category>

		<guid isPermaLink="false">http://alexkr.com/?p=64</guid>
		<description><![CDATA[How to set NLS_LANG on Linux]]></description>
		<wfw:commentRss>http://alexkr.com/posts/64/under-linux-nls_lang-is-an-environment-variable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating from older MySQL</title>
		<link>http://alexkr.com/posts/52/migrating-from-older-mysql/</link>
		<comments>http://alexkr.com/posts/52/migrating-from-older-mysql/#comments</comments>
		<pubDate>Tue, 25 Apr 2006 17:04:07 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[short]]></category>
		<category><![CDATA[db]]></category>

		<guid isPermaLink="false">http://alexkr.com/internet/52/migrating-from-older-mysql/</guid>
		<description><![CDATA[How to solve character set problems when moving  database to newer MySQL]]></description>
		<wfw:commentRss>http://alexkr.com/posts/52/migrating-from-older-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

