Java でこの SQL クエリに対して次の例外が発生します。
statement2.executeUpdate("INSERT INTO visit_header "
+ "VALUES ('"+visitnumber+"','"+date+"','"+cookie+"','"+ip+"','"+duration+"','"+pageref
+"','"+startpagename+"','"+endpagename+"','"+pgvw+"','"+starttime+"','"+endtime+"','"
+country+"','"+state+"','"+city+"','"+browser+"','"+os+"','"+device+"')");
例外は次のとおりです。
java.sql.SQLException: ORA-01861: literal does not match format string.
どこが間違っているのかわかりません。
ありがとうございました。