OracleGolden Gate Compress Load Files
I have a very large table I am attempting to load on a target system with limited space. On the source system, the table is around 22GB. After doing an initial load, the load files on the target system are more than 40GB total. This is because there is a VARCHAR 255 field in the table and Im sure its taking up this full space in the load files. I have used the COMPRESS option in the initial load, but I believe this only compresses the files in transit and then the target system decompresses them before writing to disk.