ORA-29400: data cartridge error string
Answer / guest
Cause: An error has occurred in a data cartridge external
procedure. This message will be followed by a second message
giving more details about the data cartridge error.
Action: See the data cartridge documentation for an
explanation of the second error message.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 3 No |
ORA-29528: invalid Java call in trigger string
ORA-09300: osncon: unable to connect, DPMI not available
ORA-16042: user requested cancel immediate of managed recovery operation
LSX-00148: annotation must come first in "~S"
ORA-37112: OLAP API requires Oracle 9.2 or later
ORA-26030: index string.string had string partitions made unusable due to:
ORA-26000: partition load specified but table string is not partitioned
PLS-00585: declared support library for opaque type is not a library
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-06738: database name "string" is not unique in the recovery catalog
DRG-10706: length of string exceeds maximum size of string
ORA-16784: The database object name given in property Dependency is incorrect.