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

Home -> Community -> Usenet -> c.d.o.server -> Re: Embedded PL/SQL Gateway and custom authentication

Re: Embedded PL/SQL Gateway and custom authentication

From: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Tue, 13 Feb 2007 19:48:07 +0100
Message-ID: <eqt13p$p9c$1@news3.zwoll1.ov.home.nl>


yossarian schreef:
> Niall Litchfield wrote:
>

>> Not tested but I believe that you have to set a dummy value for the
>> protection realm in your authorize function as well using
>> owa_sec.set_protection_realm('myRealm') or similar.

>
> I tried that, nothing changed. It seems this feature is unsupported with
> EPG, but (strangely) there's no doco about that! :(
>
> Thank you. Kind regards, Y.
>

http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_epg.htm#BEJJCHBI

Did you try to authorize the DAD to execute the procedures? DBMS_EPG.AUTHORIZE_DAD (
   dad_name IN VARCHAR2,
   path IN VARCHAR2 DEFAULT NULL);

-- 
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
Received on Tue Feb 13 2007 - 12:48:07 CST

Original text of this message

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