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

Home -> Community -> Mailing Lists -> Oracle-L -> Problem with with insert select from clause

Problem with with insert select from clause

From: Helmut Daiminger <hdaiminger_at_vivonet.com>
Date: Thu, 14 Sep 2000 10:27:59 -0700
Message-Id: <10619.116984@fatcity.com>


Hi!

Are there any limitations to using the LONG datatype in an insert/select statement?

insert into scott.tbsql
select * from demo.tbsql where sqlid between 6117 and 6123

select * from demo.tbsql where sqlid between 6117 and 6123

       *
ORA-00997: illegal use of LONG datatype

Is there another way that I can move that data in the same table in another user's schema?

Thanks, Received on Thu Sep 14 2000 - 12:27:59 CDT

Original text of this message

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