Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Backup a table with long columns
We have an table wth long columns. Now we want to make a copy of that like
creat table target_table as select * from source_table
But this does not work, if the table has columns with fieldtype long.
Does exist another way than to export the source_table?
Regards
Nicolas Received on Wed Aug 29 2001 - 09:36:29 CDT
![]() |
![]() |