<?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>niebegeg.net &#187; Oracle</title> <atom:link href="http://niebegeg.net/tags/oracle/feed/" rel="self" type="application/rss+xml" /><link>http://niebegeg.net</link> <description>Mein Leben im Entwicklerland</description> <lastBuildDate>Mon, 06 Feb 2012 20:30:16 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Oracle 10g unter Mandriva Linux installieren</title><link>http://niebegeg.net/2008/05/05/oracle-10g-unter-mandriva-linux-installieren/</link> <comments>http://niebegeg.net/2008/05/05/oracle-10g-unter-mandriva-linux-installieren/#comments</comments> <pubDate>Mon, 05 May 2008 20:11:07 +0000</pubDate> <dc:creator>Dirk Rüdiger</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Database]]></category> <category><![CDATA[Installation]]></category> <category><![CDATA[Mandriva]]></category> <category><![CDATA[Oracle]]></category> <category><![CDATA[SQL]]></category> <guid
isPermaLink="false"></guid> <description><![CDATA[Nun hatte ich vor, meinem &#34;betagten&#34; Notebook (IBM Thinkpad T41) vor eine neue Herausforderung zu stellen und eine &#34;Probierversion&#34; der Oracle Datenbank 10g (Enterprise Edition!) zu hosten. Nach kurzem Suchen war klar, dass es noch keine Dokumentation zu Oracle10g+Mandriva gibt &#8211; was darauf hindeuten kann, dass es noch niemand versucht/dokumentiert hat oder dass es so [...]]]></description> <content:encoded><![CDATA[<div
class="field field-type-filefield field-field-image"><div
class="field-items"><div
class="field-item odd"> <a
href="/wp-content/uploads/screenshot-oracle-on-mandriva.png" title="Screenshot: Oracle 10g unter Mandriva Linux administrieren" class="thickbox" rel="gallery-59"><img
src="/wp-content/uploads/screenshot-oracle-on-mandriva.png" alt="" title="Screenshot: Oracle 10g unter Mandriva Linux administrieren"  class="imagecache imagecache-preview" width="250" height="200" /></a></div></div></div><p>Nun hatte ich vor, meinem &quot;betagten&quot; Notebook (<span
class="caps">IBM</span> Thinkpad T41) vor eine neue Herausforderung zu stellen und eine &quot;Probierversion&quot; der Oracle Datenbank 10g (Enterprise Edition!) zu hosten.</p><p>Nach kurzem Suchen war klar, dass es noch keine Dokumentation zu Oracle10g+Mandriva gibt &#8211; was darauf hindeuten kann, dass es noch niemand versucht/dokumentiert hat oder dass es so einfach ist.</p><p>Mein Fazit nach einer Stunde Download, einer Stunde Arbeit und einer weiteren Stunde Wartens: Es ist so einfach. Die Dokumentation <a
class="texta" href="http://download.oracle.com/docs/cd/B19306_01/install.102/b15661/toc.htm"><span
class="texta">Oracle Database 10g Rel 2 on x86 (generic)</span></a><span
class="texta"> auf der Oracle-Website beschreiben alle Details. Ich bin bei zwei Punkten von der Beschreibung abgewichen:</span></p><ul><li>Installation der gesamten DB unter <em>/opt/oracle</em> (statt <em>/u01</em> und <em>/u02</em>)</li><li>Besitzer der DB wird Linux-User oracle/oracle (keine Gruppe <em>oinstall</em>)</li></ul><p>Nun wird noch die Kennung in der Datei /etc/redhat-release f&uuml;r die Dauer der Installation auf</p><pre>Red Hat Linux release 4.1</pre><p>ge&auml;ndert und schon kann es los gehen.</p><p>Abschlie&szlig;end muss Oracle noch in den Start-Stop-Prozess eingebunden werden. Ein flinke <a
href="http://de.search.yahoo.com/search?p=oracle+10g+init.d">Internetsuche</a> brachte den helfenden Link: <a
href="http://www.togaware.com/linux/survivor/Starting_Stopping.html" title="http://www.togaware.com/linux/survivor/Starting_Stopping.html">http://www.togaware.com/linux/survivor/Starting_Stopping.html</a> &#8230; nat&uuml;rlich m&uuml;ssen die pfade und Benutzerdaten angepasst werden. Ich habe diesen Schritt bei mir ausgelassen, da ich die Datenbank ja nur zum gelegentlichen Testen f&uuml;r den <a
href="/blog/ready-for-takeoff-becoming-an-oracle-10g-certified-professional-ocp">Oracle DBA-Kurs</a> ben&ouml;tige und da die Instanz von Hand hochfahre.</p><p>In der Datei ~/.profile (oder einer anderen Initialisierungsdatei f&uuml;r die Shell) sollten noch ein paar Werte eingestellt werden:</p><pre>ORACLE_BASE=/opt/oracle&#60;br /&#62;ORACLE_HOME=/opt/oracle/product/10.2.0/db_1&#60;br /&#62;ORACLE_SID=ORCL&#60;br /&#62;PATH=${ORACLE_HOME}/bin:$PATH</pre><p>Fertig. &Uuml;brigens macht das Notebook trotz Enterprise-DB eine ganz gute Figur. Allerdings geht der Prozessor-L&uuml;fter nicht mehr aus ;)</p><div
class="betterrelated"><p><strong>Ähnliche Beiträge:</strong></p><ol><li> <a
href="http://niebegeg.net/2008/02/15/sql-developer-your-friend-for-oracle-dbs/" title="Permanent link to SQL Developer &#8211; your friend for Oracle DBs">SQL Developer &#8211; your friend for Oracle DBs</a></li><li> <a
href="http://niebegeg.net/2008/02/24/frische-hardware-eingetroffen/" title="Permanent link to Frische Hardware eingetroffen">Frische Hardware eingetroffen</a></li><li> <a
href="http://niebegeg.net/2008/02/29/rlwrap-kommandozeilenhistorie-fuer-alle/" title="Permanent link to rlwrap &#8211; Kommandozeilenhistorie für Alle!">rlwrap &#8211; Kommandozeilenhistorie für Alle!</a></li><li> <a
href="http://niebegeg.net/2008/04/13/mandriva-linux-2008-spring-my-first-upgrade/" title="Permanent link to Mandriva Linux 2008 Spring &#8211; my first upgrade">Mandriva Linux 2008 Spring &#8211; my first upgrade</a></li><li> <a
href="http://niebegeg.net/2008/01/04/ready-for-take-off-becoming-an-oracle-10g-certified-professional-ocp/" title="Permanent link to Ready for Take-Off: Becoming an Oracle 10g Certified Professional OCP">Ready for Take-Off: Becoming an Oracle 10g Certified Professional OCP</a></li></ol></div><p><a
href="https://dirkr.fornax.uberspace.de/?flattrss_redirect&amp;id=59&amp;md5=78bbdebad8e302e24298c26538c3b97d" title="Flattr" target="_blank"><img
src="http://niebegeg.net/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded> <wfw:commentRss>http://niebegeg.net/2008/05/05/oracle-10g-unter-mandriva-linux-installieren/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <atom:link rel="payment" href="https://dirkr.fornax.uberspace.de/?flattrss_redirect&amp;id=59&amp;md5=78bbdebad8e302e24298c26538c3b97d" type="text/html" /> </item> <item><title>DBDesigner on Mandriva</title><link>http://niebegeg.net/2008/03/08/dbdesigner-on-mandriva/</link> <comments>http://niebegeg.net/2008/03/08/dbdesigner-on-mandriva/#comments</comments> <pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate> <dc:creator>Dirk Rüdiger</dc:creator> <category><![CDATA[Delphi]]></category> <category><![CDATA[GUI]]></category> <category><![CDATA[Kylix]]></category> <category><![CDATA[Modelling]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Oracle]]></category> <category><![CDATA[SQL]]></category> <guid
isPermaLink="false"></guid> <description><![CDATA[I just wanted to run DBDesigner on my mandriva linux notebook. A colleague of mine told me that it is a very productive visual Db modelling tool. So I downloaded it from http://fabforce.net/dbdesigner4/downloads.php, unpacked it and wanted to run it. But the script exited without any output. And no GUI window appeared. Running the app [...]]]></description> <content:encoded><![CDATA[<div
class="field field-type-filefield field-field-image"><div
class="field-items"><div
class="field-item odd"> <a
href="/wp-content/uploads/screenshot-dbdesigner.png" title="Screenshot of the DBDesigner" class="thickbox" rel="gallery-45"><img
src="/wp-content/uploads/screenshot-dbdesigner.png" alt="" title="Screenshot of the DBDesigner"  class="imagecache imagecache-preview" width="250" height="182" /></a></div></div></div><p>I just wanted to run DBDesigner on my mandriva linux notebook. A colleague of mine told me that it is a very productive visual Db modelling tool. So I downloaded it from <a
href="http://fabforce.net/dbdesigner4/downloads.php" title="http://fabforce.net/dbdesigner4/downloads.php">http://fabforce.net/dbdesigner4/downloads.php</a>, unpacked it and wanted to run it. But the script exited without any output. And no <span
class="caps">GUI</span> window appeared. Running the app with strace showed me somethng like</p><pre>libborqt-6.9-qt2.3.so: cannot open shared object file: No such file or directory</pre><p>what told me to care for some dynamic lib. A quick search offered a download source: <a
href="http://rpmfind.net/linux/rpm2html/search.php?query=libborqt" title="http://rpmfind.net/linux/rpm2html/search.php?query=libborqt">http://rpmfind.net/linux/rpm2html/search.php?query=libborqt</a> &#8211; I downloaded and installed it and it instantly healed my &quot;broken&quot;  DBDesigner. Now it&#8217;s running and I can start to evaluate it.</p><p>BTW: This lib is a Kylix runtime lib, that means the ap is developed in Delphi/Kylix.</p><div
class="betterrelated"><p><strong>Ähnliche Beiträge:</strong></p><ol><li> <a
href="http://niebegeg.net/2007/11/09/a-sophisticated-approach-to-evaluating-open-source-software/" title="Permanent link to A sophisticated approach to evaluating open source software">A sophisticated approach to evaluating open source software</a></li><li> <a
href="http://niebegeg.net/2008/02/15/sql-developer-your-friend-for-oracle-dbs/" title="Permanent link to SQL Developer &#8211; your friend for Oracle DBs">SQL Developer &#8211; your friend for Oracle DBs</a></li><li> <a
href="http://niebegeg.net/2008/05/05/oracle-10g-unter-mandriva-linux-installieren/" title="Permanent link to Oracle 10g unter Mandriva Linux installieren">Oracle 10g unter Mandriva Linux installieren</a></li><li> <a
href="http://niebegeg.net/2008/04/13/mandriva-linux-2008-spring-my-first-upgrade/" title="Permanent link to Mandriva Linux 2008 Spring &#8211; my first upgrade">Mandriva Linux 2008 Spring &#8211; my first upgrade</a></li><li> <a
href="http://niebegeg.net/2007/11/25/the-internet-never-forgets-and-that-is-bad/" title="Permanent link to The internet never forgets &#8230; and that is bad!">The internet never forgets &#8230; and that is bad!</a></li></ol></div><p><a
href="https://dirkr.fornax.uberspace.de/?flattrss_redirect&amp;id=45&amp;md5=901ec963d1752c0294f90d7a28de7e15" title="Flattr" target="_blank"><img
src="http://niebegeg.net/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded> <wfw:commentRss>http://niebegeg.net/2008/03/08/dbdesigner-on-mandriva/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <atom:link rel="payment" href="https://dirkr.fornax.uberspace.de/?flattrss_redirect&amp;id=45&amp;md5=901ec963d1752c0294f90d7a28de7e15" type="text/html" /> </item> <item><title>Frische Hardware eingetroffen</title><link>http://niebegeg.net/2008/02/24/frische-hardware-eingetroffen/</link> <comments>http://niebegeg.net/2008/02/24/frische-hardware-eingetroffen/#comments</comments> <pubDate>Sun, 24 Feb 2008 19:52:06 +0000</pubDate> <dc:creator>Dirk Rüdiger</dc:creator> <category><![CDATA[Drupal]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[IBM]]></category> <category><![CDATA[Lenovo]]></category> <category><![CDATA[Notebook]]></category> <category><![CDATA[Oracle]]></category> <category><![CDATA[T41]]></category> <category><![CDATA[Thinkpad]]></category> <category><![CDATA[Update]]></category> <category><![CDATA[VirtualBox]]></category> <guid
isPermaLink="false"></guid> <description><![CDATA[Gerade habe ich eine größere Festplatte für mein etwas betagtes Notebook IBM Thinkpad T41 beschafft. Satte 100GB, das sind 40GB mehr als bisher. Nach dem ebenfalls erfolgten RAM-Update fühlt es sich an "wie neu" ;-) Erstaunlicher weise findet man auf den Seiten von Lenovo sogar Filmchen, in denen gezeigt wird, wie man das ganze Notebook [...]]]></description> <content:encoded><![CDATA[<p>Gerade habe ich eine größere Festplatte für mein etwas betagtes Notebook <em><span
class="caps">IBM</span> Thinkpad T41</em> beschafft. Satte 100GB, das sind 40GB mehr als bisher. Nach dem ebenfalls erfolgten RAM-Update fühlt es sich an "wie neu" ;-)
Erstaunlicher weise findet man auf den Seiten von <a
href="http://www-307.ibm.com/pc/support/site.wss/MIGR-50233.html">Lenovo sogar Filmchen</a>, in denen gezeigt wird, wie man das ganze Notebook demontieren und aufrüsten kann. ich hätte erwartet, das sowas einen kostenpflichtigen Hotline-Anruf erfordert.</p><p>So, nun kann ich wieder ohne Reue virtuelle Rechner mit VirtualBox aufsetzen und endlich fleißig Linux-Distros testen. Und für den <a
href="/blog/ready-for-takeoff-becoming-an-oracle-10g-certified-professional-ocp">Oracle-Kurs</a> die Oracle 10g Enterprise Edition installieren. Und noch viel mehr …</p><div
class="betterrelated"><p><strong>Ähnliche Beiträge:</strong></p><ol><li> <a
href="http://niebegeg.net/2008/05/05/oracle-10g-unter-mandriva-linux-installieren/" title="Permanent link to Oracle 10g unter Mandriva Linux installieren">Oracle 10g unter Mandriva Linux installieren</a></li><li> <a
href="http://niebegeg.net/2008/01/04/ready-for-take-off-becoming-an-oracle-10g-certified-professional-ocp/" title="Permanent link to Ready for Take-Off: Becoming an Oracle 10g Certified Professional OCP">Ready for Take-Off: Becoming an Oracle 10g Certified Professional OCP</a></li><li> <a
href="http://niebegeg.net/2008/02/15/sql-developer-your-friend-for-oracle-dbs/" title="Permanent link to SQL Developer &#8211; your friend for Oracle DBs">SQL Developer &#8211; your friend for Oracle DBs</a></li><li> <a
href="http://niebegeg.net/2008/01/05/portableapps-the-right-app-at-the-right-place/" title="Permanent link to PortableApps: The right app at the right place">PortableApps: The right app at the right place</a></li></ol></div><p><a
href="https://dirkr.fornax.uberspace.de/?flattrss_redirect&amp;id=39&amp;md5=40306b1d959409babe5daee001680b30" title="Flattr" target="_blank"><img
src="http://niebegeg.net/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded> <wfw:commentRss>http://niebegeg.net/2008/02/24/frische-hardware-eingetroffen/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <atom:link rel="payment" href="https://dirkr.fornax.uberspace.de/?flattrss_redirect&amp;id=39&amp;md5=40306b1d959409babe5daee001680b30" type="text/html" /> </item> <item><title>SQL Developer &#8211; your friend for Oracle DBs</title><link>http://niebegeg.net/2008/02/15/sql-developer-your-friend-for-oracle-dbs/</link> <comments>http://niebegeg.net/2008/02/15/sql-developer-your-friend-for-oracle-dbs/#comments</comments> <pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate> <dc:creator>Dirk Rüdiger</dc:creator> <category><![CDATA[MySQL]]></category> <category><![CDATA[Oracle]]></category> <category><![CDATA[SQL]]></category> <guid
isPermaLink="false"></guid> <description><![CDATA[Recently I wrote about a cool SQL DB client called SQL Explorer. Now a colleague of mine, who was developing against a Oracle DB presented SQL Developer. And my review reveals: It&#8217;s cool too! SQL Developer works best with Oracle DBs (who wonders? ;-). But if you provide the jdbc connector jars for MySQL or [...]]]></description> <content:encoded><![CDATA[<div
class="field field-type-filefield field-field-image"><div
class="field-items"><div
class="field-item odd"> <a
href="/wp-content/uploads/sqldeveloper.png" title="Screenshot of the SQL Developer app" class="thickbox" rel="gallery-35"><img
src="/wp-content/uploads/sqldeveloper.png" alt="" title="Screenshot of the SQL Developer app"  class="imagecache imagecache-preview" width="250" height="170" /></a></div></div></div><p>Recently I <a
href="/blog/sql-explorer-getting-familiar-with-databases">wrote about a cool <span
class="caps">SQL</span> DB client</a> called <em><span
class="caps">SQL</span> Explorer</em>. Now a colleague of mine, who was developing against a Oracle DB presented <em><span
class="caps">SQL</span> Developer</em>. And my review reveals: It&#8217;s cool too!</p><p><em><span
class="caps">SQL</span> Developer</em> works best with Oracle DBs (who wonders? ;-). But if you provide the jdbc connector jars for MySQL or MS <span
class="caps">SQL</span>, then these DBs can be accessed as well. The feature set seems to be comparable with <em><span
class="caps">SQL</span> Explorer</em>. The only caveat is, that it is a Java Swing application. So it looks and feels a bit aged.</p><p>You can get it from Oracle: <a
href="http://www.oracle.com/technology/products/database/sql_developer/index.html" title="http://www.oracle.com/technology/products/database/sql_developer/index.html">http://www.oracle.com/technology/products/database/sql_developer/index.html</a><br
/> A Oracle Technology Network (<span
class="caps">OTN</span>) account is needed for download.</p><div
class="betterrelated"><p><strong>Ähnliche Beiträge:</strong></p><ol><li> <a
href="http://niebegeg.net/2008/02/02/sql-explorer-getting-familiar-with-databases/" title="Permanent link to SQL Explorer: Getting familiar with Databases">SQL Explorer: Getting familiar with Databases</a></li><li> <a
href="http://niebegeg.net/2008/05/05/oracle-10g-unter-mandriva-linux-installieren/" title="Permanent link to Oracle 10g unter Mandriva Linux installieren">Oracle 10g unter Mandriva Linux installieren</a></li><li> <a
href="http://niebegeg.net/2007/11/25/the-internet-never-forgets-and-that-is-bad/" title="Permanent link to The internet never forgets &#8230; and that is bad!">The internet never forgets &#8230; and that is bad!</a></li><li> <a
href="http://niebegeg.net/2008/04/13/mandriva-linux-2008-spring-my-first-upgrade/" title="Permanent link to Mandriva Linux 2008 Spring &#8211; my first upgrade">Mandriva Linux 2008 Spring &#8211; my first upgrade</a></li><li> <a
href="http://niebegeg.net/2010/03/15/die-gruppenseite-der-rostocker-drupaler-zieht-um/" title="Permanent link to Die Gruppenseite der Rostocker Drupaler zieht um">Die Gruppenseite der Rostocker Drupaler zieht um</a></li></ol></div><p><a
href="https://dirkr.fornax.uberspace.de/?flattrss_redirect&amp;id=35&amp;md5=4d413063af0dad5b3241a1ae407b8877" title="Flattr" target="_blank"><img
src="http://niebegeg.net/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded> <wfw:commentRss>http://niebegeg.net/2008/02/15/sql-developer-your-friend-for-oracle-dbs/feed/</wfw:commentRss> <slash:comments>1</slash:comments> <atom:link rel="payment" href="https://dirkr.fornax.uberspace.de/?flattrss_redirect&amp;id=35&amp;md5=4d413063af0dad5b3241a1ae407b8877" type="text/html" /> </item> <item><title>SQL Explorer: Getting familiar with Databases</title><link>http://niebegeg.net/2008/02/02/sql-explorer-getting-familiar-with-databases/</link> <comments>http://niebegeg.net/2008/02/02/sql-explorer-getting-familiar-with-databases/#comments</comments> <pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate> <dc:creator>Dirk Rüdiger</dc:creator> <category><![CDATA[Project of the month]]></category> <category><![CDATA[Eclipse]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[Oracle]]></category> <category><![CDATA[SQL]]></category> <guid
isPermaLink="false"></guid> <description><![CDATA[Sitting in the Oracle course I get more and more in touch with SQL and its varieties Data Manipulation Language, Data Definition Language (DDL), Data Control Language (DCL) and Transaction Control Language (TCL). But its very cumbersome to use the iSQL*Plus web front-end to write and execute all the queries. So I did some research [...]]]></description> <content:encoded><![CDATA[<div
class="field field-type-filefield field-field-image"><div
class="field-items"><div
class="field-item odd"> <a
href="/wp-content/uploads/sqlexplorer.jpg" title="Screenshot of the SQL Explorer" class="thickbox" rel="gallery-32"><img
src="/wp-content/uploads/sqlexplorer.jpg" alt="" title="Screenshot of the SQL Explorer"  class="imagecache imagecache-preview" width="250" height="184" /></a></div></div></div><p>Sitting in the Oracle course I get more and more in touch with <span
class="caps">SQL</span> and its varieties <a
title="Data Manipulation Language" href="http://de.wikipedia.org/wiki/Data_Manipulation_Language">Data Manipulation Language</a>, <a
href="http://de.wikipedia.org/wiki/Data_Definition_Language" title="Data Definition Language">Data Definition Language (<span
class="caps">DDL</span>)</a>, <a
href="http://de.wikipedia.org/wiki/Data_Control_Language" title="Data Control Language">Data Control Language (<span
class="caps">DCL</span>)</a> and <a
href="http://de.wikipedia.org/wiki/Transaction_Control_Language" title="Transaction Control Language">Transaction Control Language (<span
class="caps">TCL</span>)</a>.</p><p><p>But its very cumbersome to use the <em>iSQL*Plus</em> web front-end to write and execute all the queries.</p><p>So I did some research and found <a
href="http://sourceforge.net/projects/eclipsesql"><span
class="caps">SQL</span> Explorer</a>. This is a very powerful, cross-platform and cross DB client for <span
class="caps">SQL</span> databases. Just unzip it, define the jdbc jar for your database and connect the system. Ready!</p></p><p>Its really easy to</p><ul><li>connect any database you have an <span
class="caps">JDBC</span> driver for,</li><li>traverse the database structure,</li><li>examine the contents of tables,</li><li>execute queries,</li><li>run previous queries once more,</li><li>export data into text, html or excel files,</li><li>and much more.</li></ul><p>And: Its a Eclipse <span
class="caps">RCP</span> application!</p><div
class="betterrelated"><p><strong>Ähnliche Beiträge:</strong></p><ol><li> <a
href="http://niebegeg.net/2008/02/15/sql-developer-your-friend-for-oracle-dbs/" title="Permanent link to SQL Developer &#8211; your friend for Oracle DBs">SQL Developer &#8211; your friend for Oracle DBs</a></li><li> <a
href="http://niebegeg.net/2007/12/19/obfuscate4e-at-the-eclipse-democamp-in-hamburg/" title="Permanent link to obfuscate4e at the Eclipse DemoCamp in Hamburg">obfuscate4e at the Eclipse DemoCamp in Hamburg</a></li><li> <a
href="http://niebegeg.net/2007/11/25/the-internet-never-forgets-and-that-is-bad/" title="Permanent link to The internet never forgets &#8230; and that is bad!">The internet never forgets &#8230; and that is bad!</a></li><li> <a
href="http://niebegeg.net/2008/01/05/portableapps-the-right-app-at-the-right-place/" title="Permanent link to PortableApps: The right app at the right place">PortableApps: The right app at the right place</a></li><li> <a
href="http://niebegeg.net/2008/03/02/was-ist-dein-seitwert/" title="Permanent link to Was ist Dein Seitwert?">Was ist Dein Seitwert?</a></li></ol></div><p><a
href="https://dirkr.fornax.uberspace.de/?flattrss_redirect&amp;id=32&amp;md5=025e05b3ac42ecfbcb127c8f50839c41" title="Flattr" target="_blank"><img
src="http://niebegeg.net/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded> <wfw:commentRss>http://niebegeg.net/2008/02/02/sql-explorer-getting-familiar-with-databases/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <atom:link rel="payment" href="https://dirkr.fornax.uberspace.de/?flattrss_redirect&amp;id=32&amp;md5=025e05b3ac42ecfbcb127c8f50839c41" type="text/html" /> </item> <item><title>Ready for Take-Off: Becoming an Oracle 10g Certified Professional OCP</title><link>http://niebegeg.net/2008/01/04/ready-for-take-off-becoming-an-oracle-10g-certified-professional-ocp/</link> <comments>http://niebegeg.net/2008/01/04/ready-for-take-off-becoming-an-oracle-10g-certified-professional-ocp/#comments</comments> <pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate> <dc:creator>Dirk Rüdiger</dc:creator> <category><![CDATA[Oracle]]></category> <guid
isPermaLink="false"></guid> <description><![CDATA[The new year starts and it&#8217;s time to do something new (in the spare time, of cource). From today on I&#8217;ll attend a professional training to become a Oracle 10g Certified Professional OCP. The sessions will take place on weekends and last about 5 months. While writing in my blog about all the things I&#8217;ll [...]]]></description> <content:encoded><![CDATA[<p>The new year starts and it&#8217;s time to do something new (in the spare time, of cource).</p><p>From today on I&#8217;ll attend a professional training to become a <em>Oracle 10g Certified Professional OCP</em>. The sessions will take place on weekends and last about 5 months.</p><p>While writing in my blog about all the things I&#8217;ll get to know, I have to look after all the other topics &#8230; to prevent the <a
href="/category/tags/oracle">Oracle</a> thread getting bigger then my <a
href="/tags/debian">Debian</a> an <a
href="/tags/drupal">Drupal</a> theads ;-)</p><div
class="betterrelated"><p><strong>Ähnliche Beiträge:</strong></p><ol><li> <a
href="http://niebegeg.net/2008/02/15/sql-developer-your-friend-for-oracle-dbs/" title="Permanent link to SQL Developer &#8211; your friend for Oracle DBs">SQL Developer &#8211; your friend for Oracle DBs</a></li><li> <a
href="http://niebegeg.net/2007/08/13/ive-got-a-new-home/" title="Permanent link to I&#8217;ve got a new home!">I&#8217;ve got a new home!</a></li><li> <a
href="http://niebegeg.net/2008/05/05/oracle-10g-unter-mandriva-linux-installieren/" title="Permanent link to Oracle 10g unter Mandriva Linux installieren">Oracle 10g unter Mandriva Linux installieren</a></li></ol></div><p><a
href="https://dirkr.fornax.uberspace.de/?flattrss_redirect&amp;id=26&amp;md5=668ff1c59f444d7f8876bad61ee52389" title="Flattr" target="_blank"><img
src="http://niebegeg.net/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded> <wfw:commentRss>http://niebegeg.net/2008/01/04/ready-for-take-off-becoming-an-oracle-10g-certified-professional-ocp/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <atom:link rel="payment" href="https://dirkr.fornax.uberspace.de/?flattrss_redirect&amp;id=26&amp;md5=668ff1c59f444d7f8876bad61ee52389" type="text/html" /> </item> </channel> </rss>
