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 -> Problem with LONG datatype column

Problem with LONG datatype column

From: sati_82 <krys_tek_at_interia.pl>
Date: 1 Sep 2006 03:04:24 -0700
Message-ID: <1157105064.197606.255860@p79g2000cwp.googlegroups.com>


Hi,

I need to move one table from one schema to another. Unfortunatelly one of the column is a LONG datatype. I tried to do it in that way: CREATE TABLE destination_table AS SELECT * FROM source_table

and in this way:
First I created Table and then: INSERT INTO destination_table SELECT * FROM source_table

In both cases I received an error ORA-00997. Is there any solution of this problem?

Best regards,
Krystian Received on Fri Sep 01 2006 - 05:04:24 CDT

Original text of this message

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