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

Home -> Community -> Usenet -> c.d.o.server -> Inserting Data Into Long Data Type

Inserting Data Into Long Data Type

From: Kuncoro Tri Atmoko <kuncoro_at_lintasarta.co.id>
Date: Thu, 2 Sep 1999 13:56:55 +0700
Message-ID: <Lrvz3.136$405.1043@news>


Dear all,

I have a problem when inserting data with LONG datatype, from another table with long datatype too.
Ex:
 Table A (X1 Long)
 Table B (X2 Long)

I want to insert into table A from table B:   insert into A (X1)
  select X2 from B

When I do this, i've got an error message :   ORA-00997: illegal use of LONG datatype

How do I solve this problem ?
I guess the problem will occur on RAW datatype too.

Thanks.

Kuncoro
Jakarta, Indonesia Received on Thu Sep 02 1999 - 01:56:55 CDT

Original text of this message

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