<?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>blog.ralfmuehle.de</title>
	<atom:link href="http://blog.ralfmuehle.de/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.ralfmuehle.de</link>
	<description>Ein weiteres tolles WordPress-Blog</description>
	<lastBuildDate>Thu, 05 Aug 2010 08:59:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>&#220;bersicht zu den 13 UML-Diagrammtypen</title>
		<link>http://blog.ralfmuehle.de/entwicklung/uml/uebersicht-zu-den-13-uml-diagrammtypen</link>
		<comments>http://blog.ralfmuehle.de/entwicklung/uml/uebersicht-zu-den-13-uml-diagrammtypen#comments</comments>
		<pubDate>Thu, 05 Aug 2010 08:59:44 +0000</pubDate>
		<dc:creator>rmuehle</dc:creator>
				<category><![CDATA[UML]]></category>

		<guid isPermaLink="false">http://blog.ralfmuehle.de/?p=618</guid>
		<description><![CDATA[Behavior Diagrams (Verhaltensdiagramme) Use Case Diagram (Anwendungsfalldiagramm) stellt Beziehungen zwischen den Akteuren und Anwendungsf&#228;llen dar Acitvity Diagram (Aktivit&#228;tsdiagramm) beschreibt Ablaufm&#246;glichkeiten, die aus einzelnen Aktivit&#228;ten / Schritten bestehen Statechart Diagram (Zustandsdiagramm / Zustandsautomat) zeigt eine Folge von Zust&#228;nden eines Objekts Sequence Diagram (Sequenzdiagramm) wichtigstes Interaktionsdiagramm: zeigt den zeitlichen Ablauf von Nachrichten zwischen Objekten Cummunication Diagram (Kommunikationsdiagram [...]]]></description>
		<wfw:commentRss>http://blog.ralfmuehle.de/entwicklung/uml/uebersicht-zu-den-13-uml-diagrammtypen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle 11: Fehler beim Anlegen einer neuen Instanz</title>
		<link>http://blog.ralfmuehle.de/entwicklung/datenbanken/oracle/oracle-11-fehler-beim-anlegen-einer-neuen-instanz</link>
		<comments>http://blog.ralfmuehle.de/entwicklung/datenbanken/oracle/oracle-11-fehler-beim-anlegen-einer-neuen-instanz#comments</comments>
		<pubDate>Fri, 23 Jul 2010 19:08:45 +0000</pubDate>
		<dc:creator>rmuehle</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://blog.ralfmuehle.de/?p=599</guid>
		<description><![CDATA[Bekommt man beim Anlegen einer neuen Instanz unter Oracle 11 die Fehlermeldung &#8220;Listener is not up or database service is not registered with it. Start the Listener and register database service and run EM Configuration Assistant again.&#8221; muss man die Umgebungsvariable ORACLE_HOSTNAME auf localhost setzen und die Instanz neu anlegen siehe http://download.oracle.com/docs/cd/E11882_01/readmes.112/e11015/toc.htm Bug 8638267]]></description>
		<wfw:commentRss>http://blog.ralfmuehle.de/entwicklung/datenbanken/oracle/oracle-11-fehler-beim-anlegen-einer-neuen-instanz/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Case Sensitive Passwords in Oracle Database 11g</title>
		<link>http://blog.ralfmuehle.de/entwicklung/datenbanken/oracle/case-sensitive-passwords-in-oracle-database-11g</link>
		<comments>http://blog.ralfmuehle.de/entwicklung/datenbanken/oracle/case-sensitive-passwords-in-oracle-database-11g#comments</comments>
		<pubDate>Fri, 23 Jul 2010 19:05:42 +0000</pubDate>
		<dc:creator>rmuehle</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://blog.ralfmuehle.de/?p=597</guid>
		<description><![CDATA[Seit Oracle 11 ist der Benutzername und das Passwort case sensitiv. M&#246;chte man dies abschalten kann man es entweder per SQL oder &#252;ber den Enterprise Manager tun. Mit SQL: SQL&#62; SHOW PARAMETER SEC_CASE_SENSITIVE_LOGON NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ sec_case_sensitive_logon boolean TRUE SQL&#62; SQL&#62; ALTER SYSTEM SET SEC_CASE_SENSITIVE_LOGON = FALSE; System altered. SQL&#62; Im Enterprise [...]]]></description>
		<wfw:commentRss>http://blog.ralfmuehle.de/entwicklung/datenbanken/oracle/case-sensitive-passwords-in-oracle-database-11g/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kein Tor</title>
		<link>http://blog.ralfmuehle.de/fun/kein-tor</link>
		<comments>http://blog.ralfmuehle.de/fun/kein-tor#comments</comments>
		<pubDate>Mon, 28 Jun 2010 10:59:47 +0000</pubDate>
		<dc:creator>rmuehle</dc:creator>
				<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://blog.ralfmuehle.de/?p=593</guid>
		<description><![CDATA[somit w&#228;re das jetzt auch gekl&#228;rt]]></description>
		<wfw:commentRss>http://blog.ralfmuehle.de/fun/kein-tor/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse plugin for highlighting the background of the source code</title>
		<link>http://blog.ralfmuehle.de/entwicklung/eclipse-entwicklung/plugins/eclipse-plugin-for-highlighting-the-background-of-the-source-code</link>
		<comments>http://blog.ralfmuehle.de/entwicklung/eclipse-entwicklung/plugins/eclipse-plugin-for-highlighting-the-background-of-the-source-code#comments</comments>
		<pubDate>Thu, 24 Jun 2010 07:31:20 +0000</pubDate>
		<dc:creator>rmuehle</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://blog.ralfmuehle.de/?p=583</guid>
		<description><![CDATA[Ein recht n&#252;tzliches Plugin um sich den Code etwa farbig hervorzuheben ist Editbox (http://editbox.sourceforge.net/).  Finde das Plugin zum lesen vom fremden Code ganz praktisch, da man so auf den ersten Blick sieht, welche Codebl&#246;cke zusammengeh&#246;ren. Bild-Quelle:  http://sourceforge.net/project/screenshots.php?group_id=285066&#38;ssid=116415]]></description>
		<wfw:commentRss>http://blog.ralfmuehle.de/entwicklung/eclipse-entwicklung/plugins/eclipse-plugin-for-highlighting-the-background-of-the-source-code/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIE Taktik f&#252;r die Fu&#223;ball-WM</title>
		<link>http://blog.ralfmuehle.de/fun/die-taktik-fuer-die-fussball-wm</link>
		<comments>http://blog.ralfmuehle.de/fun/die-taktik-fuer-die-fussball-wm#comments</comments>
		<pubDate>Sat, 19 Jun 2010 18:32:26 +0000</pubDate>
		<dc:creator>rmuehle</dc:creator>
				<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://blog.ralfmuehle.de/?p=576</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://blog.ralfmuehle.de/fun/die-taktik-fuer-die-fussball-wm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle FAQ</title>
		<link>http://blog.ralfmuehle.de/entwicklung/datenbanken/oracle/oracle-faq</link>
		<comments>http://blog.ralfmuehle.de/entwicklung/datenbanken/oracle/oracle-faq#comments</comments>
		<pubDate>Wed, 28 Apr 2010 09:46:55 +0000</pubDate>
		<dc:creator>rmuehle</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://blog.ralfmuehle.de/?p=526</guid>
		<description><![CDATA[&#38;-Zeichen und sqlplus Am Anfang des Scripts set define off; setzen Reservierte W&#246;rter in Oracle http://www.camden.rutgers.edu/HELP/Documentation/Oracle/server.815/a42525/apb.htm Trigger aktivieren / deaktivieren alter trigger &#60;trigger_name&#62; {disable&#124;enable}; mit SQL Proceduren finden, welchen Invalid sind: select * from user_objects where status=&#8217;INVALID&#8217; siehe auch: http://blog.ralfmuehle.de/entwicklung/datenbanken/oracle/case-sensitive-passwords-in-oracle-database-11g http://blog.ralfmuehle.de/entwicklung/datenbanken/oracle/oracle-11-fehler-beim-anlegen-einer-neuen-instanz]]></description>
		<wfw:commentRss>http://blog.ralfmuehle.de/entwicklung/datenbanken/oracle/oracle-faq/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&quot;leichtes&quot; Tiramisu</title>
		<link>http://blog.ralfmuehle.de/rezepte/leichtes-tiramisu</link>
		<comments>http://blog.ralfmuehle.de/rezepte/leichtes-tiramisu#comments</comments>
		<pubDate>Mon, 01 Feb 2010 19:15:24 +0000</pubDate>
		<dc:creator>rmuehle</dc:creator>
				<category><![CDATA[Rezepte]]></category>
		<category><![CDATA[rezept]]></category>
		<category><![CDATA[tiramusi]]></category>

		<guid isPermaLink="false">http://blog.ralfmuehle.de/?p=522</guid>
		<description><![CDATA[Die Angaben beziehen sich auf eine Masse f&#252;r 4 Portionen. Wenn man mehr brauchst einfach entsprechend anpassed Zutaten: - 1 P&#228;ckchen Vanillepudding - 40g Zucker - 1/4 l Milch - 2 Tassen Kaffee (Espresso oder Mocca) - 200g Quark (Magerquark) - 80g Zucker - 2cl Cognac - 100ml Sahne - 24 L&#246;ffelbiskuits - Kakaopulver Den [...]]]></description>
		<wfw:commentRss>http://blog.ralfmuehle.de/rezepte/leichtes-tiramisu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KabelBW Modem h&#228;ngt sich auf</title>
		<link>http://blog.ralfmuehle.de/allgemein/kabelbw-modem-haengt-sich-auf</link>
		<comments>http://blog.ralfmuehle.de/allgemein/kabelbw-modem-haengt-sich-auf#comments</comments>
		<pubDate>Thu, 28 Jan 2010 18:20:38 +0000</pubDate>
		<dc:creator>rmuehle</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://blog.ralfmuehle.de/?p=517</guid>
		<description><![CDATA[Wie mir gerade von der Technik von KabelBW gesagt wurde, ist der SSDP-Dienst unter Windows schuld daran dass sich das Modem des &#246;fteren aufh&#228;ngt bzw. sich langsam verabschiedet. Zus&#228;tzlich beeintr&#228;chtigt dieser Dienst auch die Telefonie. Zum Beenden einfach unter Windows XP auf Start &#8211; Ausf&#252;hren gehen und msconfig eingeben und unter Dienste das H&#228;ckchen vor [...]]]></description>
		<wfw:commentRss>http://blog.ralfmuehle.de/allgemein/kabelbw-modem-haengt-sich-auf/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Wenn ihr mal f&#252;r G&#228;ste kochen wollt &#8230;</title>
		<link>http://blog.ralfmuehle.de/rezepte/wenn-ihr-mal-fuer-gaeste-kochen-wollt</link>
		<comments>http://blog.ralfmuehle.de/rezepte/wenn-ihr-mal-fuer-gaeste-kochen-wollt#comments</comments>
		<pubDate>Sun, 17 Jan 2010 18:04:17 +0000</pubDate>
		<dc:creator>ckimmerle</dc:creator>
				<category><![CDATA[Rezepte]]></category>

		<guid isPermaLink="false">http://blog.ralfmuehle.de/?p=510</guid>
		<description><![CDATA[&#8230; habe ich hier ein Rezept f&#252;r euch, das heute mittag ausprobiert wurde und gut angekommen ist. Mit Vorspeise, Hauptgericht und Nachspeise. Die Portionsangaben beziehen sich auf 4 Portionen. Vorspeise: 100 g Speck 1 EL &#214;l 50 ml Balsamico 250 ml Sahne 1 Knoblauchzehe Pfeffer Muskat Feldsalat Speck in &#214;l anbraten, mit Balsamico abl&#246;schen und [...]]]></description>
		<wfw:commentRss>http://blog.ralfmuehle.de/rezepte/wenn-ihr-mal-fuer-gaeste-kochen-wollt/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
