ORA-16081: insufficient number of processes for APPLY



ORA-16081: insufficient number of processes for APPLY..

Answer / guest

Cause: Logical standby apply engine was started with fewer
processes available than needed.

Action: Increase the values of the initialization parameters
PROCESSES and and PARALLEL_MAX_SERVERS, or the MAX_SLAVES
parameter seen in the DBA_LOGSTDBY_PARAMETERS view.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

RMAN-06175: deleted script: string

1 Answers  


ORA-16598: Data Guard broker detected a mismatch in configuration.

1 Answers  


ORA-31045: Cannot store more than string extras outside the root XML node

1 Answers  


ORA-36690: (NTEXTCNV01) Error during conversion from NTEXT to TEXT.

1 Answers  


ORA-00364: cannot write header to new log member

1 Answers  






Hi guys, I have four tables those are emp,dept,eliminate and uneliminate. i wrote small cursor..when i run, it display one error (ORA-01403 nodata found)... The query is: Declare cursor c1 is select e.ename emp_name from emp e,dept d where e.deptno=d.deptno group by deptno; r1 c1%rowtype; test_emp varchar2(200); begin for r1 in c1 loop begin select eliminate_emp into test_emp from eliminate t,uneliminate ut where t.number=ut.number and t.deptno=e.deptno and rownum<1; end; dbms_output.put_line(r1.emp_name); end loop; end; Thanks...

0 Answers   IBM,


QSM-02035: no filter conditions are present in the HAVING clause

1 Answers  


ORA-15027: open files in diskgroup "string" preclude its dismount

1 Answers  


ORA-14099: all rows in table do not qualify for specified partition

1 Answers  


ORA-30002: SYS_CONNECT_BY_PATH function is not allowed here

1 Answers  


DRG-11121: failed to read from file string

1 Answers  


QSM-01005: no query rewrite when query has slave SQL

1 Answers  


Categories