Oracle Application Express (MOSC)

MOSC Banner

Error processing edit LDAP user function

edited Nov 14, 2011 6:55PM in Oracle Application Express (MOSC) 10 comments
Hello,
after migration of APEX from 3.2.0.00.27 to 4.1.0.00.32 we suffer of Authentication Problem when trying to login to our APEX Application.

The error message is "Error Error processing edit LDAP user function.
ORA-06503: PL/SQL:Function returned without value".

The Application ist using the following process:

wwv_flow_custom_auth_std.login(
    P_UNAME       => :P101_USERNAME,
    P_PASSWORD    => :P101_PASSWORD,
    P_SESSION_ID  => v('APP_SESSION'),
    P_FLOW_PAGE   => :APP_ID||':1'
    );
The current Authenticaton Scheme is from type LDAP Directory and is using the following "LDAP Username Edit Function":

 return <schema_name>.<function_name>(p_username=>:USERNAME); "

The code of this function follows now:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center