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 -> Re: ORA-00997: illegal use of LONG datatype

Re: ORA-00997: illegal use of LONG datatype

From: Mark Gumbs <mgumbs_at_nospam.hotmail.com>
Date: Tue, 8 Jun 1999 13:06:39 +0100
Message-ID: <375d0508.0@145.227.194.253>


Oracle does not permit you to use a long field in that way. Then again, there isn't much you can do with a long!

You may have to use some tool to extract the data you want inti a temp table and load them later.

M

Dimitri R. de Souza wrote in message
<7jiune$67a$1_at_srv4-poa.nutecnet.com.br>...
>Hi!
>
>I'm trying to copy some rows of one table to other with exactly the same
>strutcture with the command "INSERT INTO <table1> SELECT * FROM <table2>",
>but I'm having some troubles: if the table has any field of type "LONG
RAW",
>when the command is executed, the Oracle returns the error "ORA-00997:
>illegal use of LONG datatype".
>
>Any help or ideia? I'm using Oracle 8.0.4....
>
>Thanks,
>
>Dimitri
>
>
Received on Tue Jun 08 1999 - 07:06:39 CDT

Original text of this message

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