--%>

Retrieve the text for ORA-12705

Why do one obtain an error while attempting to retrieve the text for ORA-12705?

E

Expert

Verified

This error take place when you have not set the ORACLE_HOME environment variable correctly — a common mistake. In order to employ WebLogic jDriver for Oracle, the Oracle client software have to be installed and ORACLE_HOME have to be set.

You might also see this error message if you try to use WebLogic jDriver for Oracle's internationalization capabilities along with a language/codeset combination that is not installed on your system. If you obtain the ORA-12705 error along with the correct error text, then either you have set NLS_LANG inappropriately, or you do not have the right codesets installed on your system.

   Related Questions in Programming Languages

  • Q : Explain String String: It is an

    String: It is an instance of the String class. A string comprises of zero or more Unicode characters, and they are not mutable or immutable, once formed. The literal string is written between a pair of string delimiters ("), as:

    Q : What is Reduce Concurrency Reduce

    Reduce Concurrency: From a model-checking perspective, the searched state space consists of all possible thread-state combinations, which implies that the level of concurrency has the biggest impact on state space size. As a consequence, reducing conc

  • Q : Define Anonymous object Anonymous

    Anonymous object: An object formed without an identifier. They are generally formed as array elements, actual arguments or method outcomes. For example:     private Point[] vertices = { &n

  • Q : What does WSDL stand for What does WSDL

    What does WSDL stand for?

  • Q : Define the term Graphical User Interface

    Graphical User Interface: A Graphical User Interface (abbreviated as GUI) is a part of a program which permits user interaction through graphical components, like menus, buttons, text areas, and so forth. Interaction frequently includes the usage of a

  • Q : State the term DOM and how does this

    State the term DOM and how does this relate to XML?

  • Q : Transport for XML Web Services What is

    What is the transport for XML Web Services? How can end-to-end security be provided for this transport?

  • Q : Define Compiler Compiler : A program

    Compiler: A program that executes a process of compilation on a program written in the high level programming language.

  • Q : What is Homogeneous collection

    Homogeneous collection: A group of objects with similar dynamic type. Arrays are the most general homogeneous collection objects.

  • Q : Define Implements clause Implements

    Implements clause: That part of a class header which points out which interfaces are applied by the class. A class might implement for more than one interface.