ORA-02786: Size needed for shared region is greater than
segment size
Answer / guest
Cause: The size of the shared segment that was specified for
the shared buffer region is less than the number of bytes
required. The first field of the "additional information"
field is the size needed. The second is the size of the segment.
Action: Use a larger size segment or let the package
allocate its own.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
TNS-12154: TNS:could not resolve the connect identifier specified
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...
LPX-00121: undefined notation "~S"
DRG-10800: query failed: string string string
PCC-02397: VARCHAR declarations not permitted in #include file
QSM-01065: materialized view, string, cannot compute measure, string, in the query
RMAN-04011: recovery catalog database Password:
UDE-00010: multiple job modes requested, string and string.
NNO-00615: disabling DEFAULT-FORWARDERS-ONLY mode
PCC-02450: Cursor was not declared in scrollable mode
SQL*Loader-00251: Sort devices are not used by SQL*Loader
ORA-29524: wrong types of arguments in call to 'string'