Exception on changing password

Nastya

Member
Hi, All!
I've got problem while changing user password. The Oracle procedure works OK and and the password really changes, but when I want to quit the programm the TOracleEvent object raises an exception "invalid user name or password". Also it raises an exception if the Stop() method is called.
The ordinary session (TOracleSession) hasn't such problems.
Could you help me ?
Thank you.
 
The TOracleEvent will use a secondary session when Stop is called. This procedure does indeed not handle password changes. We'll fix this.

To work around the problem, set TOracleEvent.InternalSession.LogonPassword to the new password after a change.

------------------
Marco Kalter
Allround Automations
 
It works.
Thank you
smile.gif
 
Back
Top