ORA-02070: database stringstring does not support string in
this context
Answer / guest
Cause: The remote database does not support the named
capability in the context in which it is used.
Action: Simplify the SQL statement.
Please add more information about this Error
| Is This Answer Correct ? | 2 Yes | 0 No |
ORA-10570: Test recovery complete
DRG-11515: not enough text key values
PCC-01501: Your Pro*Ada authorization is about to expire
ORA-08451: invalid specification of DB in picture mask
ORA-32303: mviews with user-defined types cannot reference multiple master sites
SQL-02132: Unable to allocate runtime context sdfla asdjklfajs jfja ajsdf
ORA-12726: unmatched bracket in regular expression
ORA-16128: User initiated shut down successfully completed
ORA-23467: flavor lacks object "string"."string"
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-09855: removeCallback: bad message format.
ORA-15023: reached maximum allowable number of disks string