Pular para o conteúdo

Fóruns Banco de dados Oracle Erro ORA-06512 sem erro de origem Erro ORA-06512 sem erro de origem

#96508
jspaulonci
Participante

    Post as intruções da linha

    ORA-06512: at “OPSS.PG_CALCULO”, line 36207
    ORA-06512: at “OPSS.PG_CALCULO”, line 36284
    ORA-06512: at “OPSS.PG_CALCULO”, line 1861
    ORA-06512: at “OPSS.PG_CALCULO”, line 281

    Error:
    ORA-06512: at line

    Cause:
    This error message indicates the line number in the PLSQL code that the error resulted.

    For example, if you had the following PLSQL code:
    declare
    v_number number(2);
    begin
    v_number := 100;
    end;