PCC-02152: Unable to open file string to display or list the
source line number
Answer / guest
Cause: The file contains an error, but could not be reopened
to list or display the incorrect line.
Action: Check that the file is intact and it has read
permission. Then rerun the operation.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-12915: Cannot alter dictionary managed tablespace to read write
PLS-01703: Cursor name in CLOSE statment must be of length 1
ORA-13183: unsupported geometric type for geometry string.string
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-07202: sltln: invalid parameter to sltln.
RMAN-06114: changed controlfile copy available
ORA-29375: sum of values string for level string, plan string exceeds string
ORA-38029: object statistics are locked
ORA-27053: blocksize in file header not a multiple of logical block size
RMAN-07502: List of Files Unknown to the Database
PLS-00369: no choices may appear with choice OTHERS in an exception handler
ORA-23532: tables with different synchronization mechanisms are in the same group