LSX-00230: invalid integer "~S"



LSX-00230: invalid integer "~S"..

Answer / guest

Cause: Illegal characters exist in the "integer" or its
derivative type declarations.

Action: Remove illegal characters.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-02880: smpini: Could not register PGA for protection

1 Answers  


RMAN-06069: the filename for datafile string is missing in the controlfile

1 Answers  


LPX-00664: VM Node-Stack overflow.

1 Answers  


ORA-16535: CRS is preventing execution of a broker operation.

1 Answers  


ORA-07588: spdcr: $GETJPIW get image name failure

1 Answers  






PCC-00045: %s clause inappropriate at line number in file string. Ignored.

1 Answers  


RMAN-06413: channel string does not support proxy copy

1 Answers  


UDI-00011: parameter string is incompatible with parameter string

1 Answers  


ORA-13388: invalid value for dst_spec parameter

1 Answers  


ORA-25283: either agent's name or address needed for non-repudiation

1 Answers  


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,


PLS-00924: native compilation is not supported on this platform

1 Answers  


Categories