Pular para o conteúdo
Visualizando 2 posts - 1 até 2 (de 2 do total)
  • Autor
    Posts
  • #95443
    mpungan
    Participante

      Pessoal, após um bom tempo executando, o comando de criação retorna com erro abaixo. Alguém pode dar uma idéia do que seja esse erro?
      ORA-06512: at line 1
      23319. 00000 –  “parameter value %s is not appropriate”
      *Cause:    The given value of a parameter is either null, misspelled, or not
                 supported.
      *Action:   Refer to the documentation and use parameter values that are
                 appropriate for the given situation.
       
      Erro ao iniciar na linha 3 no comando:
      CREATE MATERIALIZED VIEW MV_SPX_MONITORES1 
      REFRESH  START WITH SYSDATE NEXT SYSDATE 1  –atualiza todos os dias na hora da criação 
      AS
      SELECT    m.cdpessoa, 2 cdtppessoa, m.nonome,m.txendereco,m.nobairro,
                m.nocidade,m.sgufresidencia,m.cep,m.fone,m.fax,’ ‘ as NUCELULAR ,m.cic,’ ‘ as NUPIS,
                ‘ ‘ as NUINSS,’ ‘ as NUQTDEDEPENDENTES, ‘ ‘ as DTCADASTRO,  ‘ ‘ as TXNROPASSAPORTE,
                ‘ ‘ as TXVISTOESTRANG, ‘ ‘ as TXTITULACAO, ‘ ‘ as TXPADRAOPROF, m.txpaisorigem, f.CDBANCOPADRAO,f.CDAGENCIAPADRAO,f.CDCONTAPADRAO
                , p.dt_nascimento AS DTNASCIMENTO, p.tp_sexo AS SEXO, SIU.FUN_SIU_SPLIT(siu.FUN_SIU_GET_EMAIL_QUALQUER (pv.id_pessoa, 0),2) AS EMAIL
                FROM vw_puc_sp_monitores m, vw_puc_sol_sp_favorecido f, siu.siu_pessoa_vinculo pv, siu_pessoa p
                where m.cdpessoa = f.cdmatricula ( )
                and   m.cic = f.nucpf( )
                and   f.cdtppessoa( ) = 2
                and cd_origem = m.cdpessoa
                and p.id_pessoa = pv.id_pessoa
      Erro na Linha de Comando:4 Coluna:23
      Relatório de Erro:
      Erro de SQL: ORA-23319: parameter value “SYSDATE 1  –atualiza todos os dias na hora da criação  ” is not appropriate
      ORA-06512: at “SYS.DBMS_JOB”, line 60
      ORA-06512: at “SYS.DBMS_JOB”, line 138
      ORA-06512: at “SYS.DBMS_IREFRESH”, line 188
      ORA-06512: at “SYS.DBMS_IREFRESH”, line 371
      ORA-06512: at “SYS.DBMS_REFRESH”, line 88
      ORA-06512: at “SYS.DBMS_REFRESH”, line 62
      ORA-06512: at “SYS.DBMS_ISNAPSHOT”, line 76
      ORA-06512: at line 1
      23319. 00000 –  “parameter value %s is not appropriate”
      *Cause:    The given value of a parameter is either null, misspelled, or not
                 supported.
      *Action:   Refer to the documentation and use parameter values that are
                 appropriate for the given situation.

      #95456
      Ishii
      Participante

        Olá,

        Acho que seria :

        CREATE MATERIALIZED VIEW MV_SPX_MONITORES1
        REFRESH START WITH SYSDATE NEXT SYSDATE + 1

        []s Ishii

      Visualizando 2 posts - 1 até 2 (de 2 do total)
      • Você deve fazer login para responder a este tópico.