arunagw
arunagw

Reputation: 1193

Error when using ruby-oci with Rails

OCIError: ORA-12516: TNS:listener could not find available handler with matching protocol stack oci8.c:267:in oci8lib.bundle

Upvotes: 1

Views: 384

Answers (1)

Kevin Burton
Kevin Burton

Reputation: 11936

Take a look at this, the suggestion is to increase your processes & sessions http://justbarebones.blogspot.com/2008/11/ora-12516-tnslistener-could-not-find.html may solve your problem ?

Upvotes: 1

Related Questions