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

2827010
Each portlet you create in JDev 11.1.1.6 is WSRP 2.0 enabled by default.
The portlet.xml is according to the portlet 2.0 standards which enabled IPC.

JDev does not has a wizard to let you add IPC parameters. You just need to add parameters to the portlet.xml.

You can read this: http://yonaweb.be/inter_portlet_communication_jsr_286_and_webcenter_11g_ps3
1 - 1
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,314 views