Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Backup a table with long columns

Backup a table with long columns

From: Nicolas Bronke <newsgroup_at_trinity.de>
Date: Wed, 29 Aug 2001 16:36:29 +0200
Message-ID: <9miuee$gdn$03$1@news.t-online.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US