TNS-00129: Internal error - Failed to create new community
Answer / guest
Cause: Internal Error. Should not normally occur. There may
be a resource limitation problem on the machine.
Action: Stop and restart Interchange. If possible, make more
memory available on the machine. If problem persists,
contact Oracle Customer Support.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-01561: failed to remove all objects in the tablespace specified
ORA-30200: Wrong NLS item was passed into OCINlsGetInfo()
NID-00422: Change of database ID failed during validation - database is intact.
PCC-02066: CMD-LINE: Could not find or could not open system config file
LFI-00134: Unable to protect a file for an append operation.
ORA-19752: block change tracking is already enabled
ORA-09855: removeCallback: bad message format.
ORA-16176: background dictionary build cannot be running
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-26671: maximum number of STREAMS processes exceeded
SQL*Loader-00918: The catalog must be loaded (as SYS) for SQL*Loader to be used
ORA-16225: Missing LogMiner session name for Streams