dbTalk Databases Forums  

Oracle Forms 6i

comp.databases.oracle.tools comp.databases.oracle.tools


Discuss Oracle Forms 6i in the comp.databases.oracle.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Kęcik Łukasz (gmail)
 
Posts: n/a

Default Oracle Forms 6i - 05-29-2008 , 08:33 AM






I have problem with Oracle Forms 6i, when my password is lock or time
expired during logging to system Oracle Runtime shows my module for
changing password. How manually call this module, how I can call any
time I want?

Reply With Quote
  #2  
Old   
DA Morgan
 
Posts: n/a

Default Re: Oracle Forms 6i - 05-29-2008 , 11:38 AM






Ke;cik ?ukasz (gmail) wrote:
Quote:
I have problem with Oracle Forms 6i, when my password is lock or time
expired during logging to system Oracle Runtime shows my module for
changing password. How manually call this module, how I can call any
time I want?
When Oracle expires passwords it does so predictably. Code your
application to prompt for a new password at appropriate intervals
and during the expiration grace time as set in the profile.
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damorgan@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org


Reply With Quote
  #3  
Old   
DA Morgan
 
Posts: n/a

Default Re: Oracle Forms 6i - 05-29-2008 , 11:38 AM



Ke;cik ?ukasz (gmail) wrote:
Quote:
I have problem with Oracle Forms 6i, when my password is lock or time
expired during logging to system Oracle Runtime shows my module for
changing password. How manually call this module, how I can call any
time I want?
When Oracle expires passwords it does so predictably. Code your
application to prompt for a new password at appropriate intervals
and during the expiration grace time as set in the profile.
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damorgan@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org


Reply With Quote
  #4  
Old   
DA Morgan
 
Posts: n/a

Default Re: Oracle Forms 6i - 05-29-2008 , 11:38 AM



Ke;cik ?ukasz (gmail) wrote:
Quote:
I have problem with Oracle Forms 6i, when my password is lock or time
expired during logging to system Oracle Runtime shows my module for
changing password. How manually call this module, how I can call any
time I want?
When Oracle expires passwords it does so predictably. Code your
application to prompt for a new password at appropriate intervals
and during the expiration grace time as set in the profile.
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damorgan@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org


Reply With Quote
  #5  
Old   
DA Morgan
 
Posts: n/a

Default Re: Oracle Forms 6i - 05-29-2008 , 11:38 AM



Ke;cik ?ukasz (gmail) wrote:
Quote:
I have problem with Oracle Forms 6i, when my password is lock or time
expired during logging to system Oracle Runtime shows my module for
changing password. How manually call this module, how I can call any
time I want?
When Oracle expires passwords it does so predictably. Code your
application to prompt for a new password at appropriate intervals
and during the expiration grace time as set in the profile.
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damorgan@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org


Reply With Quote
  #6  
Old   
DA Morgan
 
Posts: n/a

Default Re: Oracle Forms 6i - 05-29-2008 , 11:38 AM



Ke;cik ?ukasz (gmail) wrote:
Quote:
I have problem with Oracle Forms 6i, when my password is lock or time
expired during logging to system Oracle Runtime shows my module for
changing password. How manually call this module, how I can call any
time I want?
When Oracle expires passwords it does so predictably. Code your
application to prompt for a new password at appropriate intervals
and during the expiration grace time as set in the profile.
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damorgan@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org


Reply With Quote
  #7  
Old   
DA Morgan
 
Posts: n/a

Default Re: Oracle Forms 6i - 05-29-2008 , 11:38 AM



Ke;cik ?ukasz (gmail) wrote:
Quote:
I have problem with Oracle Forms 6i, when my password is lock or time
expired during logging to system Oracle Runtime shows my module for
changing password. How manually call this module, how I can call any
time I want?
When Oracle expires passwords it does so predictably. Code your
application to prompt for a new password at appropriate intervals
and during the expiration grace time as set in the profile.
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damorgan@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org


Reply With Quote
  #8  
Old   
DA Morgan
 
Posts: n/a

Default Re: Oracle Forms 6i - 05-29-2008 , 11:38 AM



Ke;cik ?ukasz (gmail) wrote:
Quote:
I have problem with Oracle Forms 6i, when my password is lock or time
expired during logging to system Oracle Runtime shows my module for
changing password. How manually call this module, how I can call any
time I want?
When Oracle expires passwords it does so predictably. Code your
application to prompt for a new password at appropriate intervals
and during the expiration grace time as set in the profile.
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damorgan@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org


Reply With Quote
  #9  
Old   
Frank van Bortel
 
Posts: n/a

Default Re: Oracle Forms 6i - 05-30-2008 , 01:51 PM



DA Morgan wrote:
Quote:
Ke;cik ?ukasz (gmail) wrote:
I have problem with Oracle Forms 6i, when my password is lock or time
expired during logging to system Oracle Runtime shows my module for
changing password. How manually call this module, how I can call any
time I want?

When Oracle expires passwords it does so predictably. Code your
application to prompt for a new password at appropriate intervals
and during the expiration grace time as set in the profile.
I do not think that was the question, nor does this answer it.

it's a nice module, and when someone does not *want* to wait
until the db signals it's time for a password change, it
saves programming time.

But I do not know how, either; guess a kludge would be to
alter the user, and set the password to expired. That would
instantly call the change password module.

--

Regards,
Frank van Bortel


Reply With Quote
  #10  
Old   
Frank van Bortel
 
Posts: n/a

Default Re: Oracle Forms 6i - 05-30-2008 , 01:51 PM



DA Morgan wrote:
Quote:
Ke;cik ?ukasz (gmail) wrote:
I have problem with Oracle Forms 6i, when my password is lock or time
expired during logging to system Oracle Runtime shows my module for
changing password. How manually call this module, how I can call any
time I want?

When Oracle expires passwords it does so predictably. Code your
application to prompt for a new password at appropriate intervals
and during the expiration grace time as set in the profile.
I do not think that was the question, nor does this answer it.

it's a nice module, and when someone does not *want* to wait
until the db signals it's time for a password change, it
saves programming time.

But I do not know how, either; guess a kludge would be to
alter the user, and set the password to expired. That would
instantly call the change password module.

--

Regards,
Frank van Bortel


Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.