Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-06502: PL/SQL: numeric or value error: character to number conversion error in Package PA_TASK_PUB1 procedure UPDATE_WBS_NUMBERS
ppong wrote:
> Help !
> The procedure to create a task version failed, no task version was
> created. ORA-06502: PL/SQL: numeric or value error: character to number
> conversion error in Package PA_TASK_PUB1 procedure UPDATE_WBS_NUMBERS
> Looking forward for solutions.
> Thanks,
>
> ppong_at_lycos.com
Problem: You passed a non-numeric string to TO_NUMBER().
Solution: Stop doing that.
David Fitzjarrell Received on Wed Oct 12 2005 - 09:03:15 CDT
![]() |
![]() |