I am using activerecord with oracle enhaced adapter and oci8. I am having some trouble with the ORA-03113 error. I believe that using OCI8 AutoRecover could solve my problem, though, I cannot find anywere how to tell activerecord to use this functionality? Is there an option in the database.yml file? Is there any piece of code that I must run in order to activate it?
Technologies: Oracle 10g ActiveRecord 3.2.14 ruby 1.9.3
This is a non-Rails project.