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: Stored Function question

Re: Stored Function question

From: PMG <peteg_at_garlic.com>
Date: Mon, 11 Oct 1999 21:31:19 -0700
Message-ID: <3802B996.387AF761@garlic.com>


I couldn't get your suggestion to work. I tried putting it inside a package, but I get an err msg. Inside the package I tried

PACKAGE hs_package
IS
  TYPE Type_Phone_Number IS CHAR(15);
...

but I get err msg PLS-00103. The same err msg if I try to declare it as VARCHAR2(15). Received on Mon Oct 11 1999 - 23:31:19 CDT

Original text of this message

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