1 post
1
979
There is a way to query the database date/time without using activate query? On the Oracle I do this: SQLQuery qry = session.createSQLQuery("SELECT SYSDATE FROM dual"); But I would like a general…