Error ORA-20069
396129Jun 5 2003 — edited Jun 6 2003Hi,
I am getting follwoing erorrs while trying to call gotodate() in a workspace (It's ticky as sometime call
works fine and mostofthe time fails)
Here is what I tried:
---------------------
exec DBMS_WM.CreateWorkspace('X', '', true);
exec DBMS_WM.CreateWorkspace('Y', '', true);
exec DBMS_WM.GotoWorkspace('X');
exec DBMS_WM.GotoDate('05-JUN-03');
gotoDate returns following error
--------------------------------
*
ERROR at line 1:
ORA-20069: invalid in_date time for GotoDate
ORA-06512: at "SYS.WM_ERROR", line 288
ORA-06512: at "SYS.WM_ERROR", line 297
ORA-06512: at "SYS.LTADM", line 7502
ORA-06512: at "SYS.LT", line 8696
ORA-06512: at line 1
---------------------------------
Am I doing somthing wrong?
Any help appriciated.
Thanks.