Parsing a Microsoft Word docx, and unzip zipfiles, with PL/SQL Anton Scheffer June 9, 2010 Database, IT, PL/SQL, XML 13 Comments Some days ago a collegue of mine asked if I could made something for him to unzip a Microsoft Word 2007 docx file. And of course in the database … [Continue Reading...]
Utl_compress, gzip and zlib Anton Scheffer March 13, 2010 Database, IT, PL/SQL 12 Comments Oracle has a a supplied package utl_compress, which can be used to compress and decompress data with PL/SQL. According to the documentation it uses the “Lempel-Ziv compression algorithme”, and … [Continue Reading...]