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 Object Types problem

Re: Oracle Object Types problem

From: Udo Baumgart <info_at_ubit.de>
Date: Fri, 22 Feb 2002 18:41:49 +0100
Message-ID: <3C7682DD.F433CE4B@ubit.de>


> U can use a view splitting columns and then acces the view ?

That's no solution for me. My application knows that the second column is of type t_plz. The column names are numbered... For the application there is only ONE value of type t_plz. Splitting the type is also possible without a view:

SELECT id, t.plz.lkz, t.plz.plz from demo t;

-- 

Ciao, Udo (Mülheim a.d. Ruhr)
Received on Fri Feb 22 2002 - 11:41:49 CST

Original text of this message

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