Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Dynamice SQL in Oracle

Re: Dynamice SQL in Oracle

From: Noel <tbal_at_go2.pll-l>
Date: Wed, 11 May 2005 10:11:44 +0200
Message-ID: <d5serc$g1n$3@inews.gazeta.pl>


User DA Morgan wrote:

>
> Heck if you had read even one
> page of Oracle documentation you'd know you should not be using the
> VARCHAR data type to create a table.

Looks like VARCHAR is first ever type created in Oracle, having typecode 1. :-)

++***

SELECT o.NAME, a.version#, a.version, a.typecode, a.properties,

        a.ATTRIBUTES, a.methods
   FROM sys.type$ a, sys.obj$ o
  WHERE a.toid = o.oid$
    AND ( a.properties = 80 )
  ORDER BY a.typecode

-- 
Noel
Received on Wed May 11 2005 - 03:11:44 CDT

Original text of this message

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