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" <ppong_at_lycos.com> wrote in
news:1129119356.778916.320750_at_g14g2000cwa.googlegroups.com:
> 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
>
>
Typically this flavor of error occurs when either 1) trying to assign a non-numeric string to a NUMBER variable or 2) trying to assign more characters to a string than its maximum size Received on Wed Oct 12 2005 - 09:02:25 CDT
![]() |
![]() |