database compression using external compression techniques
704737Jun 2 2009 — edited Jun 4 2009how can we compress the database table by using external compression techniques like Huffman, LZW. Do the oracle have these algorithm implementation/specific keyword for compressing table containing text and integer data. I know that we can use these technique for compressing BLOB/ audio and video files, but they are at attribute level, not at a table level.