Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: What are you using as your master-slave replication option (w/blobs)
On Nov 7, 1:45 am, arr..._at_inbox.com wrote:
> On Nov 6, 12:38 pm, Steve Howard <stevedhow..._at_gmail.com> wrote:
>
> > We have had good luck with Streams for *LOB types, and also use
> > advanced replication for unsupported datatypes such as XMLTYPE.
>
> > HTH,
>
> > Steve
>
> My understanding is that BLOBs are translated either into varchar or
> raw datatype for the LCRs.
> How were you handling BLOBs bigger than 2K in size (or 32K for
> varchars)?
Oracle advised that starting certain release blobs are now broken into several LCRs, thus transmitting the entire blob, despite varchar2 & raw types limitation.
So ultimately, I made Streams work. Received on Fri Nov 30 2007 - 20:14:29 CST
![]() |
![]() |