Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Renaming column of CLOBs
I have a table with a column of CLOBs that I want to rename. I can
create the new column of CLOB type, but doing an UPDATE and SET on the
new and old columns doesn't copy the data over properly. I guess I need
to use the DBMS_LOB.COPY function, but I am not sure how to use this on
a full column of data.
Seems like a simple problem, but I haven't been able to find the answer online yet. Received on Thu Jun 08 2006 - 12:27:43 CDT
![]() |
![]() |