我正在开发一个需要从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
请告诉我解决方案