Search This Blog

Sunday, July 24, 2011

Oracle Login Failed Message

In oracle application r12 LOGIN PAGE
when we enter wrong password then we get below message.

Error
Login failed. Please verify your login information or contact the system administrator.

And suppose if we set ""Signon Password Failure Limit "" = 2 , mean after two failed attempt account get locks. but the difficulty with the message.
In the First attempt with wrong password we get above mentioned error msg.
In the Second attempt with wrong password same msg as above
But in the 3rd attempt it should show and say "Account Locked" Or something like.

but that functionality at the moment is not available in the oracle application.

even though we can edit the current display message with the following SQL statement.
SQL> select *
from fnd_new_messages
where message_name = 'FND_APPL_LOGIN_FAILED';

Related Info:
How To Add An Informational Tip Icon Next To An Item On A Framework Page? [ID 973389.1]

No comments: