Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-20001 Error
That is a user defined error code.
How are you calling this from PB? The recommended method is to define a
userobject inherited from transaction and then define a local external
function on it which points to the sp.
In case you are not familiar with the powerbuilder newsgroups, you can
find those on forums.sybase.com. In your case you might want to post to
powersoft.public.powerbuilder.database.
-- Terry Dykstra Canadian Forest Oil Ltd. "RG" <roy_at_chennai.tcs.co.in> wrote in message news:8b5f1e13.0304092325.108b2b0b_at_posting.google.com...Received on Thu Apr 10 2003 - 09:54:08 CDT
> Hi,
>
> I have a procedure in a remote database. I am accessing it thru a
> database link through a synonym. It works fine from SQL*Plus in my DB.
> Howver, it gives me 20001 errorwithout any error message when I try to
> invoke in from my GUI (which is in PowerBuilder). Any ideas, why this
> peculiar problem happens? Help will be greatly appreciated.
>
> Rgds,
> RG
![]() |
![]() |