ORA-29544: invalid type
Answer / guest
Cause: The type argument in a call to a Java export or
import command did not have a recognized value.
Action: Correct the value.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-24339: cannot set server group name after connecting to server
ORA-00064: object is too large to allocate on this O/S (string,string)
ORA-07824: sspain: $SETIMR failure
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-30176: invalid format code used in the format string
ORA-27021: sequential file handle must be specified
LPX-00210: expected '~1c' instead of '~2c'
ORA-16032: parameter string destination string cannot be translated
ORA-04935: unable to get/convert SCN recovery lock
ORA-36178: (XSAGGR01) To be used with AGGREGATE, AGGMAP workspace object must be declared with the AGGMAP command.
RMAN-06187: controlfile copy string not found or out of sync with catalog
PLS-00554: character set has already been determined