ORA-29276: transfer timeout
Answer / guest
Cause: Timeout occurred while reading from or writing to a
network connection.
Action: Check the remote server or the network to ensure
that it responds within the timeout limit. Or increase the
timeout value.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 1 No |
ORA-13762: The string ranking measure is invalid.
ORA-28559: FDS_CLASS_NAME is string, FDS_INST_NAME is string
NCR-03016: NCRO: Message has bad address
ORA-16725: the phase supplied to resource manager is invalid
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-09702: sem_acquire: cannot acquire latch semaphore
ORA-01113: file string needs media recovery
NNO-00710: server's cache will be dumped to the trace file in number seconds
ORA-28154: Proxy user may not act as client 'string'
LCD-00208: unexpected keyword in value list [string]
ORA-00911: invalid character
ORA-02792: Unable to fstat() a file being used for asynchronous I/O.