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: EMC SRDF or Advanced Replication????

Re: EMC SRDF or Advanced Replication????

From: Pete Sharman <psharman_at_us.oracle.com>
Date: Mon, 29 Mar 1999 09:25:39 -0800
Message-ID: <36FFB793.A3A22589@us.oracle.com>


Steve

Are you attempting here to do a **scheduled** cutover? That's the way it reads, so let me make two sets of comments. Firstly, if this is a scheduled cutover, I wouldn't be dialing in at 3:30 am to do the work. I like my sleep, and I'm not the most accurate typist at that hour of the morning! If you want to schedule a cutover, what I would do is script it, rather than do it manually at the time you want to cutover, then schedule it in some way (depends on what scheduler you're using - cron, OEM, ...). My comment about the typing reflects the naming of the procedures you need to execute. Whoever created them took great joy in making the names of the procedures (and the data dictionary views for that matter) as long as they possibly could (DBA_REPRESOLUTION_STATISTICS sort of springs to mind here). If you don't have access to Replication Manager, it can still be handled. After all, when replication first came out we didn't have the GUI front end, so we all had to type lots!

Secondly, if it's not a scheduled cutover, there should actually be little for you to do. If the primary database dies, the secondary database is already up and running. The work comes when you want to swap them back again.

HTH. Pete

Steve Graham wrote:

> Pete,
>
> Thanks for the response. A follow-up question for you: From an
> administration standpoint, it
> seems like using updateable snapshots or replication could turn into just an
> amazing nightmare.
> In theory, I would like to believe all the *claims* regarding advanced
> replication or snapshots,
> however how easy/difficult is it in real-life to coordinate all the areas of
> the snapshot/replication
> methodology? For example, if I have to cut over to the failover database at
> 3:30am, and don't have
> access from my telnet session at home to the GUI replication manager, and
> have to run scripts that
> access the replication API, is this fairly easy to do, or very complex?
>
> Thanks in advance,
>
> Steve
>
> Pete Sharman <psharman_at_us.oracle.com> wrote in message
> news:36FC2197.704DBF87_at_us.oracle.com...
> > Steve
> >
> > Been there done that, but I don't have an answer for you. It's not just
> > the transactions per minute that has a bearing here, but the overall data
> > volume. It's a lot easier to do 3000 transactions that change 1 byte than
> > 3000 that change 200 bytes.
> >
> > The only answer with these sort of decisions is volume test, volume test,
> > volume test. Remember SRDF is supported in synchronous mode, and that the
> > version of Oracle you run has a big bearing too (8.1 has greater
> > throughput than 8.0, which likewise has greater throughput than 7.3).
> >
> > HTH.
> >
> > Pete
> >
> > Steve Graham wrote:
> >
> > > Fellow Gurus,
> > >
> > > Would you use SRDF or Replication for a failover system,
> > > that had to keep current on approximately 2000-3000 transactions
> > > per minute. Oracle8 on Solaris 2.6 is the platform. All transactions
> > > would be propagated over whatever network bandwidth is necessary, I
> > > could conceivably do it either way, looking for feedback from people
> > > who've 'been there done that'.
> > >
> > > Regards,
> > >
> > > Steve
> >
> > --
> >
> >
> > Regards
> >
> > Pete
> >
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > Peter Sharman Email: psharman_at_us.oracle.com
> > WISE Course Development Manager Phone: +1.650.607.0109 (int'l)
> > Worldwide Internal Services Education (650)607 0109 (local)
> > San Francisco
> >
> > SQL> select standard_disclaimer, witty_remark
> > 2 from company_requirements;
> >
> > Opinions are mine and do not necessarily reflect those of Oracle
> > Corporation
> >
> > "Controlling application developers is like herding cats."
> > Kevin Loney, ORACLE DBA Handbook
> > "Oh no it's not! It's much harder than that!"
> > Bruce Pihlamae, long term ORACLE DBA
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> >
> >

--

Regards

Pete


Peter Sharman                             Email: psharman_at_us.oracle.com
WISE Course Development Manager           Phone: +1.650.607.0109 (int'l)
Worldwide Internal Services Education            (650)607 0109 (local)
San Francisco

SQL> select standard_disclaimer, witty_remark   2 from company_requirements;

Opinions are mine and do not necessarily reflect those of Oracle Corporation

"Controlling application developers is like herding cats." Kevin Loney, ORACLE DBA Handbook
"Oh no it's not! It's much harder than that!" Bruce Pihlamae, long term ORACLE DBA



Received on Mon Mar 29 1999 - 11:25:39 CST

Original text of this message

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