IMG-00518: invalid value for height or width
Answer / guest
Cause: Height and/or width were not positive integers"
Action: Specify both the height and width as positive integers"
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-25181: missing ON keyword for NESTED INDEX
ORA-16119: building transaction at SCN string
ORA-03213: Invalid Lob Segment Name for DBMS_SPACE package
ORA-26029: index string.string partition string initially in unusable state
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-29800: invalid name for operator
PCB-00576: PLS-number: string
ORA-31154: invalid XML document
ORA-19511: Error received from media manager layer, error text: string
ORA-25465: variable name not specified
ORA-13827: null or zero length attribute specified in SQL profile collection
ORA-27017: skgfcls: media handle returned by sbtinfo exceeds max length(SSTMXQMH)