Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: I think I know this but,.....
On Mon, 16 Mar 1998 22:44:18 GMT, cathexis_at_erols.com wrote: Hi,
might
CREATE OR REPLACE PACKAGE TYPEN AS
SUBTYPE T_DELIVER IS DELIVER%ROWTYPE; SUBTYPE T_EMP IS EMP%ROWTYPE; TYPE T_EMPTAB IS TABLE OF T_EMP INDEX BY BINARY_INTEGER; TYPE T_NUMARRAY is table of NUMBER index by BINARY_INTEGER;
END TYPEN ;
/
do your job?
>Group,
> I'm trying to execute a CREATE TYPE command with PO7.3 and it
>won't allow it.
> Is this just because I need PO8? Or is it related to the fact
>I'm using the trial vers. of PO7.3 and it's only enabled with the full
>deal?
> I assume I need PO8, but I'd like some confirmation please.
>
> Thanks in advance.
-- Regards Matthias Gresz :-) GreMa_at_T-online.deReceived on Tue Mar 17 1998 - 00:00:00 CST
![]() |
![]() |