PCC-01012: DATA DIVISION not found
Answer / guest
Cause: The Pro*COBOL precompiler did not find a DATA
DIVISION in the input source file. Pro*COBOL applications
are required to have a DATA DIVISION.
Action: Add a DATA DIVISION to the input source file.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-28512: cannot get data dictionary translations from string
ORA-38415: invalid name or datatype for the attribute: string
PROT-00008: Failed to import data from specified file to the cluster registry
ORA-06805: TLI Driver: could not send datagram SAP packet for SPX
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...
IMP-00025: for DBA export files, FROMUSER must be specified with TOUSER option
ORA-00256: cannot translate archive destination string string
ORA-07410: slpdtb: number too large for supplied buffer.
ORA-39019: invalid operation type string
ORA-07582: spstp: ORA_SID has illegal value
NNO-00321: statistic counter dump disabled
ORA-28520: error initializing heterogeneous data dictionary translations