ORA-32113: Null object passed
Answer / guest
Cause: Null object was passed.
Action: Pass a non-null object.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
DRG-50940: parser not parsed
RMAN-06108: changed datafile copy unvailable
PCC-02387: Expecting an expression of type sql_cursor
ORA-00228: length of alternate controlfile name exceeds maximum of string
ORA-37126: (XSCCOMP01) The COMPRESSED COMPOSITE workspace object can only be used as a base of a single variable.
ORA-24407: connection pool already exists
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-24436: Invalid statement Handle.
NNO-00307: invalid server name "string"
ORA-07253: spdes: semctl error, unable to destroy semaphore set.
ORA-25123: Too many components specified in the name.
IMP-00042: CHARSET used, but the export file has specific character set