I work in an environment which has multiple databases upto 5 TB each, being a financial institute.
We use BCVs to do hot sync and back them up from the media server. Recovery also is just the time it takes to sync and split + DB recovery. its been very effective and also we have few automated BCV restores whihc run weekly.
Milind
----------------------------- www.milinds.com
My Private World on the Web !
Assuming no specialized storage hardware, you can either perform a data-pump export / import (a db-to-db one to avoid the intermediate disk step), or back up the primary database to the secondary and recover it until it is consistent.
Your limiting factor is going to be the bandwidth between the two hosts.
Bookmarks