<?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>bearparc - Softwareentwicklung und Projektmanagement &#187; Oracle</title>
	<atom:link href="http://www.bearparc.info/category/oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bearparc.info</link>
	<description>A software development blog for the qualified developer</description>
	<lastBuildDate>Tue, 18 Oct 2011 19:37:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>FAST_START_MTTR_TARGET</title>
		<link>http://www.bearparc.info/2011/06/07/fast_start_mttr_target/</link>
		<comments>http://www.bearparc.info/2011/06/07/fast_start_mttr_target/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 15:57:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/?p=343</guid>
		<description><![CDATA[Durch FAST_START_MTTR_TARGET können Sie festlegen, wie lange das Crash-Recovery maximal dauern soll. Angenommen, Sie setzen FAST_START_MTTR_TARGET auf 180, so bedeutet diese Einstellung, dass die Instanz nach einem Fehler (Stromausfall etc.) nach maximal 180 Sekunden, also 3 Minuten, wieder verfügbar ist. Durch die Einstellung FAST_START_MTTR_TARGET wird also bestimmt, wann Dirty Blocks vom Cache in die Datendateien [...]]]></description>
		<wfw:commentRss>http://www.bearparc.info/2011/06/07/fast_start_mttr_target/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Date und Time Formate</title>
		<link>http://www.bearparc.info/2011/02/23/date-und-time-formate/</link>
		<comments>http://www.bearparc.info/2011/02/23/date-und-time-formate/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 23:15:02 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/?p=316</guid>
		<description><![CDATA[CC Century SCC Century BC prefixed with - YYYY Year 1956 SYYY Year BC prefixed with - IYYY ISO Year 1956 YY Year 56 RR Year 56 rollover for Y2K compatibility * RRRR Year rollover (accepts 2 digits, returns 4) * YEAR Year spelled out SYEAR Year spelled out BC prefixed with - BC BC/AD [...]]]></description>
		<wfw:commentRss>http://www.bearparc.info/2011/02/23/date-und-time-formate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ergebnisse eines select statements im file speichern</title>
		<link>http://www.bearparc.info/2011/02/23/ergebnisse-eines-select-statements-im-file-speichern/</link>
		<comments>http://www.bearparc.info/2011/02/23/ergebnisse-eines-select-statements-im-file-speichern/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 23:12:24 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/?p=313</guid>
		<description><![CDATA[spool d:\temp\abc.txt; Das file als abc.txt im Verzeichnis tmp öffnen select to_char(Datum, &#8216;YYYYMMDD&#8217;),Eroeffnung, hoechst,tiefst,schluss, volumen from WPKursdaten where wp_id =&#8217;24163&#8242;; spool off; file schließen]]></description>
		<wfw:commentRss>http://www.bearparc.info/2011/02/23/ergebnisse-eines-select-statements-im-file-speichern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Teilstrings in varchar2 Feld ändern</title>
		<link>http://www.bearparc.info/2011/02/15/teilstrings-in-varchar2-feld-andern/</link>
		<comments>http://www.bearparc.info/2011/02/15/teilstrings-in-varchar2-feld-andern/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 16:06:52 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/?p=309</guid>
		<description><![CDATA[Update tablename set Tabellenname = replace (Tabellenname,&#8217;zu ersetzender String&#8217;, &#8216;Ersatzstring&#8217;);]]></description>
		<wfw:commentRss>http://www.bearparc.info/2011/02/15/teilstrings-in-varchar2-feld-andern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>alter table column examples</title>
		<link>http://www.bearparc.info/2011/02/15/alter-table-column-examples/</link>
		<comments>http://www.bearparc.info/2011/02/15/alter-table-column-examples/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 16:04:07 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/?p=306</guid>
		<description><![CDATA[ALTER TABLE customer MODIFY ( cust_name varchar2(100) not null, cust_hair_color varchar2(20) ) ; dynamic PL/SQL BEGIN SQL_STRING := &#8216;ALTER TABLE &#8216;&#124;&#124;:TABLE_NAME&#124;&#124;&#8217; MODIFY &#8216;&#124;&#124;:COLUMN_NAME&#124;&#124;&#8217; VARCHAR2(100)&#8217;; . . . END;]]></description>
		<wfw:commentRss>http://www.bearparc.info/2011/02/15/alter-table-column-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ORA-12537: TNS: connection closed error</title>
		<link>http://www.bearparc.info/2010/08/30/ora-12537-tns-connection-closed-error/</link>
		<comments>http://www.bearparc.info/2010/08/30/ora-12537-tns-connection-closed-error/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 21:59:31 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/?p=288</guid>
		<description><![CDATA[The ORA-12537 is an information message and means that the connection has been closed. This can be caused by a number of reasons: 1. Database is shut down (maybe for nightly backup), but connection to database was kept by client. 2. A time-out occurred on the client-connection. 3. When firewall closes idle connections. 3. A [...]]]></description>
		<wfw:commentRss>http://www.bearparc.info/2010/08/30/ora-12537-tns-connection-closed-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

