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 -> Re: Backup a table with long columns

Re: Backup a table with long columns

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: 29 Aug 2001 08:46:53 -0700
Message-ID: <9mj2pd01e2l@drn.newsguy.com>


In article <9miuee$gdn$03$1_at_news.t-online.com>, "Nicolas says...
>
>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
>
>

see
http://osi.oracle.com/~tkyte/Misc/MoveLongs.html for another method.

--
Thomas Kyte (tkyte@us.oracle.com)             http://asktom.oracle.com/ 
Expert one on one Oracle, programming techniques and solutions for Oracle.
http://www.amazon.com/exec/obidos/ASIN/1861004826/  
Opinions are mine and do not necessarily reflect those of Oracle Corp 
Received on Wed Aug 29 2001 - 10:46:53 CDT

Original text of this message

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