Trapping Oracle logon error messages

cradlecog

New Member
Hi,
I am using Progress 91D as my front end and Oracle 9i as the backend.I need to login into the progress application through the Oracle user.
I have created a password policy in Oracle for the user which has the parameter for password expiry set. I do get the error mesaage for password expiry (ORA-28001) from oracle while logging from SQLPlus or Toad.
But when i try to connect the Oracle database from Progress through the CONNECT statement , i always get the generic message 'Oracle error -1012 .Please refer to Oracle error mesasges and manual'
Is there any way of trapping the error ORA-28001 in Progress .
Protocol for connection to oracle is TCP .
thanks in advance....
 
Top