I am trying to test a time based milestone which uses a saved query to retrieve the timeout time. Unfortunately everytime the query runs (viewed through the system logs):
java.sql.SQLException: ORA-00911: invalid character java.sql.SQLException: ORA-00911: invalid character at oracle.jdbc.dbaccess.DBError.throwSqlException
The query shoulds a date field from the database. Does anyone have experience on using time based milestone which uses a saved query to retrieve the expiration date?
java.sql.SQLException: ORA-00911: invalid character java.sql.SQLException: ORA-00911: invalid character at oracle.jdbc.dbaccess.DBError.throwSqlException
The query shoulds a date field from the database. Does anyone have experience on using time based milestone which uses a saved query to retrieve the expiration date?
Comment