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

1605 ワード

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