NNO-00066: server will perform reload check of
administrative region in number seconds
Answer / guest
Cause: An informational message written to the log file
whenever the Oracle Network Manager or the Oracle Names
control program send a reload request to the server.
Action: none
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-32623: incorrect use of MODEL PRESENT* functions
ORA-33454: (ESDREAD07) Discarding compiled code for workspace object because number is now string workspace object, whereas it was string workspace object when the code was compiled.
ORA-23315: repcatlog version or request string is not supported by version string
ORA-32109: invalid column or parameter position
ORA-38716: Must supply an integer for the TYPE option.
ORA-12040: master rollback segment option not support by master site string
ORA-14071: invalid option for an index used to enforce a constraint
PCB-00221: OCCURS DEPENDING ON clause not allowed for host variable "string"
ORA-32614: illegal MODEL SELECT expression
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-09706: slsget: get_process_stats error.
DRG-13310: index owner does not have EXECUTE privilege on USER_LEXER stored procedure string