java.sql.SQLException: ORA-00942: table or view does not exist

java.sql.SQLException: ORA-00942: table or view does not exist

执行失败的测试连接查询(ora-00942:不存在的表或视图 )

怎么破?修改了测试环境,表查不到了,数据也没有,debug捕获到接口异常,

2017-08-10 16:46:24 INFO  [http-apr-8080-exec-8][HikariDataSource.java:93] - HikariPool-7 - Started.
2017-08-10 16:46:24 INFO  [http-apr-8080-exec-8][PoolBase.java:469] - HikariPool-7 - Driver does not support get/set network timeout for connections. (oracle.jdbc.driver.T4CConnection.getNetworkTimeout()I)
2017-08-10 16:46:24 ERROR [http-apr-8080-exec-8][PoolBase.java:407] - HikariPool-7 - Failed to execute connection test query. (ORA-00942: table or view does not exist
)
2017-08-10 16:46:24 DEBUG [http-apr-8080-exec-8][PoolBase.java:128] - HikariPool-7 - Closing connection oracle.jdbc.driver.T4CConnection@1816865: (Failed to create/set connection)

修改了数据库,数据库里还是没有表,只能等别人发布完环境了么,重新连之前的环境和数据库了么,尴尬

2017-08-11 09:58:43 ERROR [http-apr-8080-exec-3][ServiceBase.java:826] - count error: BC30.getAccessKeyList
2017-08-11 09:58:43 ERROR [http-apr-8080-exec-3][ServiceBase.java:827] - Exception: org.springframework.jdbc.BadSqlGrammarException: SqlMapClient operation; bad SQL grammar []; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException:   
--- The error occurred while applying a parameter map.  
--- Check the BC30.getAccessKeyList-InlineParameterMap.  
--- Check the statement (query failed).  
--- Cause: java.sql.SQLException: ORA-00942: table or view does not exist

你可能感兴趣的:(java.sql.SQLException: ORA-00942: table or view does not exist)