Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Copying LONG RAW into BLOB fileds
On Fri, 11 Feb 2005 16:01:55 +0100, Ciccio wrote:
>
> What can I do to overcome this problem????
Export from 8i, import into 9i and do something like:
ALTER TABLE [<schema>.]<table_name>
MODIFY ( <long_column_name> { CLOB | BLOB | NCLOB }
Other then that, read Oracle9i Application Developer's
Guide - Large Objects (LOBs)
Miogration is described in the 1st chapter.
-- Bug, noun: Son of a glitchReceived on Sun Feb 13 2005 - 23:54:57 CST