ORA-12418: user string not found
Answer / guest
Cause: The specified user does not exist in the database.
Action: Correct the user name or create the user.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-19039: Keyword string reserved for future use
ORA-23431: wrong state: string
ORA-12646: Invalid value specified for boolean parameter
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...
QSM-01014: top level operator in WHERE clause of the query is an OR
ORA-13216: failed to update spatial index
LPX-00220: the string "]]>" cannot occur in character data
QSM-01076: no materialized join view was found
ORA-13865: Module name must be specified
ORA-00210: cannot open the specified controlfile
SQL*Loader-00433: no attributes found for column object string in table string
ORA-09761: pw_destroyPorts: server call pws_stop_instance failed.