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