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 |
RMAN-06175: deleted script: string
ORA-16598: Data Guard broker detected a mismatch in configuration.
ORA-31045: Cannot store more than string extras outside the root XML node
ORA-36690: (NTEXTCNV01) Error during conversion from NTEXT to TEXT.
ORA-00364: cannot write header to new log member
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...
QSM-02035: no filter conditions are present in the HAVING clause
ORA-15027: open files in diskgroup "string" preclude its dismount
ORA-14099: all rows in table do not qualify for specified partition
ORA-30002: SYS_CONNECT_BY_PATH function is not allowed here
DRG-11121: failed to read from file string
QSM-01005: no query rewrite when query has slave SQL