ORA-06523: Maximum number of arguments exceeded
Answer / guest
Cause: There is an upper limit on the number of arguments
that one can pass to the external function.
Action: Check the port specific documentation on how to
calculate the upper limit.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-08207: ora_addr: cannot open address file
TNS-01179: Listener cannot load instance class "string"
ORA-13415: invalid or out of scope point specification
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...
NZE-29180: Unsupported validation protocol
SQL*Loader-00256: SORTED INDEXES option allowed only for direct path
ORA-38742: Flashback log file has incorrect log reset status.
ORA-02802: No idle servers available in parallel mode
ORA-01652: unable to extend temp segment by string in tablespace string
ORA-25277: cannot grant or revoke object privilege on release 8.0 compatible queues
ORA-13264: geometry identifier column string does not exist in table string
ORA-01939: only the ADMIN OPTION can be specified