Displaying 20 results from an estimated 30000 matches similar to: "#6928 Get a new oracle connection on every request"
2007 Jan 11
12
Rails not properly handling Oracle db connections/sesions in dev mode
We are running edge rails with oracle. After a few hundred requests
all available sesions are used up. It seems prior connections are
being left open. When this happens no one using the installation of
Oracle can create a new session until you kill your mongrel/webrick
server.
Patch #6928 addresses this problem, and i applied it to my vendor rails
and it worked.
I think, if possible, this
2010 Sep 28
0
Jeff Bonwick leaves Sun/Oracle
http://blogs.sun.com/bonwick/en_US/entry/and_now_page_2
Monday Sep 27, 2010
And now, page 2
To my team:
After 20 incredible years at Sun/Oracle, I have decided to try something new.
This was a very hard decision, and not one made lightly. I have always enjoyed my work, and still do -- everything from MTS-2 to Sun Fellow to Oracle VP. I love the people I work with and the technology
2004 Dec 20
0
Every day software for different low prices
Well well!
Ever heard of this site selling soft ? well i found there all
own i needed and even more and already use it -
it taked me couple of minutes to get it and indstall ..
The future is made of the same stuff as the present.
http://www.geocities.com/irene_potts_50/
Why order soft in boxes packages and so on ..more..it's time and money ...
just download it - it;s simple like 123
A
2005 Mar 04
0
OW #10.08 - Offers too good to be true
--==>> OFFICE WATCH <<==--
The Microsoft Office newsletter from Woody's Watch.
Your independent source for MS Office advice and news since 1996
4 March 2005 Vol 10 No 8
New! "The Desktop Search Handbook" - http://shop.woodyswatch.com/dsh/
Advertise in Woody's Watch - great rates, great reach, no hard sell. Ask Jan ow.ads@woodyswatch.com
1.
2016 Jun 17
1
Error: Could not find or load main class with OpenJDK and Oracle Java
Hello fellow Linux users,
on CentOS 7.2 I have successfully downloaded and installed Oracle Java [1]
with:
# rpm -Uvh jdk-8u91-linux-x64.rpm
Also there is already OpenJDK installed:
# rpm -qa | grep -i jdk
java-1.8.0-openjdk-headless-1.8.0.91-0.b14.el7_2.x86_64
java-1.8.0-openjdk-1.8.0.91-0.b14.el7_2.x86_64
jdk1.8.0_91-1.8.0_91-fcs.x86_64
I can switch between the 2 using
2010 Jun 08
1
session_options[:secure] resets session_id on every request
I''m working on an ecommerce site (in Rails 2.3) and I added:
ActionController::Base.session_options[:secure] = true
to ~/config/environments/production.rb
Now, every time I add something to my shopping cart and navigate away I
get a new session_id (which essentially empties my shopping cart).
How can I get the continuity of my sessions back, while still having the
session_id get set
2011 Aug 09
1
lavaan: how to analyse residuals of a latent variable
Hi r-help,
I use lavaan:sem() for structural equation modelling with latent
variables. Below is a reproducible example (the code requires a
working installation of lavaan) where the latent variable criminality
is in focus. Besides criminality in general, I am specifically
interested one of the manifest variables that make up the latent
variable criminality, namely fire.setting.
My question is:
2006 Feb 21
2
Production ecommerce sites?
Hi All
First post and its a question of Rails abilities. I was wondering if their
are any examples of a Rails application driving an ecommerce shop site.
Selling a catalogue of products? We''re looking at starting our first major
Rails project at work and wanted to gather some examples to sell to the MD
as PHP is becoming a drag and there''s so much more possibility in Rails.
2006 Apr 19
9
Does RoR + Oracle use bind variables?
Does ROR + Oracle use bind variables?
Using :conditions in a find statement gives the appearance that bind
variables might be used :
header = "test header"
Posts.find(:all,:conditions=>["header = ?",header])
i.e. Does AR just pass the whole string to oracle or the SQL and the
parameters?
I''m in an oracle shop and my boss wants to know, i''d be very
2007 Aug 13
1
Oracle support for rake db:reset
I recently submitted ticket #9240 (1) adding Oracle support for the
rake db:reset task. I don''t consider myself an Oracle expert by any
means, and would appreciate if someone familiar with the database can
take a look and verify that I''m going in the right direction.
Thanks.
1. http://dev.rubyonrails.org/ticket/9240
--
Josh Knowles
joshknowles@gmail.com
2006 Dec 29
0
Rails AR/Oracle Unit Test: [5808] passed (fixed)
"minam" made AR/Oracle happy again, thank you!
http://dev.rubyonrails.org/changeset/5808
------------------------------------------------------------------------
r5808 | minam | 2006-12-29 11:05:53 -0800 (Fri, 29 Dec 2006) | 2 lines
try to appease the angry Oracle
------------------------------------------------------------------------
U activerecord/test/base_test.rb
U
2006 Dec 20
1
Problem with Oracle function-based indexes in Rails
Hello,
We''re using Rails on an Oracle database. If we define an index like the
following, we end up with problems during the "db:schema:dump" rake target.
add_index "emcolumn", ["upper(name)"], :name => "ind_emcolumn_uname"
The created schema.rb file contains:
add_index "emcolumn", ["sys_nc00013$"], :name =>
2009 Oct 08
2
Linux CD Stores
HI All,
It seems that the days of ordering burned CD's of distros has faded.
People just have fast internet now. I recall a number of times that I
ordered Slackware CD's or others because it was just easier than
downloading and burning myself. I am actually planning on ordering
CentOS 5.4 media when available to support the project.
Does anyone think these store make any money?
2005 Sep 29
1
Dealt with IAreaNet before?
I want to see if any of my fellow Asterisk-Users list members have dealt
with these guys. I'm a admin for a VOIP provider, and have encountered a few
PBX customers that want consulting/support for the IAreaNet provided
Asterisk pbxs. These guys are selling AAH servers to the public, and are (at
least the techs that I talked to trying to get our service working) not
knowledgeable at all.
2006 Apr 26
4
Re: Rails AR/Oracle Unit Test: [4280] failed
The revised patch submitted on #4748 broke the build, I''m looking to
sort out why.
Also note that this auto-test email didn''t make it to rails-core because
it was too big (every test failed, so the resulting email was huge).
I''ll patch my auto-testing script to truncate the email to no larger
than a few kb.
Michael Schoen wrote:
> "marcel" made
2006 Jul 07
1
Rails AR/Oracle Unit Test: [4578] failed (but getting better)
"bitsweat" has given AR/Oracle some love, but it''s still unhappy...
http://dev.rubyonrails.org/changeset/4578
------------------------------------------------------------------------
r4578 | bitsweat | 2006-07-07 10:34:45 -0700 (Fri, 07 Jul 2006) | 1 line
find_one uses find_every.first instead of find_initial since its primary key constraint obviates find_initial''s
2005 Mar 03
0
Request to update slapd.conf and OpenLDAP info forSamba-Guide/happy.html
John H. Terpstra wtote:
>
> Unfortunately, the complexity barriers of Samba plus LDAP is
> proving a lot more than some sites are willing to endure.
>
And yet the integration of Samba & LDAP is so powerful, so attractive,
that many of us cannot resist battering ourselves senseless against it
like moths at a bulb. :7)
>
> For those of us who have found the right solution
2002 Jul 02
0
Newsletter & Rigatoni Salad Recipe
2006 Oct 13
5
RoR + oracle + bind vars
Hi,
I have a question about bundle: RoR + oracle + bind variables.
Heaving read forums/blogs/etc I found out RoR does not use bind vars
for oracle particularly (and for all adapters in general).
Then I found Michael''s patch
(http://dev.rubyonrails.org/attachment/ticket/5199/oracle_bind.patch)
but it was not added to the following RoR versions (since the end of
May). As I suppose it was
2010 Jan 01
0
trying to buy an Intel MLC SSD
The 80Gb Intel MLC SSDs have been hard to find in-stock and prices
keep varying .... The original list price on the x25m 80Gb MLC drive
was $230 - and it was *supposed* to be available for less than that.
Demand has been high and a lot of on-line sellers have taken advantage
of the demand to keep prices high. In particular, newegg.com, who
usually have very keen pricing, has been selling the