ora-01843
hi , i'm calling to my db function with date parameter from crystal reports and getting
ORA-01834 :NOT A VALID MONTH error , i tried to change to any format (dd/mm/yyyy,dd-mon-yyyy,dd-mmm-yy and go on....) but still getting this error , please if anybody knows how to resolve this problem ill be glad to hear some advices , thanks
ORA-01834 :NOT A VALID MONTH error , i tried to change to any format (dd/mm/yyyy,dd-mon-yyyy,dd-mmm-yy and go on....) but still getting this error , please if anybody knows how to resolve this problem ill be glad to hear some advices , thanks
Comments
select * from nls_session_parameters where parameter = 'NLS_DATE_FORMAT'
Regards
TL01