user defined data type: does they exist ?

From: <alberto.roller_at_gmail.com>
Date: Thu, 17 Jan 2008 06:20:25 -0800 (PST)
Message-ID: <fbb0b601-7769-4f00-af69-882c9868aa47@e6g2000prf.googlegroups.com>


I'm migrating an application from sql server to oracle.

We have tables with column that use user defined data type, for example

CREATE TABLE AA (
    Column1 CODE
)

Where CODE is defined as varchar(50)

Is there a way to create an equivalent CODE in oracle ? Received on Thu Jan 17 2008 - 08:20:25 CST

Original text of this message