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 -> Q : SQL DATA TYPE QUESTIONS

Q : SQL DATA TYPE QUESTIONS

From: <jean-christophe.ravarini_at_genebio.com>
Date: Wed, 22 Sep 1999 12:40:39 GMT
Message-ID: <7saio4$5l9$1@nnrp1.deja.com>


Hi all,

Using Oracle8 via SQL_PLUS, I send SQL statments  to create tables, but the following code doesn't  work because of the BOOL type, the error message  is: "ORA-00902: invalid datatype"

  CREATE TABLE MyTable (
   MyBool BOOL NULL,
   MyChar VARCHAR2 NULL,
  ) tablespace MyTableSpace;

 What is the BOOL equivalent data type in this case ?

Thanks in advance,

Jean Christophe Ravarini
mailto:jean-christophe.ravarini_at_genebio.com

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Wed Sep 22 1999 - 07:40:39 CDT

Original text of this message

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