DRG-11814: See Other



DRG-11814: See Other..

Answer / guest

Cause: The URI can be found using GET METHOD under a
different URI HTTP_ERROR = 303

Action: The user agent takes proper actions

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

PLS-00462: nested subprogram 'string' has to be REPEATABLE

1 Answers  


ORA-02875: smpini: Unable to get shared memory for PGA

1 Answers  


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...

0 Answers   IBM,


ORA-00334: archived log: 'string'

1 Answers  


PLS-00439: A LIMIT clause must be used within a BULK FETCH

1 Answers  






ORA-19688: control file autobackup format(string) for string does not have %F

1 Answers  


PLS-00904: insufficient privilege to access object string

1 Answers  


ORA-24009: invalid value string, QUEUE_TYPE should be NORMAL_QUEUE or EXCEPTION_QUEUE

1 Answers  


PLS-00381: type mismatch found at 'string' between column and variable in subquery or INSERT

1 Answers  


ORA-14460: only one COMPRESS or NOCOMPRESS clause may be specified

1 Answers  


ORA-15181: Symbol [string] not found in library string, error [string]

1 Answers  


ORA-39952: only numbers can be specified as range values

1 Answers  


Categories