Karin 0 Denunciar post Postado Julho 29, 2005 Bom dia pessoal, eu comecei a aprender Oracle esta sema e estou com uns erros que não estou conseguindo resolver alguem pode me ajudar? :blink: Error: PLS-00394: wrong number of values in the INTO list of a FETCH statementLine: 117Text: FETCH cur_arq_unibeb INTOError: PLS-00307: too many declarations of 'TO_CHAR' match this callLine: 152Text: sAtrasoDias := TRIM (to_char(sAtrasoDias, '00000' ));Error: PLS-00307: too many declarations of 'TO_CHAR' match this callLine: 165Text: sDataVenc := to_char(sDataVencAux,'DDMM');Error: PLS-00394: wrong number of values in the INTO list of a FETCH statementLine: 207Text: FETCH cur_arq_unibeb INTOAgradeço muiiiito se alguem me ajudar! :lol: Compartilhar este post Link para o post Compartilhar em outros sites
alphamek 2 Denunciar post Postado Julho 29, 2005 Alguns são problemas de chamada de funções. Alguns são erros de tamanhos dos datatypes da sua base. Poste o código PL/SQL e a estruturas das tabelas para melhorar. Abraços, http://forum.imasters.com.br/public/style_emoticons/default/grin.gif Compartilhar este post Link para o post Compartilhar em outros sites