Re: Forms 6i : Stange error

From: <rtproffitt_at_my-deja.com>
Date: Fri, 12 Jan 2001 18:06:32 GMT
Message-ID: <93nh30$p1n$1_at_nnrp1.deja.com>


[Quoted] Is the library (.pll or .plx) file located in the same local directory as the Forms code?

[Quoted] Was the library attached using explicit or implied pathway: c:\path\path\libname or libname [no path]

[Quoted] There are only three ways for Forms to search for things One is by editing the registry and altering the key which contains the oracle search path for Forms. Another is by being explicit in every call to launch a module (messy). Another is to make sure the runtime launches to a paricular subdirectory ("Start In" in the shortcut icon) and then place all the code (library too) into that subdirectory.

For my apps, the latter is far simpler than trying to manage everyone's registry search path. I simply 1) install my application into a particular subdirectory, and then 2) create a separate shortcut for my application which calls the forms runtime, but starts in my particular subdirectory. Have had no problems linking libs, calling sub forms, reports, etc.

HTH
Robert Proffitt
Beckman Coulter
RTProffitt AT beckman DOT com

[Quoted] In article <93k1pl$m6s$1_at_wanadoo.fr>,   "Jérôme PERRET" <jperret_at_freesurf.fr> wrote:
> Hi,
>
> I have a PL/SQL librairie containing 5 procedures. One of them is
 called by
> another stored in the same librairie. When I call this last
 procedure, I get
> the following error message :
>
> FRM-21011 : PL/SQL unhandled exception ORA-06508
>
> But when I ran in debug mode, i got *NO* error and it works !
>
> Any idea ?
>
> Jerome
>
>

Sent via Deja.com
http://www.deja.com/ Received on Fri Jan 12 2001 - 19:06:32 CET

Original text of this message