ORA-01757: Must specify an object number
Answer / guest
Cause: Expecting an object number but something else was
specified.
Action: Correct the error and reissue the command.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
TNS-03502: Insufficient arguments. Usage: tnsping <address> [<count>]
ORA-12160: TNS:internal error: Bad error number
ORA-00085: current call does not exist
ORA-06926: CMX: T_ERROR during read data
ORA-30505: system triggers should not reference a column in a WHEN clause
LPX-00663: VM String-Stack overflow.
PLS-00411: Number of values in aggregate and in subquery don't match
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...
RMAN-03010: fatal error during library cache pre-loading
ORA-13401: duplicate entry for string in USER_SDO_GEOR_SYSDATA view
ORA-31047: Could not retrieve resource data at path string
NCR-03002: NCRO: Maximum number of contexts has been reached