Pleasing DBAs with small things: Validation of MySQL configuration
Matthias Jung
MySQL (PDO)
Configuration files are a constant source of errors. Especially with older systems (before version 8.0), which did not yet have the possibility to make online persistent changes (e.g. "set global persist…"), there were often minor problems. The parameter was set online (but volatile; i.e. not rebootable) due to a lack of downtime and was written to...
Weiterlesen
Oracle Data Integrator geht in die Cloud
ORDIX AG
Data Management
Wenn es um den Aufbau von ELT/ETL Strecken geht, bieten sich verschiedene Lösungen an. Eine davon kommt von Oracle: „Oracle Data Integrator“. Natürlich gibt es auch von diesem Produkt eine Cloud-Version. Taugt dieses Tool als Ersatz der Client-Version? Wir werfen einen ersten Blick auf die Cloud-Version des ODI.  Status Quo  Bisher war „O...
Weiterlesen
Import von GeoJSON in Oracle Spatial – mit PowerShell kein Problem
Andreas Jordan
Data Management
Das GeoJSON-Format ist ein beliebtes Austauschformat, da es von vielen Applikationen unterstützt wird. Zudem ist es durch die JSON-Struktur sowohl für Menschen als auch für Maschinen gut lesbar. Mithilfe der von Oracle Spatial zur Verfügung gestellten Prozedur „sdo_util.from_geojson“ kann das Format sehr einfach in den von Oracle Spatial verwe...
Weiterlesen
Import of GeoJSON into Oracle Spatial - no problem with PowerShell
Andreas Jordan
Data Management
The GeoJSON format (https://de.wikipedia.org/wiki/GeoJSON) is a popular exchange format because it is supported by many applications. In addition, the JSON structure makes it easy to read for both humans and machines.With the help of the procedure "sdo_util.from_geojson" provided by Oracle Spatial the format can be converted very easily into the da...
Weiterlesen
PowerShell und Oracle - ein gutes Team
Andreas Jordan
Data Management
Ich nutze fast täglich PowerShell zum Zugriff auf Daten in Oracle-Datenbanken. Warum gerade in dieser Kombination will ich anhand von einem Beispiel vorstellen. Vorab wird es aber auch ein paar Worte zur verwendeten Technik geben.  Warum PowerShell?  Ganz einfach: Weil es da ist. Ganz ohne die Installation von zusätzlichen Komponenten ist...
Weiterlesen
PowerShell and Oracle – a good team
Andreas Jordan
Data Management
I use PowerShell almost daily to access data in Oracle databases. Why, especially in this combination, I want to present by means of an example. But first there will be a few words about the used technology.  Why PowerShell?  Quite simply: Because it's there. Completely without the installation of additional components, PowerShell is pres...
Weiterlesen