Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

CURRENT_DATE

user762915Sep 24 2013 — edited Sep 26 2013

We are trying to execute a statement SELECT CURRENT_DATE FROM DUAL on Timesten 11.2.2  . It throws error unknown referenced column error.

Command> select current_date from dual;

2211: Referenced column CURRENT_DATE not found

The command failed.

But the following doc shows the support.

Please help.

TimesTen PL/SQL Support: Reference Summary

CURRENT_DATE function

Returns the current date in the session time zone.

          Y

In TimesTen this returns the current date in UTC (universal time). TimesTen does not support local time zones.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 24 2013
Added on Sep 24 2013
4 comments
2,316 views