Displaying 20 results from an estimated 100 matches similar to: "ORA-00600: [3020], async enabled"
2016 Mar 18
0
Fwd: [Issue]: Regarding client socket getting closed from the server once the lxc container is started
Hi Folks,
Using libvirt python bindings we are creating an lxc container.Here is the
problem that we see sometimes (say 20 % of the time) when we create a new
container.
1.container gets created, and also starts.However the we are not able to
enter the namepace of the container.It throws an error initPid not
available.We see that the using netstat command , socket connection is
closed.
2.To
2004 Nov 24
4
ORA-01207 after SAN maintenance
We had a situation over the weekend with our production database that we can't figure out, hoping someone can shed some light.
Specifics:
Oracle 9.2.0.4
OS is Redhat AS2.1
ocfs-2.4.9-e-summit-1.0.12-1
ocfs-tools-1.0.10-1
ocfs-support-1.0.10-1
ocfs-2.4.9-e-enterprise-1.0.12-1
All database, redo, undo, and control files are on ocfs, archived logs are on ext3.
We shut down the database for san
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",
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
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
2013 May 23
1
ORA-30678: too many open connections
Hello Ruby 
please i need your help 
when i run api i get this error . 
 
*ORA-30678: too many open connections*
** 
* *
*ORA-06512: at "SYS.UTL_TCP", line 28*
* *
*ORA-06512: at "SYS.UTL_TCP", line 257*
* *
*ORA-06512: at "SYS.UTL_SMTP", line 116*
* *
*ORA-06512: at "SYS.UTL_SMTP", line 139*
* *
*ORA-06512: at "APPS.SEND_MAIL", line 12*
* *
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
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,
2010 Dec 15
3
ORA-12514: TNS:listener d oes not currently know of service requested in connect descriptor (OCIEr
Hi I am a new to ROR and learning this framework from various tutorials.
I have my new application and had the rails generate scaffold get going
but after this when I first ran the rake db:migrate I got this ERROR!
ORA-12514:
TNS:listener d
oes not currently know of service requested in connect descriptor
(OCIError)
I''m using database which is on a server and have used the tnsnames.ora
2009 May 31
1
ZFS rollback, ORA-00322: log 1 of thread 1 is not current copy (???)
Hi.
Using ZFS-FUSE.
$SUBJECT happened 3 out of 5 times while testing, just wanna know if
someone has seen such scenario before.
Steps:
------------------------------------------------------------
root at localhost:/# uname -a
Linux localhost 2.6.24-24-generic #1 SMP Wed Apr 15 15:54:25 UTC 2009
i686 GNU/Linux
root at localhost:/# zpool upgrade -v
This system is currently running ZFS pool
2007 Mar 21
2
ORA-03106: fatal two-task communication protocol error
Has anyone encountered this error or know how to correct it?
I couldn''t find any Rails-specific info about this on google.
Here are the circumstances:
/usr/local/bin/ruby --version
  ruby 1.8.4 (2005-12-24) [i686-linux]
/usr/local/bin/rails --version
  Rails 1.1.6
## Create mcd app
rails mcd -d oracle
cd mcd
## Create oracle tablespace & user
sqlplus ''/ as
2005 Aug 23
0
[Bug 3020] Mac OS X/Darwin incorrectly shows read sockets ready when they aren't
https://bugzilla.samba.org/show_bug.cgi?id=3020
wayned@samba.org changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX
------- Additional Comments From wayned@samba.org  2005-08-23 10:43
2004 Dec 14
0
Bug 3020 needs supporters :-)
For any of you that are running CVS (recent enough to have the wildcard 
config file include change), I have posted another enhancement that 
makes it even more useful :-)
Bug 3020 adds the ability for the same context to appear multiple times, 
in multiple files, and have them "add together". This allows you to have 
a master context defined in extensions.conf, that is then filled in
2006 May 23
1
Quintum Tenor DX 3020 problem to register on Asterisk
Hi,
 I'm having problems to register Quintum Tenor DX 3020 on a Asterisk box with 
SIP. Asterisk always returns "Username/Password mismatch".
 I've tried all configurations that was on the Quintum's manual, but no 
success.
 I've tested the same username and password with a Linksys (PAP2-NA) with the 
same asterisk box, and it worked fine. Where is the problem ?
2005 Aug 20
0
[Bug 3020] New: Mac OS X/Darwin incorrectly shows read sockets ready when they aren't
https://bugzilla.samba.org/show_bug.cgi?id=3020
           Summary: Mac OS X/Darwin incorrectly shows read sockets ready
                    when they aren't
           Product: rsync
           Version: 2.6.5
          Platform: PPC
        OS/Version: Mac OS X
            Status: NEW
          Severity: critical
          Priority: P3
         Component: core
        AssignedTo: