--%>

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 Method overriding Method

    Method overriding: It is a method stated in a super class might be overridden by a method of similar name stated in a sub class. The two methods should have similar name and number and types of formal arguments. Any checked exception thrown by sub-cla

  • Q : Define the term RGB Color Model Define

    Define the term RGB Color Model: It is a color model based on representing a color as three components: green, red, and blue.

  • Q : Function prototypes Function prototypes

    Function prototypes: Function declaration which specifies the function name, return type and parameter list of the function. Syntax: return_type function_name(type var1, type var2,…

  • Q : Problem on three dimensional diagram of

    Create a three dimensional diagram of function z = (x-2)2 + (y-3)3.

  • Q : Define the term Manifest file Define

    Define the term Manifest file: It is a file which is held in a Java Archive (JAR) file, explaining the contents of the archive.

  • Q : ArrayLists I. The Assignment The

    I. The Assignment The Bashemin Parking Garage contains a single lane that can hold up to ten cars.  Arriving cars enter the garage at the rear and are parked in the empty space nearest to the front.  Departing cars exit only from the front.  If a cu

  • Q : Explain Fully qualified class name

    Fully qualified class name: The name of a class, comprising any package name and including class name. The class outline is as follows:     package oddments;    class Outer

  • Q : Define Double buffering Double

    Double buffering: A graphics method employed to smooth animation. The later version of an image is drawn `at the back the scenes' and then exhibited in its totality whenever the drawing is finished. The supposition is that it will be relatively fast t

  • Q : Define the term XSL-FO Define the term

    Define the term XSL-FO. Answr: A sub-element of XSL used for explaining font sizes, how information flows from one page to other and page layouts.

  • Q : Explain the good illustrations of

    Explain the good illustrations of closing XHTML elements.