I am working on an application that requires getting data from the stored procedures written in Oracle db. I am using JdbcTemplate
of Spring
to call the procedure. But calling the procedure results the following exception
Stack trace :-
> 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
Please tell me the solution