OCILogon and OCI_SUCCESS_WITH_INFO
408103Oct 6 2004 — edited Oct 12 2004Hi
I am using OCILogon to connect to the database. When the password expires and I have a grace period, i get the error OCI_SUCCESS_WITH_INFO.
But OCILogon also returns an invalid handle when i get this error. Actually I should get a correct handle when i get OCI_SUCCESS_WITH_INFO. Should'nt OCI_SUCCESS_WITH_INFO be treated like OCI_SUCCESS?
Thanks in advance