ORA-24159: invalid variable definiton



ORA-24159: invalid variable definiton..

Answer / guest

Cause: variable name or variable type is not specified in
the variable definiton

Action: specify both variable name and variable type in the
variable definition structure

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

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...

0 Answers   IBM,


PCB-00302: This statement is not supported by ANSI

1 Answers  


LPX-00284: namespace prefix to NULL URI is not allowed

1 Answers  


EXP-00012: %s is not a valid export mode

1 Answers  


ORA-14109: partition-extended object names may only be used with tables

1 Answers  






NZE-28843: Operating system error while creating/opening file

1 Answers  


ORA-13121: layer type type mismatch with topo_geometry layer type

1 Answers  


ORA-19595: archivelog string already included in backup conversation

1 Answers  


ORA-32629: measure used for referencing cannot be updated

1 Answers  


ORA-33078: (XSAGDNGL39) In AGGMAP workspace object, the hierarchy dimension QDR workspace object must refer to a dimension.

1 Answers  


ORA-33217: (CINSERT20) Custom member values cannot be added to concat dimension workspace object, or to any of its bases, because it is not defined as UNIQUE.

1 Answers  


ORA-31196: XML nodes over string in size cannot be printed

1 Answers  


Categories