"DA Morgan" <damorgan@[EMAIL PROTECTED]
> schreef in bericht
news:1212253513.985010@[EMAIL PROTECTED]
> Shakespeare wrote:
>> "DA Morgan" <damorgan@[EMAIL PROTECTED]
> schreef in bericht
>> news:1212183413.949380@[EMAIL PROTECTED]
>>> Frank van Bortel wrote:
>>>> DA Morgan wrote:
>>>>> 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.
>>> It would take what, 5-10 minutes, to write a simple stored procedure
>>> containing NDS that would allow someone to pass in a parameter and
>>> change their password. I don't see the hurdle.
>>> --
>>> Daniel A. Morgan
>>> Oracle Ace Director & Instructor
>>> University of Wa****ngton
>>> damorgan@[EMAIL PROTECTED]
(replace x with u to respond)
>>> Puget Sound Oracle Users Group
>>> www.psoug.org
>>
>> Yep, there's only one problem: after changing your password from Oracle
>> Forms, you'll have to log in again.
>> I think Headstart had a 'change password' module.
>>
>> Shakespeare
>
> If you are already logged in, and change your password, nothing forces
> you to disconnect and reconnect. It would become active with a
> subsequent login.
> --
> Daniel A. Morgan
> Oracle Ace Director & Instructor
> University of Wa****ngton
> damorgan@[EMAIL PROTECTED]
(replace x with u to respond)
> Puget Sound Oracle Users Group
> www.psoug.org
Or with the next call_form (with new_session specified). I have seen
behaviour like this in many forms applications.
Shakespeare


|