public marks

PUBLIC MARKS with tags parsing & oracle

05 October 2007 07:45

Mastering Oracle Python, Part 3: Data Parsing

by pvergain
There are countless reasons for parsing data, as well as tools and techniques to do it. But even the "right" tool may be insufficient when you need to do something new with the data. The same concerns exist for the integration of heterogeneous data sources. Sooner or later, the right tool for the right job happens to be a programming language. Oracle offers some very powerful utilities for loading, processing, and unloading data. SQL*Loader, Data Pump, external tables, Oracle Text, regular expressions—it's all there. Yet there is often a need to do things outside the database (or, trivially, perhaps you just weren't granted the necessary database privileges). Python delivers possibilities for efficient data parsing at a high level. The extensive standard library and many modules available for free on the Internet make it possible to work with data logic rather than dissecting bytes by hand.

PUBLIC TAGS related to tag parsing

oracle +   python +  

Active users

pvergain
last mark : 05/10/2007 07:49