Abgeschickt von murthy am 24 November, 2004 um 23:32:56
Antwort auf: Re: Stored procedure: java.sql.SQLException: Unsupported feature von Danko am 06 Oktober, 2004 um 13:38:39:
Hi Danko,
Is any work being done on JDBCLogger.java to support stored procedures on Oracle in the near future by circumventing getParameterMetaData? One workaround is to use Datadirect's JDBC 3.0 driver that supports getParameterMetaData. But, the DD driver is not free and just has a 15 day eval.
Cheers
Murthy
: Hi,
: seems that the feature required by JDBCAppender stored procedures "getParameterMetaData()" is not supported by Oracle JDBC driver. I will check if there is another option to implement Stored Procedure support.
: Danko
:
: : Hi,
: : I'm using oracle JDBC driver v10.x (same with 9.x) along with JDK 1.4.1 and whenever I want to sued stored procedure, I got the following exception:
: : java.sql.SQLException: Unsupported feature
: : in the "org.apache.log4j.jdbcplus.JDBCLogger.setProcedure()" at the line "ParameterMetaData pmd = cStmt.getParameterMetaData();".
: : I have seen that " 2004-08-22 - Enabled Stored Procedure logging (requires J2SDK 1.4) ", I'have downloaded that archive but still have the problem. do you have any idea to help solving my problem?
: : Thanks in advance.