RES: [oracle_br] ORA-23421: job number is not a job in the job queue

2014-12-08 Por tôpico 'Ednilson Silva' ednilson.si...@jbs.com.br [oracle_br]
oracle_br@yahoogrupos.com.br Assunto: Re: [oracle_br] ORA-23421: job number is not a job in the job queue Aqui tu encontra tudo sobre o teu job. SQL> desc dba_jobs Name

Re: [oracle_br] ORA-23421: job number is not a job in the job queue

2014-12-08 Por tôpico Roger Camatini rogerio.camat...@gmail.com [oracle_br]
Aqui tu encontra tudo sobre o teu job. SQL> desc dba_jobs Name Null?Type - - JOB NOT NULL NUMBER LOG_USER NOT NULL VARCHAR2(30) PRIV_USER NOT NULL VARCHAR2(30

[oracle_br] ORA-23421: job number is not a job in the job queue

2014-12-08 Por tôpico 'Ednilson Silva' ednilson.si...@jbs.com.br [oracle_br]
Pessoal, Tenho dois JOB, que não utilizamos mais e quero remover. SQL> execute sys.dbms_job.remove(66532); BEGIN sys.dbms_job.remove(66532); END; * ERROR at line 1: ORA-23421: job number 66532 is not a job in the job queue ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86 ORA-06512: at "SYS