ORA-30451: internal error
Answer / guest
Cause: An internal error was detected by the summary refresh
subsystem, and aborted the refresh operation
Action: Notify ORACLE support.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
NNL-00308: Server dumping its cache to the trace file
ORA-13271: error allocating memory for geometry object
ORA-06903: CMX: cannot read transport address of remote application
ORA-27038: created file already exists
ORA-30036: unable to extend segment by string in undo tablespace 'string'
PLS-01467: The value list of the IN predicate, if not a subquery, must contain only value_specifications
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-29533: attempt to overwrite class or resource string while defining or compiling string.string
QSM-01572: equivalence, string, and query have different joins between tables, string
ORA-12642: No session key
LRM-00111: no closing quote for value 'string'
ORA-32308: object materialized views must use SELECT *