Hi all,
I am probably overlooking something obvious, but I can't manage to do this. We want this variable for a simple incremental load setup into our datavault.
I tried the obvious, like:
<%=odiRef.getSysDate("YYYY-MM-DDThh:mm:ssZ")%>
<%=odiRef.getSysDate()%>
select to_char(sysdate, 'YYYY-MM-DD"T"HH24:MI:SS"+0100"') from dual;
... and a bunch of variations on that, but all I get back is 'Unparseable date'.
Any help appreciated.