Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Best way to replicate schema data to another database?

Re: Best way to replicate schema data to another database?

From: hpuxrac <johnbhurley_at_sbcglobal.net>
Date: 27 Oct 2005 17:25:02 -0700
Message-ID: <1130459102.391363.10020@z14g2000cwz.googlegroups.com>


zenshade_at_gmail.com wrote:
> We need to essentially export the data from a single schema in our
> Oracle8i database and send it securely over a network to an Oracle9i
> database, in such a format that it can be easily imported. This needs
> to be done several times a day to keep the remote DB fairly up to date.
> On the source DB we have several other schemas that cannot be part of
> the export for security reasons, so we can't just create a remote
> backup using transaction log files, unless it is possible to filter
> those by schema.
>
> Right now, we're looking at trying to use Log Miner to do this, but
> please bonk me over the head if this is horribly naive. Is there a
> better, more efficient way?

Well you ask the best way to replicate data.

I think oracle replication is probably what you want to look at.

I haven't look much at the 10g new version of it ( think they stick it with the new name streams ) ... but you should check out the documentation for the version that you are running. Received on Thu Oct 27 2005 - 19:25:02 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US