Replication of LONGRAW in Oracle [message #75048] |
Sat, 12 May 2001 01:47 |
Madhukar
Messages: 4 Registered: May 2001
|
Junior Member |
|
|
M'facing problem with LONGRAW datatypes while working on Advanced replication in Oracle8i.How to replicate LONG or LONGRAW datatypes in Oracle8i.(I highly appreciate the one who could give me the solution as soon as possible)
----------------------------------------------------------------------
|
|
|
Re: Replication of LONGRAW in Oracle [message #75050 is a reply to message #75048] |
Wed, 16 May 2001 05:03 |
Mehmet Acuner
Messages: 1 Registered: May 2001
|
Junior Member |
|
|
As far as I know, you cannot replicate LONG and LONGRAW datatypes. We had to replicate a table that had LONG datatype and I figured out that it can not be replicated. So we changed the LONG type to CLOB, thyen it worked. I believe for LONGRAW, you should modify that column to BLOB.
----------------------------------------------------------------------
|
|
|
|