I have the following sql statement that is working with other database inputs that were created with dbconnect v2.x. But 3.x fails with an error. This is the first input I've tried to create using the new 3.x version and I'm not having luck with any new ones I'm trying to create. I know timestamp isn't the ideal field, but it is all I have to work with. I've tried extended_timestamp as well as just timestamp and I get an error and cannot get past this. In v2.x I've created over 20 inputs without any problem whatsoever. With 3.x I can't get any created. Any help would be greatly appreciated.
SELECT * FROM "SYS"."DBA_AUDIT_TRAIL"
WHERE TIMESTAMP > ?
ORDER BY TIMESTAMP ASC
java.sql.SQLDataException: ORA-01861: literal does not match format string
No results found.
↧