Oracle 10g unter Mandriva Linux installieren

Veröffentlicht von am 05. Mai 2008 in Linux | Keine Kommentare

Nun hatte ich vor, meinem "betagten" Notebook (IBM Thinkpad T41) vor eine neue Herausforderung zu stellen und eine "Probierversion" der Oracle Datenbank 10g (Enterprise Edition!) zu hosten. Nach kurzem Suchen war klar, dass es noch keine Dokumentation zu Oracle10g+Mandriva gibt – was darauf hindeuten kann, dass es noch niemand versucht/dokumentiert hat oder dass es so ...

DBDesigner on Mandriva

Veröffentlicht von am 08. März 2008 in Allgemein | Keine Kommentare

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 ...

SQL Developer – your friend for Oracle DBs

Veröffentlicht von am 15. Februar 2008 in Allgemein | Ein Kommentar

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’s cool too! SQL Developer works best with Oracle DBs (who wonders? ;-). But if you provide the jdbc connector jars for MySQL or ...

SQL Explorer: Getting familiar with Databases

Veröffentlicht von am 02. Februar 2008 in Project of the month | Keine Kommentare

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 ...