Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: unable to perform query

Re: unable to perform query

From: Stefan Rudolph-Klindtwort <StefanRudolph-Klindtwort_at_t-online.de>
Date: 2000/03/01
Message-ID: <89hn6b$48c$1@news03.btx.dtag.de>#1/1

You can use the DISPLAY_ERROR BuiltIn to analyse.

Trigger KEY-EXEQRY

begin
execute_query;
display_error;
end;

Now you should have a Error Message and some Code, this should help you.

Greetinx Rudi

J. G. Dutcher <DutcherJG_at_navair.navy.mil> schrieb in im Newsbeitrag: DutcherJG-2802001642550001_at_clhrd7.chinalake.navy.mil...
> I'm running 7.3 on a unix box with form 4.5 on an NT machine. I have
> created a form but when I execute the form I get the error message:
>
> FRM-40505 ORACLE error: unable to perform query
>
> I've checked the permissions, table names, attribute names. All are
> correct. The form was working until I changed some of the attribute names
> in the base tables, however, I also changed the names in all the code and
> block items.
>
> Does anyone have any other ideas of what could be wrong?
>
> TIA
>
> JG Dutcher
>
> --
> TIA
>
Received on Wed Mar 01 2000 - 00:00:00 CST

Original text of this message

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