Oracle 7i
610973Jan 16 2008 — edited Jan 17 2008Hello friends,
I using Oracle 7i, I want to run dbms_job
I am able to set date format by using
SQL>alter session set nls_date_format='dd-mon-yyyy hh24:mi:ss';
but I unable to set job_queue_processes by using
SQL>alter system set job_queue_processes=2;
or
SQL>alter session set job_queue_processes=2;
It gives error
ORA-02095: specified initialization parameter cannot be modified
how to resolve same?
Is DBMS_JOB compactible to Oracle 7i?
please help me
Avinash Deokar