通常在普通jdbc中,我们处理 ORA-00942 table or view does not exist
使用try-catch块时出错,如下所示
try{
//this code throws ORA-90042
}catch(Exception ex){
// check if it's ORA-90042
}
spring中jdbctemplate与ora-00942表或视图不存在错误的方法应该是什么?
我应该用try-catch-block同样的方法处理还是有更好的方法?
暂无答案!
目前还没有任何答案,快来回答吧!