Displaying 20 results from an estimated 10000 matches similar to: "Oracle connect limit exceeded by with WEBrick"
2008 Jul 29
1
restore
Am trying to do restore of control file on Linux Machine 64Bit CenTOS5.2, i
get the following
RMAN> restore controlfile;
Starting restore at 29-07-2008
using channel ORA_DISK_1
channel ORA_DISK_1: starting datafile backupset restore
channel ORA_DISK_1: restoring control file
channel ORA_DISK_1: reading from backup piece
/u01/oracle/product/10.2.0/db/dbs/c-2142365377-20080729-01
ORA-19870:
2005 Feb 11
3
OCFS file system used as archived redo destination is corrupted
we started using an ocfs file system about 4 months ago as the shared archived redo destination for the 4-node rac instances (HP dl380, msa1000, RH AS 2.1) . last night we are seeing some weird behavior, and my guess is the inode directory in the file system is getting corrupted. I've always had a bad feeling about OCFS not being very robust at handling constant file creation and deletion
2005 Feb 17
2
Oracle Apps on Linux
Hi folks,
I seem to remember someone asking how to install Oracle Apps on Linux so
here goes a quick and dirty how-to:-
0 - You will need access to Metalink (Oracle's support site) for
downloading patches and read documentation on line.
1 - Size up your Linux box to at least 1Gb memory and 200Gb of disk space.
I'm assuming you have a Pentium 4 at around 3GHz.
2 - Download and
2011 May 10
1
iax2 Max retries exceeded to host
We have IAX2 peer between two asterisk and I am getting following error following IAX2 WARNING. IAX calling is functional
[May 10 15:23:34] WARNING[2056]: chan_iax2.c:3487 __attempt_transmit: Max retries exceeded to host 172.24.146.51 on IAX2/orasebcam-612 (type = 6, subclass = 11, ts=3030332, seqno=211)
[May 10 15:23:44] WARNING[2047]: chan_iax2.c:3487 __attempt_transmit: Max retries exceeded
2009 May 21
1
[OT] Oracle->MySQL ODBC via SSL using: stock MySQL, mysql-connect or-odbc-3.51.27-0, Oracle XE
I know this is very off topic, but getting MySQL and unix ODBC to play nice
via SSL on Centos has been a battle.
I finally have it working via isql but when I connect via Oracle I get an
error.
If I use the mysql odbc connector directly:
ORA-28500: connection from ORACLE to a non-Oracle system returned this
message:
[Generic Connectivity Using ODBC][MySQL][ODBC 3.51 Driver]SSL connection
error
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.
2012 Dec 19
0
Oracle listner with port forwarding issue
> bundle exec rails s
=> Booting WEBrick
=> Rails 3.1.5 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
Warning: NLS_LANG is not set. fallback to US-ASCII.
[2012-12-19 12:17:10] INFO WEBrick 1.3.1
[2012-12-19 12:17:10] INFO ruby 1.9.3 (2012-10-12) [x86_64-linux]
[2012-12-19 12:17:10] INFO WEBrick::HTTPServer#start:
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
2011 Dec 14
0
Reading Oracle SQL Developer BLOB/CLOB files into R (Packages: DBI, foreign, RODBC, ROracle)
Hi everyone,
I have been following these forums closely for the last few months but this
is my first time posting. Basically I am trying to get an Oracle SQL
Developer Binary Large Object(BLOB/CLOB) file in as an R object in R. For
those not familiar with a BLOB/CLOB file, it is basically lik a table that
has cells that contain tables or files. By converting the large table into a
BLOB/CLOB file
2007 Nov 15
0
Problems connecting to remote Oracle DB on windows using active record
I am trying to connect to an older oracle DB remotely, I think version
8 or 9. I downloaded the instant client stuff from oracle and copied
oci.dll and oraociei10.dll to my windows/system folder (windows XP) I
get the error.
C:\rb-play>ar_connect_ss.rb
env.c:257:in oci8lib.so: ORA-12514: TNS:listener does not currently
know of serv
ice requested in connect descriptor (OCIError)
from
2008 Apr 04
1
Oracle connection problem
ORA-12154: TNS:could not resolve the connect identifier specified
I''ve updated rails to 2.0.2 and I start having a problem with oracle
connection.
I installed activerecord-oracle-adapter, and changed oci to oracle in
database.yml but I keep getting the oracle error
ORA-12154: TNS:could not resolve the connect identifier specified
Can someone help me with this problem?
Thanks.
--
2003 May 12
1
Problem in fetching from Oracle
Dear all,
I tried the following in R:
>library(ROracle)
>ora <- dbDriver("Oracle")
>channel <- dbConnect(ora, user = "scott",
password="tiger",dbname="abcdef")
>rs <- dbSendQuery(channel, "select * from USArrests")
>while(!dbHasCompleted(rs))
{
xxx <- fetch(rs, n = 5000)
}
+ + + > xxx
Error: Object
2003 Sep 24
1
64-bit Oracle interface
Hi,
I am running the 64bit version of R on a AIX RS6000 cluster on which is
also running the ' SQL*Plus: Release 9.2.0.2.0' in the
'ORACLE-environment Version 64 bit AIX 5.1'.
I have problems setting up an Oralce database connection.
I can instantiate a driver using drv <- Oracle(). But when I try to
connect to my database using dbConnect (dbConnect(drv,
2007 Jul 17
4
[R-sig-DB] RODBC on Oracle DB
essai <- odbcConnect("ORESTE_prod", uid="osis_r", pwd="12miss15" ,case="oracle")
> sqlTables(essai)$ORESTE
...
1315 <NA> ORESTE S_PROFESSIONS_OLD TABLE <NA>
1316 <NA> ORESTE S_PROVENANCES TABLE <NA>
1317 <NA> ORESTE
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
2010 Feb 06
0
I can only halfway connect to oracle
Gurus...
If I set up my project to use SQLite (so it can come up) and attempt to
connect to oracle via:
oracle_connect = $application_properties[$connect_string]
oracle_conn = OCI8.new(oracle_id, oracle_password, oracle_connect)
where oracle_connect equals ''//bobs.big.boy.gov:1521/D09'' (with or w/o
the introductory //) my rails app connect to the oracle database just
fine.
If
2010 Feb 13
2
Oracle Performance - ZFS vs UFS (Jason King)
> There is of course the caveat of using raw devices with databases (it
> becomes harder to track usage, especially as the number of LUNs
> increases, slightly less visibility into their usage statistics at the
> OS level ). However perhaps now someone can implement the CR I filed
> a long time ago to add ASM support to libfstyp.so that would allow
> zfs, mkfs, format, etc. to
2003 Jul 09
2
RODBC and Oracle: error "table does not exist"
Dear r-helpers!
I have trouble reading data from an Oracle data base using
RODBC Version 1.0-3,
R Version 1.7.1,
Windows XP,
Oracle8 ODBC Driver Version 8.1.6.4.0:
> library(RODBC)
> channel <- odbcConnect(dsn="PAV32", case="oracle", believeNRows=FALSE)
> # ok, this was succesful
> x <- sqlTables(channel)
> x[37, ]
TABLE_CAT TABLE_SCHEM TABLE_NAME
2007 Nov 05
0
loading fixtures into oracle
Any idea why this fixture would fail to load any data?
<%
%w( Admin Pharmacist PI/Co-PI Research\ Nurse ).each { |g|
Group.create( :name => g ) }
%>
It works perfectly in irb but when I do rake db:fixtures:load I get no
data, no errors, and no error logs.
I realize my fixture doesn''t look like your typical run-of-the-mill
fixture but it''s that way because I''m
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.