Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interprets OCISuccessWithInfo as error. #9

Closed
plukevdh opened this issue Oct 11, 2010 · 2 comments
Closed

Interprets OCISuccessWithInfo as error. #9

plukevdh opened this issue Oct 11, 2010 · 2 comments

Comments

@plukevdh
Copy link

Not sure if this is a fault of the OCI8 gem or the plsql gem, but when I attempt to connect when my password is about to expire, and get OCISuccessWithInfo (with the message stating my password is about expire), it is interpreted as an exception. This should still be a valid connection and allow for some way to retrieve that message.

@rsim
Copy link
Owner

rsim commented Oct 11, 2010

Created post in ruby-oci8 help discussion forum http://rubyforge.org/forum/forum.php?thread_id=48776&forum_id=1078

I think that it would be better to change ruby-oci8 so that it would not raise exception on successful connection (even if password will expire soon).

@plukevdh
Copy link
Author

Kinda what I figured. Just figured you'd know where this was quicker. Closing the issue as an OCI8 issue.

Thanks

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants