ORA-28110: policy function or package string.string has error
Answer / guest
Cause: The policy function may have been dropped, or is no
longer valid.
Action: Check the status of the function and correct the
problem. Or re-create the policy with a valid function.
Please add more information about this Error
| Is This Answer Correct ? | 2 Yes | 0 No |
ORA-02445: Exceptions table not found
ORA-09923: Can't spawn process - user log directory not created properly
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-09756: osnpns: no port in the name server.
ORA-29353: The transportable list is too long.
ORA-02320: failure in creating storage table for nested table column string
ORA-06007: NETASY: bad dialogue format
ORA-39709: incomplete component downgrade; string downgrade aborted
ORA-25003: cannot change NEW values for this column type in trigger
ORA-09370: Windows 3.1 Two-Task driver ORACLE task timed out
ORA-32007: internal
SQL-02112: SELECT..INTO returns too many rows