Abgeschickt von Danko am 06 Oktober, 2004 um 13:38:39:
Antwort auf: Stored procedure: java.sql.SQLException: Unsupported feature von Michel am 01 Oktober, 2004 um 14:17:18:
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.