gotta take a shot
From: D. Alvarado (laredotornado_at_zipmail.com)
Date: 07/22/04
- Next message: kirschk: "Re: Oracle Blob Issue"
- Previous message: alexjcasol: "Re: update a date on a MySQL table"
- Next in thread: David Harper: "Re: gotta take a shot"
- Reply: David Harper: "Re: gotta take a shot"
- Reply: Roedy Green: "Re: gotta take a shot"
- Reply: Joe Weinstein: "Re: gotta take a shot"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 22 Jul 2004 07:20:40 -0700
Ok, this error is pretty out there, but here goes.
I want to retrieve an Oracle 8.1.7 CLOB value in a java.lang.String.
I'm running WL 5.1 SP12 on Solaris 8. The code is
oracle.sql.CLOB contClob = (oracle.sql.CLOB)
resultset.getClob(headings[k]); // line 78
sData = contClob.getSubString(1, (int)contClob.length());
The type of "headings[k]" is a String. I have verified that the
"classes12.zip" file is in my Java runtime path. The error I get is
java.lang.AbstractMethodError
at com.hrw.xls.GenerateXLSFile.CreateXLSFileWithQuery(GenerateXLSFile.java:78)
at com.hrw.xls.GenerateXLSFile.CreateXLSFile(GenerateXLSFile.java:41)
at com.hrw.xls.GenerateXLSFile.createFile(GenerateXLSFile.java:33)
at jsp_servlet._db_portal.__db_results.getFileLocation(__db_results.java:104)
at jsp_servlet._db_portal.__db_results._jspService(__db_results.java:213)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:120)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:945)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:909)
at weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:269)
at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:392)
at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:274)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:130)
Any ideas? -
- Next message: kirschk: "Re: Oracle Blob Issue"
- Previous message: alexjcasol: "Re: update a date on a MySQL table"
- Next in thread: David Harper: "Re: gotta take a shot"
- Reply: David Harper: "Re: gotta take a shot"
- Reply: Roedy Green: "Re: gotta take a shot"
- Reply: Joe Weinstein: "Re: gotta take a shot"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|