Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Copying tables with Long Raw column and conversion of those columns
bill.brennum_at_grainger.com wrote in
news:1107555035.994138.28930_at_g14g2000cwa.googlegroups.com:
> Hi,
>
> I am attemtping to copy a table from an Oralce 8.1.7 database to a 9.I
> database via a DBLINK. I don't have access to the source server to do
> an export. The table has its last column as a long raw(7000). I want
> to both copy the table and then to convert the long raw data to a
> column type from which I can extract the text only data.
>
> I have tried some suggestions found on the Oracle groups, but with no
> luck.
>
> Any and all help would be greatly appreciated.
>
>
You could always try RTFM
http://download-
west.oracle.com/docs/cd/A87860_01/doc/server.817/a82950/ch6.htm#1003261
Received on Fri Feb 04 2005 - 20:32:08 CST