通过JDBCTemplate调用过程时获取异常

时间:2014-08-27 07:52:08

标签: java spring oracle

我正在开发一个需要从Oracle db中编写的存储过程中获取数据的应用程序。我使用JdbcTemplate Spring来调用该过程。但调用该过程会导致以下异常

堆栈追踪: -

> org.springframework.jdbc.BadSqlGrammarException:
> CallableStatementCallback; bad SQL grammar [{call
> V2_tl.PKG_TECH_LINKING.p_get_model_list_intl_ctry(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}];
> nested exception is java.sql.SQLSyntaxErrorException: ORA-00942: table
> or view does not exist

请告诉我解决方案

0 个答案:

没有答案