Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Converting from physical to logical standby
I know about the datatype "limitations" with LSBs but that's not a
concern here. (I'm thinking the usage of NCLOB, LONG, LONG RAW, BFILE,
and ROWID datatypes should be relatively rare.) Other than that what are
some of the "many restrictions" to which you refer? If datatype failures
aren't an issue what else could make LSB less dependable than PSB? I've
had SPOFs with straight RMAN backups but I monitor them daily and
resolve them so I figure I would do the same if there was a problem with
an RMAN backup due to a standby DB failure.=20
I know that LSB uses LogMiner SQL Apply under the covers so it's not as efficient as straight PSB redo application but the overhead for a standby database seems to be so light that I can't imagine it would be much of an issue. Has anyone experienced standby database server performance problems with LSBs?=20
I'm getting ready to test LSBs and switchovers in my test environment. I have a Python script which automagically performs the switchover complete with error checking and it works great. Any suggestions for my testing?=20
Steve Orr
Bozeman, Montana
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Carel-Jan Engel
Sent: Wednesday, September 29, 2004 1:51 PM
To: Orr, Steve
Cc: DWILLIAMS_at_LIFETOUCH.COM; oracle-l_at_freelists.org
Subject: RE: Converting from physical to logical standby
Hi Steve,
Creating LSB from scratch DOES need a coalesce of the primary. So, it is
inaccessible for a couple of minutes.
My reply on your follow-up question: what version do you have in mind? I've worked with both PSB and LSB. One LSB in production, and that has been abandoned (it was a mixed setup: two LSB's for publishing web content and one PSB for the content management system. It was a newspaper). PSB on many sites, and quite succesfull. I notice a slight change in naming LSB by Oracle: It's called SQL Apply many times now. It might hint you to the fact that it isn't actually a Standby Solution. In my honest opinion it is not, at least not in 9iR2. Ita has many restrictions, and many failures/wrong datatypes/wrong SQL can stop it, leaving you with the job to resync the thing.
Doing RMAN backups on the standby is officially supported, I haven't done it though. One reason to create your backups on the primary might be that relying on the standby for backups is chaining the backup-process: when the standby fails your backup will fail likewise. I don't like SPOFs.
Best regards,
Carel-Jan Engel
=3D=3D=3D
If you think education is expensive, try ignorance. (Derek Bok) =
=3D=3D=3D On
Wed, 2004-09-29 at 17:36, Orr, Steve wrote:
> Thanks.
>=20
>=20
> is okay with LSB is it otherwise just as good as PSB?
>=20
> that you don't have to toggle the recovery/database open status.
>=20
>=20 >=20
>=20 >=20 >=20
>=20 >=20
> most of the times. I haven't put too much effort into solving this,=20
> because of the instability and restrictions of LSB, and lack of demand
> for LSB. I'm a poor self-employed contractor ;-)
>=20
>=20
>=20
>=20 >=20 >=20
>=20 >=20
>=20 >=20
>=20
-- http://www.freelists.org/webpage/oracle-l -- http://www.freelists.org/webpage/oracle-lReceived on Wed Sep 29 2004 - 16:51:12 CDT
![]() |
![]() |