Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: suggestions for poor-man's datawarehouse performance problem
Ana C. Dent wrote:
> jhking <jhking_at_airmail.net> wrote in news:cd7ald$gk2_at_library1.airnews.net: > >
If not CDC, then something similar.
Advanced Replication is still a good, mature tool for this purpose, and a business case could probably be made for allowing the routine setup required at the remote sites. But streams-based replication is the stated future direction, from what little I've heard.
One approach not yet mentioned is to mine the new/updated data from archived redo logs. For one thing, this minimizes any network problems (if one file doesn't make it across, just re-send until it does). If you had a single remote (primary) database and had no intention of including any disaster recovery needs in your scope, you could implement a logical standby database that would update one or more schemas with changes from the remote, on-demand or continuously. Some testing required for your environment, of course.
Ask how soon the remote databases can be brought up to a supported version of Oracle. Although Advanced Replication can work from 8i to 9i, logical standby requires the same major version on both ends.
--Mark Bole Received on Wed Aug 04 2004 - 19:29:48 CDT
![]() |
![]() |