Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Coltype Undefined
"Marc Zinzen" <mzinzen_at_genese.de> wrote in message
news:3E0192FF.AB5A897C_at_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
>
Use "date" not "timestamp". Received on Thu Dec 19 2002 - 09:43:00 CST
![]() |
![]() |