Pretty common oracle error. Raised when you are trying to fetch data from sql into a pl/sl variable and the sql does not return any data. >> Using the data from this schema SQL> SELECT COUNT(*) FROM scott_emp WHERE empno = 9999; COUNT(*) ---------- 0 SQL> DECLARE l_ename scott_emp.ename%TYPE; l_empno scott_emp.empno%TYPE...






Recent Comments