You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussions about ActiveRecord Oracle enhanced adapter (activerecord-oracle_enhanced-adapter gem).
|
|
|
Create views with Rails
|
| |
Friends, Is possible create a view using migrations as well as create tables? Thanks Andre Lima
|
|
Stuck connections after period of idle
|
| |
Hi all Thank you for your attention. We got a bit stuck with stuck connections with after some idle period and would appreciate any help or things to try. We're using v1.4.1 of activerecord-oracle_enhanced-a dapter with ojdbc6.jar in a Sinatra app on jruby 1.7.2. My controller calls a helper class method... more »
|
|
Database went away - can't re-establish the connection (JRuby/Tomcat)
|
| |
Hi, We have an application that couldn't re-establish connection to the database after it went down (ORA-00942: table or view does not exist). Other apps accessing the same DB didn't experience the issue - however - this application has attempted a query DURING the DB downtime. I'm not sure where to start digging. Any pointers would be appreciated.... more »
|
|
Anyone attending RailsConf?
|
| |
I wanted to let you know that I will be attending RailsConf next week and as I understand Yasuo Honda (@yahonda) will be there as well. Will there be anyone else from this group? If yes, then you can catch me if you have any questions. But actually currently majority of work on Oracle enhanced adapter is done by Yasuo so... more »
|
|
Rails 4, Ruby 2
|
| |
Ruby's just turned 2 and Rails 4 is teething. How does the Oracle adapter feel about either or both?
|
|
Oracle enhanced adapter version 1.4.2.rc2 is released
|
| |
Bug fixes: - Do not consider the numeric attribute as changed if the old value is zero and the new value is not a string [#247] - Removed table_name_prefix and table_name_suffix when schema dumper executed [#248] - Remove_column should raise an ArgumentError when no columns are passed... more »
|
|
Setting prefetch_row per query
|
| |
In my Rails app, I have a need to query a large dataset where it would be ideal to increase the prefetch_rows default for this statement only. How can this be done using OracleEnhancedAdapter? I'm currently doing this: conn = ActiveRecord::Base.connection cursor = conn.execute(sql) cursor.prefetch_rows = 1000... more »
|
|
enhanced_adpater cannot find trigger in different schema
|
| |
I am configuring rails to interface to a legacy database in which I have an different account to access the tables from. The oracle_enhanced_adapter is not finding the existing trigger method for inserting the primary key. For example, if the schema is named DOG and the table is named CAT, the following query does not find the trigger.... more »
|
|
|