ORA-12521: TNS:listener does not currently know of instance
requested in connect descriptor
Answer / guest
Cause: The listener received a request to establish a
connection to a database or other service. The connect
descriptor received by the listener specified in addition to
the service name an instance name for an instance (usually a
database instance) that either has not yet dynamically
registered with the listener or has not been statically
configured for the listener. This may be a temporary
condition such as after the listener has started, but before
the database instance has registered with the listener.
| Is This Answer Correct ? | 3 Yes | 0 No |
PLS-00701: illegal ORACLE error number string for PRAGMA EXCEPTION_INIT
ORA-19646: cannot change size of datafile string from string to string
ORA-09854: snyPortInfo: bad return code from request.
ORA-29279: SMTP permanent error: string
ORA-16595: NetSlave process string failed to terminate
ORA-09766: osnmop: buffer allocation failure.
TNS-00302: Connection Manager: Unknown Request
ORA-16547: cannot disable the primary database
ORA-29813: non-supported object type with associate statement
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...
DRG-11400: failed to parse document with key string
ORA-12214: TNS:missing local communities entry in TNSNAV.ORA