NMP-00004: SNMP variable is read only
Answer / guest
Cause: The user attempted to change a variable value at a
remote server, and that variable is read-only. This error is
usually displayed underneath an error which describes the
problem in more detail.
Action: Read-only variables may never be modified.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-04062: %s of string has been changed
O2F-00316: An unexpected token was seen at the end of a type specification
ORA-23387: replication parallel push dequeue error
ORA-31666: Master process string had an unhandled exception.
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-06960: Failed to access log file
PLS-00521: ORDER methods must be declared with 1 (one) parameter in addition to (optional) SELF.
RMAN-08021: channel string: restoring controlfile
ORA-16526: unable to allocate task element
ORA-24816: Expanded non LONG bind data supplied after actual LONG or LOB column
ORA-39016: Operation not supported when job is in string state.
PCC-02304: invalid declaration of C function