ORA-02854: Invalid number of request buffers
Answer / guest
Cause: The value given for "db_slave_buffers" in your
INIT.ORA file is less than 0.
Action: Use a number that is greater than or equal to 0.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
PCC-02336: host variable expression has invalid type
ORA-01209: data file is from before the last RESETLOGS
SQL*Loader-00820: cannot create where clause with range for table string
ORA-16409: Archive log switchover reference number mismatch
SQL*Loader-00277: Local file specification overrides global file specification.
TNS-03503: Could not initialize NL
ORA-09209: sftget: error reading from file
ORA-07444: function address string is not readable
ORA-33998: (MODCOMP12) You cannot use both workspace object and workspace object as model dimensions, because workspace object is a surrogate of workspace object.
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-19646: cannot change size of datafile string from string to string
ORA-03275: duplicate DEALLOCATE option specification