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 -> Re: Oracle Question!!

Re: Oracle Question!!

From: Guy Pardoe <Info_at_PardoeOnline.com>
Date: Wed, 02 Jun 1999 10:34:54 GMT
Message-ID: <3755071d.714327@news.mv.com>


I cannot get clobs to work with Oracle 8.05 (for NT) either.

If I use the Enterprise SQL Worksheet tool and:

CREATE TABLE table1 (Test1 clob, test2 clob);

Then I can:

INSERT INTO table1 VALUES ('Test text', 'More text');

The insert works. But I cannot:

SELECT * FROM table1;

or

SELECT test1 FROM table1;

It returns an error 'inconsistent datatypes' in both cases.

Any ideas what's wrong?

Guy Pardoe
Pardoe Development Corporation Received on Wed Jun 02 1999 - 05:34:54 CDT

Original text of this message

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