ORA-24303: call not supported in non-deferred linkage
Answer / guest
Cause: One of the calls that is supported in deferred mode
linkage exclusively was invoked when the client was linked
non-deferred.
Action: Use this call in deferred mode of linkage.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-03206: maximum file size of (string) blocks in AUTOEXTEND clause is out of range
PLS-00109: unknown exception name 'string' in PRAGMA EXCEPTION_INIT
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-29263: HTTP protocol error
RMAN-06558: archived log size of number kb is bigger than available space of number kb
ORA-15043: ASM disk "string" is not a diskgroup member
ORA-02290: check constraint (string.string) violated
ORA-28583: remote references are not permitted during agent callbacks
ORA-09741: spwat: error waiting for a post.
ORA-14611: Duplicate subpartition name string in template
ORA-14292: Partitioning type of table must match subpartitioning type of composite partition
ORA-06713: TLI Driver: error on connect