Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Using user flows_xxx packages outside APEX
On 25 jan, 22:48, "m.t" <m..._at_matelot.com> wrote:
> "Frank van Bortel"
>
> > Yes, flows_010600 signifies the version, and will change!
> > You're on HTMLDB V1.6
> > Better set up a synonym, say myflow, when flows_010600
> > becomes flows_020100 you can easily change the synonym.
> > All you code would still use "myflow.htmldbutil.whatever"you can't create a synonym for a user, can you ?
> as in:
>
> create synonym myscott for scott;
>
> > BTW are you sure there is not another owner that has the
> > same utilities?what you mean ?
> it looks like there are a few useful functions
> in flows_xxxxx packages
Synonym: fro the flows_010600 package, as Robbert wrote. Redefine the synonym when you upgrade; same synonym now points to e.g. flows_020100
owa has a lot of utilities, too (owa_util) - what functionality do you want? Received on Fri Jan 26 2007 - 08:50:12 CST
![]() |
![]() |