ORA-25532: MTTR specified is too large: string
Answer / guest
Cause: The current FAST_START_MTTR_TARGET setting or a
candidate MTTR setting is too large for MTTR advisory.
Action: Set a smaller FAST_START_MTTR_TARGET or candidate MTTR.
Please add more information about this Error
| Is This Answer Correct ? | 1 Yes | 0 No |
PLS-00539: subprogram 'string' is declared in an object type body and must be defined in the object type specification
NNO-00153: warning: hint domain number has invalid name "string", hint domain ignored
ORA-13243: specified operator is not supported for 3- or higher-dimensional R-tree
ORA-13138: could not determine name of object string
LFI-01501: tmpnam() fails to generate temporary file name.
LSX-00026: unknown attribute "~S"
ORA-28039: cannot validate Kerberos service ticket
ORA-16703: cannot set the property while the database is enabled
DRG-13003: preference string cannot be used as a sub lexer
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...
ORA-19573: cannot obtain string enqueue for datafile string
DRG-13306: 'len' attribute value must be in the range string..string, at line string