PCC-01100: You are not authorized to run Pro*FORTRAN
Answer / guest
Cause: The authorization or license to run the Pro*FORTRAN
Precompiler has expired.
Action: Call customer support for assistance.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
PLS-00245: Formals used in the 'parameters' clause must appear exactly once
KUP-02001: unrecognized punctuation symbol "string"
ORA-31527: could not find source column string for CDC change table string.string
ORA-09290: sksaalo: error allocating memory for archival
ORA-12202: TNS:internal navigation error
PCC-02372: FOR clause not allowed in SELECT statement
NZE-29019: The protocol version is incorrect.
RMAN-00578: pipe string is not private and owned by SYS
ORA-32618: incorrect use of MODEL PREVIOUS function
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-04029: error ORA-string occurred when querying stringstringstring
NID-00395: Reverting database name from string to string