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 -> Coltype Undefined

Coltype Undefined

From: Marc Zinzen <mzinzen_at_genese.de>
Date: Thu, 19 Dec 2002 10:35:59 +0100
Message-ID: <3E0192FF.AB5A897C@genese.de>


Hi

What the hell is happening???
Here 's what I do on an Oracle9.2 Database running Win2k

create table Name ( one timestamp )
select name, coltype, length from syscolumns where tbname = 'NAME'

this is what i get:

NAME                           COLTYPE       LENGTH
------------------------------ --------- ----------
ONE                            UNDEFINED         11

How is that possible??
What can I do???

Marc Received on Thu Dec 19 2002 - 03:35:59 CST

Original text of this message

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