ORA-12228: TNS:protocol adapter not loadable
Answer / guest
Cause: On some platforms (such as Windows) protocol support
is loaded at run-time. If the shared library (or DLL) for
the protocol adapter is missing or one of its supporting
libraries is missing then this error is returned.
Action: For further details, turn on tracing and reexecute
the operation. The trace file will include the name of the
shared library (or DLL) that could not be loaded.
Please add more information about this Error
Is This Answer Correct ? | 0 Yes | 0 No |
ORA-13250: insufficient privileges to modify metadata table entries
DRG-11813: Moved Temporarily
ORA-01563: rollback segment is PUBLIC, need to use the keyword PUBLIC
ORA-13520: Database id (string) not registered, Status = string
LSX-00106: duplicate attribute "~S"
DRG-10206: failed to perform recovery for a server or client
ORA-02764: Invalid package mode
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...
IMP-00051: Direct path exported dump file contains illegal column length
ORA-00270: error creating archive log string
ORA-31652: command response message was invalid type - detaching job
ORA-29862: cannot specify FORCE option for dropping non-domain index