PLS-00382: expression is of wrong type
Answer / guest
Cause: An expression has the wrong datatype for the context
in which it was found.
Action: Change the datatype of the expression. You might
want to use datatype conversion functions.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
KUP-04085: duplicate directory object string and file string specified for unload
NNL-00533: ping [<server_list>] : ping one or more Names servers
ORA-19677: RMAN configuration name exceeds maximum length of string
RMAN-08120: WARNING: archive log not deleted, not yet applied by standby
ORA-01569: data file too small for system dictionary tables
ORA-26713: remote object does not exist or is inaccessible
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-01120: cannot remove online database file string
ORA-16604: unable to describe template using package "string"
NZE-29107: Cannot create PKCS #12 wallet.
ORA-00092: LARGE_POOL_SIZE must be greater than LARGE_POOL_MIN_ALLOC
SQL-02142: Collection is NULL