PCC-02144: CMD-LINE: Blank characters are not allowed on
either side of an equal sign (=)



PCC-02144: CMD-LINE: Blank characters are not allowed on either side of an equal sign (=)..

Answer / guest

Cause: An equal sign (=) was either immediately preceded or
followed by a blank character.

Action: Precompile your program again without blank
characters on either side of any equal sign (=) on the
command line.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More Oracle Errors Interview Questions

ORA-00279: change string generated at string needed for thread string

1 Answers  


QSM-02050: subquery using the ALL clause in mv

1 Answers  


ORA-27200: skgfpgo: sbtpcstart returned error

1 Answers  


DRG-11877: This Cache Version Has Expired And Will Be Automatically Reloaded

1 Answers  


IMG-00522: invalid format for parameter value

1 Answers  






PLS-00108: declarative units must be a single variable declaration

1 Answers  


ORA-30937: No schema definition for 'string' (namespace 'string') in parent 'string'

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,


ORA-31467: no column found in the source table

1 Answers  


ORA-24387: Invalid attach driver

2 Answers  


DRG-50858: OCI error: string

1 Answers  


ORA-00286: no members available, or no member contains valid data

1 Answers  


Categories