- Este tópico contém 1 resposta, 2 vozes e foi atualizado pela última vez 15 anos, 7 meses atrás por
Ishii.
-
AutorPosts
-
9 de agosto de 2010 às 9:58 pm #95443
mpungan
ParticipantePessoal, 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.10 de agosto de 2010 às 3:48 am #95456Ishii
ParticipanteOlá,
Acho que seria :
CREATE MATERIALIZED VIEW MV_SPX_MONITORES1
REFRESH START WITH SYSDATE NEXT SYSDATE + 1[]s Ishii
-
AutorPosts
- Você deve fazer login para responder a este tópico.