ORA-32056: invalid number of extents
Answer / guest
Cause: Invalid number of extents used for map operation.
Action: Specify a non-negative number of extents.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
PCC-00066: Userid only used when SQLCHECK = FULL, userid ignored.
PCC-02328: undefined struct member
KUP-04038: internal error: string
NZE-28778: Configuration parameter is not specified in the proper format.
NZE-28839: no persona descriptor
SQL*Loader-00956: Error calling once/data file finishing
QSM-00765: cannot validate user-defined workload because table string.string is invalid.
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...
NNL-00548: Displays update request statistics
ORA-12700: invalid NLS parameter value (string)
PLS-00455: cursor 'string' cannot be used in dynamic SQL OPEN statement
ORA-36258: (XSAGINFO00) When the AGGMAPINFO function is called, workspace object must be an AGGMAP.