--%>

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 : What is Bandera Bandera: The main goal

    Bandera: The main goal of Bandera project is to integrate existing programming language processing methods with newly developed methods to provide automated support for the extraction of safe, compact, finite-state models which are suitable for verifi

  • Q : Write a program and estimate pi using

    Consider a dartboard of radius 1. Since the area of the board will be  π r2 = π * 1 *1, it's clear the area of the dartboard is exactly π. The area of a square surrounding the board (circumscribing it) would be 2*2 = 4, sin

  • Q : Function of windows-dot-h header file

    What is the function of <windows.h> header file ?

  • Q : Explain Two dimensional array Two

    Two dimensional array: A two dimensional array is a continuous memory location having similar kind of data arranged in row and column format (such as a matrix structure). D

  • Q : Define Checked exception Checked

    Checked exception: An exception which should be caught locally in the try statement, or propagated through a throws clause stated in the method header.

  • Q : Aren't HTML Aren't HTML, SGML, and XML

    Aren't HTML, SGML, and XML all very similar things?

  • Q : Risks associated while porting a c pre

    Q. 1 Explain number of issues which are faced while porting a c pre processor in java. These issues always have the probability that the code will show errors while trying to execute the code in java.  Q.2 : Software Requirement Specification or Requirements for the studen

  • Q : Use the Alice Program Use the Alice

    Use the Alice Program from the link below to complete and save the five projects . http://alice.org/ (should be Alice 2.2 or newer) Assignment 1

    Q : Explain the good illustrations of

    Explain the good illustrations of closing XHTML elements.

  • Q : State Non-modal Non-modal : In this a

    Non-modal: In this a dialog is non-modal when its parent application is not blocked from additional activity whereas the dialog is being revealed.