Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Please Help with PL/SQL Function Error PLS-00950
privatebenjamin_at_hushmail.com (April) wrote in
news:21e9f79.0203130821.7309aac6_at_posting.google.com:
> When I saw how simple your changes were, I wondered myself why mine
> were so convoluted. But I realized that the reason I did all that
> to_char(to_date(to_char etc. was
>
> 1. due to the date formatting on the server. I was receiving error
> messages unless I converted to dd-MON-yyyy and
Shouldn't be a problem.
> 2. in order to properly compare the cont_reqd_isdate(dd-mm-yyyy) and
> the tmpInterestDate (mm-yyyy). The mm-yyyy defaulted to a dd of 01, so
> the cont_reqd_isDate would never be equal to the tmpInterestDate when
> they were in the same month, which was one of my objectives.
Oh sorry. That could be a problem with my simplification. Two ways to handle that.
-- Ken Denny http://www.kendenny.com/ My wife keeps complaining I never listen to her ...or something like that.Received on Wed Mar 13 2002 - 11:58:16 CST
![]() |
![]() |