Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: [Basic Q] Creating package... getting error...
> CREATE OR REPLACE PACKAGE Test AS
> DECLARE
> SUBTYPE t_Test1 IS DATE;
> SUBTYPE t_Test2 IS DATE;
> END Test;
OK, so I figured out that DECLARE is not neccesary. How might I find what the error message is?
Thanks!
--
It's coming... http://www.countdown9199.com
Received on Mon Jun 14 1999 - 08:39:30 CDT
![]() |
![]() |