ORA-09885: osnTXtt: cannot create TXIPC channel
Answer / guest
Cause: The TXIPC driver failed to create pipes for two-task
communications with the oracle shadow process.
Action: You have probably exceeded the maximum number of
open file descriptors per user or the system file table is
full. Note the operating system error code and contact your
system administrator.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-13710: Parameter "string" must have a higher value than parameter "string". The values supplied were "string" and "string" respectively.
ORA-27001: unsupported device type
NNL-00259: Server-generated requests now require authoritative answers
ORA-22057: bad integer length [string]
ORA-16060: Log file is current
ORA-00600: internal error code, arguments: [string], [string], [string], [string], [string], [string], [string], [string]
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...
SQL*Loader-00940: UPI error while setting NCHAR bind attributes for column string table string
ORA-27473: argument string does not exist
NNC-00412: invalid name "string"
ORA-08209: scngrs: SCN not yet initialized
PLS-00330: invalid use of type name or subtype name