Re: "Invalid column name" inserting a row with weblogic/oracle
From: Joe Weinstein (joeNOSPAM_at_bea.com)
Date: 10/28/03
- Previous message: bsaastad: "Re: "Invalid column name" inserting a row with weblogic/oracle"
- In reply to: bsaastad: "Re: "Invalid column name" inserting a row with weblogic/oracle"
- Next in thread: bsaastad: "Re: "Invalid column name" inserting a row with weblogic/oracle"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 28 Oct 2003 10:38:31 -0800 To: bsaastad <member45644@dbforums.com>
bsaastad wrote:
> Joe,
>
>
>
> I've done that. This grew out of a problem with the weblogic JDriver in
> that the addBatch() method provided with WL 8.1 has a bug in that it
> returns a 0-length integer array even though the inserts work (bea case
> 452407, if you're interested in the history.) The recommendation from
> support was to download the latest ojdbc14.jar file from Oracle and make
> sure it is at the front of the classpath. I've done that to no avail.
Hmmmmm.... So you've added the latest oracle thin driver so it comes
before all standard weblogic stuff in the server's classpath argument,
as constructed by the startWeblogic script, and you defined your pool to
use that driver, or you made a direct connection using that driver, and
got a zero-length int[]?
Please first verify that the oracle driver you downloaded either behaves
as you want or has the problem, when it is used in a small standalone
program with no weblogic in the classpath. Weblogic should/can provide
you with the same behavior.
Joe
>
>
>
> -Brian
>
>
> --
> Posted via http://dbforums.com
- Previous message: bsaastad: "Re: "Invalid column name" inserting a row with weblogic/oracle"
- In reply to: bsaastad: "Re: "Invalid column name" inserting a row with weblogic/oracle"
- Next in thread: bsaastad: "Re: "Invalid column name" inserting a row with weblogic/oracle"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|