Originally posted by ramesh_v
Thanks....

Actually we are planning to implement DR Site with physical standby DB (both primary and standby will run in Oracle9i RAC). Our DB size is around 350gb, and the redo generation is around 30gb per day.
Sending the archivelog files in online requires more mbps leased lines, instead of that we and to compress the archivelog file in the primar site itself and sending to DR site in specific interval of time (once in 30min or 1hr). For this we need some kind of a deamon program running in both primary and DR site which will send and received the compressed archivedlog file and uncompress it and putting it in the actual archivelog folder of the DR site.

Please suggest some kind of utility for this.......

thanks
won't you defeat the automatic gap resolution process by doing this?