--%>

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 : Index value of the initial element in

    Write the index value of the initial element in an array?

  • Q : Rings present in CPU What do you mean

    What do you mean by rings present in CPU?

  • Q : Types of layout managers Describe the

    Describe the layout manager and what are the various types of layout managers accessible?

  • Q : What is single user sysytem What is

    What is meant by the single users system?

  • Q : State the term an XHTML Element State

    State the term an XHTML Element?

  • Q : Describe Overriding for restriction

    Overriding for restriction: It is a form of method overriding in which the sub-class version of a method calls the super-class version first of all and then employs or manipulates the outcome or consequences of that call in some manner.

  • Q : Use of setjmp and longjmp Use of

    Use of setjmp() and longjmp(): In C/C++, setjmp() saves the contents of the registers at a particular state in the program and longjmp() will restore that state later. In this way, longjmp() “returns” to the state of the program when setjm

  • Q : Describe Locale Locale : The details

    Locale: The details which are dependent on conventions and customs approved by a specific country or culture. Within programs, this influences issues like number and date formatting, for example. Designers of classes must be sensitive to the locale-sp

  • Q : Define Zip file Zip file : It is a file

    Zip file: It is a file employed to store compressed versions of the files. In connection with Java bytecode files, such have mostly been superseded by the Java Archive (abbreviated as JAR) files.

  • Q : What is a Port Port: It is a number

    Port: It is a number employed by a procedure to communicate with the other procedure across a network, employing the Transmission Control Protocol (abbreviated as TCP) or User Datagram Protocol (abbreviated as UDP), for instance.