ORA-07218: slkhst: could not perform host operation
Answer / guest
Cause: Unix system() call failed
Action: Examine system error message
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-28275: Multiple mappings for user nickname to LDAP distinguished name exist.
ORA-12555: TNS:permission denied
ORA-02073: sequence numbers not supported in remote updates
ORA-06523: Maximum number of arguments exceeded
ORA-00230: operation disallowed: snapshot controlfile enqueue unavailable
ORA-13268: error obtaining dimension from USER_SDO_GEOM_METADATA
ORA-02272: constrained column cannot be of LONG datatype
ORA-00349: failure obtaining block size for '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-16537: child count exceeded
ORA-12626: TNS:bad event type
PLS-00997: no cursor return types allowed in this beta version