Is there any way to compress data stored in tables ?
I'm using LONG fields to store pdf files, I need some way to store the data compressed, this will decrease the required size a lot.
Also if possible, I need this compression to be transperant to the application, like if there is a stored procedure that can compress while inserting, and uncompress while reading.
Thanks