Follow Our FB Page << CircleMedia.in >> for Daily Laughter. We Post Funny, Viral, Comedy Videos, Memes, Vines...


ORA-12228: TNS:protocol adapter not loadable



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

Post New Answer

More Oracle Errors Interview Questions

ORA-13250: insufficient privileges to modify metadata table entries

1 Answers  


DRG-11813: Moved Temporarily

1 Answers  


ORA-01563: rollback segment is PUBLIC, need to use the keyword PUBLIC

1 Answers  


ORA-13520: Database id (string) not registered, Status = string

1 Answers  


LSX-00106: duplicate attribute "~S"

1 Answers  






DRG-10206: failed to perform recovery for a server or client

1 Answers  


ORA-02764: Invalid package mode

1 Answers  


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...

0 Answers   IBM,


IMP-00051: Direct path exported dump file contains illegal column length

1 Answers  


ORA-00270: error creating archive log string

1 Answers  


ORA-31652: command response message was invalid type - detaching job

1 Answers  


ORA-29862: cannot specify FORCE option for dropping non-domain index

1 Answers  


Categories