Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Replication and LONG RAW
Lun Wing San (Oracle) wrote:
>
> Dussan Pirc wrote:
> >
> > I'd like to replicate our database which is including one LONG RAW
> > field.
> >
> > After reading documentation about distributed and replicated database
> > I found out that LONG RAW (and even RAW) data is NOT supported...
> >
> > Is there any other way to replicate RAW objects?
>
> I have an idea. You can explore the datatype conversion raw to varchar2.
>
There is still a physical limit to how much data can be replicated in each row. The only datatypes that can't be replicated are LONG and LONG RAW. RAW is supported. Again there is a limit to the total size of a row that can be replicated. I don't recall what it is at this time.
-- Ed Bruce <Bruce_at_ha.hac.com> <ebruce_at_iquest.com>Received on Fri Dec 13 1996 - 00:00:00 CST
![]() |
![]() |