Displaying 20 results from an estimated 100 matches similar to: "ORA-30678: too many open connections"
2008 Jun 26
2
send mail problem on ORACLE/LInux
we have ORACLE 10.2.0.4 with CENTOS 4.4 on DELL server.? Recently we are test "UTL_SMTP" on ORACLE PL?SQL program and tried to send MAIL to customers.
?
The problem is this send MAIL program always one time work and second time not work (loop).? I don't think problem come from ORACLE bug or any ORACLE relate problem.? If I copy database and put on anyother server, it work correctly.
2013 Mar 07
3
Pattern for Associating Module versions with Nodes
Hello All,
I''m wondering what is the canonical way of associating "specific"
versions of a module to a node? Is there a way of doing this in puppet?
Let me explain a "Use Case" of what I''m trying to accomplish:
Say we have created a puppet model called apache to manage and configure
apache webserver.
We have the apache module under version control and
2013 Oct 16
2
Ruby on Rails 3.2.15 has been released!
Hi everyone,
I am happy to announce that Rails 3.2.15 has been released. This is a bug fix
release and includes 56 commits.
This release also contains one security fix that you can read about [here](https://groups.google.com/forum/#!topic/ruby-security-ann/yvlR1Vx44c8). Users are encouraged to upgrade as soon as possible.
## CHANGES since 3.2.14
To view the changes for each gem, please read
2013 Oct 16
2
Ruby on Rails 3.2.15 has been released!
Hi everyone,
I am happy to announce that Rails 3.2.15 has been released. This is a bug fix
release and includes 56 commits.
This release also contains one security fix that you can read about [here](https://groups.google.com/forum/#!topic/ruby-security-ann/yvlR1Vx44c8). Users are encouraged to upgrade as soon as possible.
## CHANGES since 3.2.14
To view the changes for each gem, please read
2008 Oct 25
7
Routing of result not clear in ActionMailer
Dear all,
I am trying to understand the following behaviour of the ActionMailer
in Rails 2.
I have an emailer_controller.rb
class EmailerController < ApplicationController
def send_mail
Emailer::deliver_contact_email(params[:email])
end
end
I have a model emailer.rb
class Emailer < ActionMailer::Base
def contact_email(email_params, sent_at = Time.now)
@recipients =
2008 Jul 24
2
ORA-19870 and ORA-19502 During RMAN restore to OCFS2 filesystem
Hi,
When attempting to restore to LINUX RHEL5 - OCFS2 filesystem received the
following error during RMAN restore for nearly all of the datafiles
attempted to restore with exception of a couple of smaller datafiles which
were smaller < 2GB.
ORA-19870: error reading backup piece /db/dumps/TR1_1/rmanbackup/TR1_88_1
ORA-19502: write error on file "/db/devices/db1/PR2/pr2_1/pr2.data1",
2007 Oct 31
4
How you want BackgrounDrb to behave
Hi,
Ok, As i promised.. I am working on new version of BackgrounDRB, which
is getting close and will be out soon. I need some feedback from you
guys. So, please reply back.
The code has changed significantly and its no longer using DRB. But I
will keep the name BackgroundRb. Ok, in new API, a worker looks like
this:
require "net/smtp"
require "guid"
class NewsletterWorker
2009 Oct 20
1
OCIError (ORA-01017: invalid username/password; login denied
We''re trying to deploy our system on a separate server and have run into
nothing but trouble; specifically I get the error mentioned in the
subject. The username/password combo is correct (I verified it via
SQL+). Manually running script/server works fine in production or
development mode. Heck, running script/console also works fine. It''s
just that when it automatically
2005 Apr 15
0
Oracle error "Ora-01012: not logged on" on BDE under wine
Hello, folks.
I am having a problem to connect the Oracle using an alias in BDE under WINE. I did
install the Oracle Client and the BDE under WINE and both working perfectly.
However, when I create an Oracle alias in BDE, I cannot to test the connection,
obtaining this error:
"ORA-01012: not logged on"
Any suggestion ???
Thanks, Robson Sampaio.
2009 Jan 19
0
troubleshooting ORA-3113 with dtrace
Anyone have experience using dtrace to analyze ORA-3113 errors? Sorry for the vagueness of this question, just figured i would see if there were any hits on this initial post.
thanks
--
This message posted from opensolaris.org
2005 Apr 17
0
ORA-00600: [3020], async enabled
We are running 2-node RAC on RedHat Linux-86 (32-bit)
the following was done on (4/10/2005)
1. upgrade OS to update 4 (kernel-smp-2.4.21-27.0.2.EL)
2. upgrade OCFS 1.0.12 to ocfs-2.4.21-EL-smp-1.0.14-1
3. upgrade from 9.2.0.5 to 9.2.0.6 (IN 2-Node RAC)
4. change defualt temporary tablespace to regular one (Rac bug fix)
5. Enable aysnc mode by applying patch 3208258_9206
** Patch 4153303 applied on
2003 Sep 15
1
ORACM upgrade question - ORA-29702
Hi:
I'm not sure if this is the right place to post. I've just joined some of
these lists following OOW 2003.
I had a cluster db working sporadically, but now it won't start after
upgrading my oracm from 9.2.0.1.0.31 to 9.2.0.2.0.41 on both nodes.
node1
RH 7.3
kernel 2.4.20-rc2-orafw
oracm 9.2.0.2.0.41
oracle 9.2.0.2.0
OCFS-1.0-up
node2
RH 8.0
kernel 2.4.20-rc2-orafw
oracm
2009 Nov 26
9
ActionView::TemplateError (can't convert ActiveRecord::Error into String)
I cannot work out why this error is appearing.
ActionView::TemplateError (can''t convert ActiveRecord::Error into
String) on line #3 of app/views/button/_show_enquiry.html.erb:
1: <h1>Send us a message</h1>
2: <% remote_form_for :enquiry, :url => {:action => ''send_mail''} do |
f| %>
3: <%= error_messages_for ''enquiry'',
2006 Jul 04
3
OCIError: ORA-00918: column ambiguously defined
Hi all,
when I execute the command "rake db:schema:dump" i get this error in the
db/schema.rb file.
____________________________________________________
# Could not dump table "region" because of following
ActiveRecord::StatementInvalid
# OCIError: ORA-00918: column ambiguously defined:
SELECT lower(i.index_name) as index_name, i.uniqueness, lowe
r(c.column_name) as
2006 Apr 13
4
ORA-12663 and @connection.describe with Oracle7
I am trying to use Rails and an Oracle 7 database.
I have the following error message:
(eval):3:in `__send__'': ORA-12663: Services required by client not
available on the server (OCIError) from (eval):3:in `describe''
and the line oracle_adapter,rb:361:
(owner, table_name) = @connection.describe(table_name)
Do I need this describe line?
Can I replace with something else just
2006 Nov 04
0
Problems with ActiveRecord, Oracle adapter, find_by_sql, multi-table join - ORA-04043 error
Hi all,
Windows XP
Oracle 10g client
OCI8 0.1.16
Ruby 1.8.5
Rails 1.1.6
I''m hitting weird behavior with the Oracle adapter and a find_by_sql
call on a multi-table join.
The SQL looks like this:
SELECT DISTINCT e1.ip_address, loc.street, loc.city, loc.state
FROM schema.net_element ne, schema.equipment e1, schema.equipment e2,
schema.building b, schema.cust_loc cl, schema.location
2006 Apr 21
1
Question on Active Mailer
Hi
I want to create send emails to users as soon as a product is created;
So I created scaffold for Product and before as soon as I do the save I
call my send_email method in another controller; Now I want to pass on
the Product record we created. I tried sending the product as @product,
:product,etc. (tried all) and none work; my idea is to get the product
record and put it in the email
2010 Jan 30
2
Using auto.key with two variable plots
Rhelpers:
Having a problem solving this. I have an xyplot call that looks
like this:
print(xyplot(temp_species_EAM_Pred_Pop$x+temp_species_NULL_Pred_Pop$x~temp_species_EAM_Pred_Pop$Action,main=current_species,
xlab="Action",ylab="Predicted Pop",
xlim=c(xmin,xmax),ylim=c(ymin,ymax),
2009 Feb 09
0
ROracle - ORA-02005: implicit (-1) length not valid for this bind or define datatype
Hi all!!
I would like to know if anyone has experienced this behaviour with
ROracle package. I'm attaching information to reproduce the issue.
Bug maybe?
Thank you very much for your attention.
Ramon.
##################################################################
##################################################################
oraExecStatement BUG : RS-DBI driver: (ORA-02005:
2010 Apr 27
3
"ORA-12154: TNS:..." error after successful oracle connection
Hi,
After a few days of struggling, I was able to run this command
successfully.
ruby -r oci8 -e "OCI8.new(''xxx_dba'', ''xxx'', ''//xxxx:1521/
xxxxx.xxx.org'').exec(''SELECT 1 from dual'') {|r| puts r.join}"
I got "1.0" as output and I got my prompt back.
So, I went back to the RoR app that I am working on,