Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: STAND-BY Database with different DB_NAME ?
garry_robinson_at_slc.co.uk (Garry Robinson) wrote in message news:<55fd501c.0201070923.437ea13c_at_posting.google.com>...
> marwansamara_at_msn.com (Marwan Samra) wrote in message news:<70d9d132.0201061808.52d90d74_at_posting.google.com>...
> > I have 2 databases with the following characteristics:
> > 1. The DB_NAME is different (A & B).
> > 2. The TableSpaces are NOT exactly the same. (B has less tablespaces,
> > they are not needed in in database B)
> > 3. I want to keep the rest of the tables in sync.
> > The question I have:
> > What is the best and simple way to accomplish the above (#3)?
> > I Thought of the STAND-BY option, but the more I read about it, the
> > less I think it would benefit me in this case !
> >
> > Thanks for your help in advance.
> >
> > Marwan Samara.
>
> Warm standby will only work if the databases share the same name and
> are stucturally identical (except for temporary tablespaces). The
> Advanced Replication Option is the best way to solve your problem and
> it can also be the simplest if it is configured correctly.
Does the Advanced Replication option allow you to skip some update transactions to some tables in the 2nd database ? The 2 databases are not exactly the same. Database B has less tables than database A, all other objects are the same. Database B will be used over the web for queries and reports only, and I do not need all the update transactions to go to database B. Is this could be done with the Advanced Replication feature ?
Thanks in advance for your help. Received on Wed Jan 09 2002 - 10:41:26 CST
![]() |
![]() |