error in jdbc [message #375775] |
Sun, 14 December 2008 08:48 |
lioracle
Messages: 68 Registered: February 2008 Location: Israel
|
Member |
|
|
When I make a program through a lot of INSERTS
90 Percentage of embryos, but some of them disconnect error in the message that
OS/400
OS/400
/ Bm400ToSQL/Bm400ToSQLLog.log ***** / Bm400ToSQL/config.ini
Connecting to: 10.251.10.123:1527, Database: SPT, User: sap, Server Type: oracle
** Oracle **
java.sql.SQLException: ORA-01034: ORACLE not available
ORA-27123: unable to attach to shared memory segment
IBM AIX RISC System/6000 Error: 13: Permission denied
* at java.lang.Throwable. <init> (Throwable.java: 19
It should be noted that all INSERT CONNECTION developed to separate DB
That is part of the successful and some not and it RANDOMALY
this is the details of java
Source: iSeries v5r4m0, running JDK 1.4.2, JDBC using CLASSES12.ZIP
Classes12.zip Manifest.MF:
Specification-Title: "Oracle JDBC driver classes for use with JDK1.2 and JDK1.3"
Specification-Version: "Oracle JDBC Driver version - 9.0.2.0.0"
Specification-Vendor: "Oracle Corporation" .
Implementation-Title: "classes12 archives"
Implementation-Version: "Oracle JDBC Driver version - 9.0.2.0.0"
Implementation-Vendor: "Oracle Corporation"
Implementation-Time: "Tue Apr 6 01:03:07 2004"
Connection String:
jdbc:oracle:thin:@machine:db:user,pass
|
|
|
Re: error in jdbc [message #375785 is a reply to message #375775] |
Sun, 14 December 2008 10:41 |
Frank Naude
Messages: 4581 Registered: April 1998
|
Senior Member |
|
|
IBM AIX RISC System/6000 Error: 13: Permission denied
My guess is your system is saturated and cannot handle the load. Ask your sysadmin to investigate.
|
|
|