Hi all,
Ruby 1.6.7
DBI .18
Oracle .2.11
Very nitpicky bug…
We’ve had a slight problem with our db. This is the error message
returned by sqlplus:
ORA-00020: maximum number of processes (30) exceeded
But, when I rescue this error via Ruby, I get this:
ORA-00020: maximum number of processes () exceeded
What happened to the 30?
Just curious.
Regards,
Dan