ORA-01918: user 'string' does not exist
Answer / guest
Cause: User does not exist in the system.
Action: Verify the user name is correct.
Please add more information about this Error
| Is This Answer Correct ? | 2 Yes | 2 No |
ORA-13775: inconsistent datatype in input cursor
TNS-12690: Server Authentication failed, login cancelled
ORA-19033: schema specified in the XML document does not match the schema parameter
TNS-00281: Connection Manager: Forced Log output
ORA-06143: NETTCP: maximum connections exceeded
ORA-12057: materialized view "string"."string" is INVALID and must complete refresh
DRG-10535: failed to optimize text index string
ORA-36179: (XSNOAGM) No AGGMAP was specified for VARIABLE workspace object.
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...
PLS-00400: different number of columns between cursor SELECT statement and return value
ORA-29270: too many open HTTP requests
ORA-07487: scg_init_lm: cannot create lock manager instance.