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 -> Is "long raw" a valid Oracle datatype?

Is "long raw" a valid Oracle datatype?

From: Grace Tsai <gtsai_at_bnl.gov>
Date: 1998/03/04
Message-ID: <34FDC8BC.41C6@bnl.gov>#1/1

When I do this:



create table x (data long raw);
select * from x;
ORA-00932: inconsistent datatypes

But this is ok:



create table x (data long);
select * from x;
no rows selected

What am I doing wrong? Is "long raw" a valid datatype? We are using Oracle 7.3.2 in AIX. Client platforms include AIX and IRIX. Any help would be greatly appreciated. Thanks in advance.

Grace Tsai
Brookhaven National Lab
RHIC Computing Group Received on Wed Mar 04 1998 - 00:00:00 CST

Original text of this message

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