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!

Error ORA-20069

396129Jun 5 2003 — edited Jun 6 2003
Hi,
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 4 2003
Added on Jun 5 2003
1 comment
1,990 views