ORA-08263: ora_addr: cannot free listener address
Answer / guest
Cause: The listener nameserver entry could not be freed
Action: Additional information gives nameserver's returned
status. Contact your customer support representative.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-16569: Data Guard configuration is not enabled.
ORA-00333: redo log read error block string count string
ORA-01229: data file string is inconsistent with logs
ORA-14307: partition contains too many list values
PCC-00111: SQLCHECK value in EXEC ORACLE statement exceeds command line value
SQL*Loader-00294: invalid name % specified in TREAT AS clause
ORA-02304: invalid object identifier literal
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-01680: unable to extend LOB segment by string in tablespace string
ORA-14100: partition extended table name cannot refer to a remote object
SQL*Loader-00555: unrecognized processing option
TNS-12664: Services required by server not available on the client