If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > Check number of times of Login failure

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-22-03, 07:33
pcisec pcisec is offline
Registered User
 
Join Date: Jul 2002
Posts: 6
Check number of times of Login failure

Hi, I want to count the times of login failure in Oracle Forms. Normally, when the LOGON(username, password) method fail to login, it will prompt the logon screen and ask the user to login again, I don't want the logon screen pop up after the user login fail but count the number of times he login fail, what should I do to make it?
Reply With Quote
  #2 (permalink)  
Old 01-22-03, 07:54
andrewst andrewst is offline
Moderator.
 
Join Date: Sep 2002
Location: UK
Posts: 5,171
Re: Check number of times of Login failure

I can't remember all the details, but we did that on a Forms project a few years ago. As best I recall we overrode the ON-LOGON trigger so that the normal logon screen is not displayed. Instead, we displayed our own login form which had our own logic (e.g. forced password changes), and which then logged the user in by calling the LOGON built in.

Note that the LOGON built-in has an optional 3rd parameter: logon_screen_on_error. Set this to FALSE and it won't display the normal logon screen again after an error.
__________________
Tony Andrews
http://tinyurl.com/tonyandrews
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On