OWA_UTIL.CALENDARPRINT [message #76892] |
Tue, 17 February 2004 07:08 |
Rick Crenshaw
Messages: 2 Registered: February 2004
|
Junior Member |
|
|
I believe I am having some kind of access problem with the OWA_UTIL package. Can anyone provide some insight please?
When I run the following code:
OWA_UTIL.calendarprint(P_QUERY=>
'Select last_comp_dt,job_id,null from sevod.job_freq');
I get the error message:
ORA-00942: table or view does not exist
but when I run:
OWA_UTIL.calendarprint('select sysdate,null,null from dual');
I get a calendar for the current month.
I have no problems accessing sevod.job_freq otherwise.
|
|
|
|