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

Home -> Community -> Usenet -> c.d.o.tools -> Re: undocumented pl/sql syntax

Re: undocumented pl/sql syntax

From: Andrew Hardy <nobody_at_spam.from.news.AdvanticaTech.com>
Date: Tue, 24 Jul 2001 12:28:31 +0100
Message-ID: <9jjm5g$eu4$1@sun-cc204.lut.ac.uk>

Both TYPE and SUBTYPE are well-documented - TYPE is a PL/SQL user-defined type used for creating composite types e.g. Record or Table, whilst SUBTYPE is a PL/SQL type that is based on an existing type.

Andy

"Raffaele D'Alba" <raffaele.d'alba_at_snamprogetti.eni.it> wrote in message news:3b5c53bf$1_at_adm.eni.it...
> I'm developing a package that implement some functions from a library
> already developed in an other language, and I need to declare same
 specific
> type of data.
>
> Searcing some example in the package SYS.STANDARD, I found same
 declarations
> like type, subtype and so like... but I can't find any documentation of
 the
> syntax of that construct.
>
> Anybody can help me? There is any undocumented syntax in PL/SQL.
>
> The database I currently use is 7.3.4
>
> thank you in advance, Raffaele
>
>
Received on Tue Jul 24 2001 - 06:28:31 CDT

Original text of this message

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