Skip navigation links
Oracle JDBC Java API Reference
12c Release 2 (12.2.0.1.0)
E85811-01

Package oracle.jdbc.babelfish

Provides the classes necessary for the support for application migration feature.

See: Description

Package oracle.jdbc.babelfish Description

Provides the classes necessary for the support for application migration feature. It enables non-oracle dialect queries to be run with Oracle Database by auto-translating the queries and errors internally.

On activation of the feature the driver goes through this package and automatically proxyfies all the required objects to support for auto translation of queries from other dialects to oracle dialect and vice versa for error codes based on the translation profile. Except for setting the connection properties to activate the feature, for the most part this package's functionality is intended to be transparent to the user so that there is minimal changes required to existing user code.

The following properties are required

<!DOCTYPE LocalTranslationProfile[
<!ELEMENT LocalTranslationProfile (Exception+)>
<!ELEMENT Exception (ORAError, ErrorCode, SQLState )>
<!ELEMENT ORAError (#PCDATA)>
<!ELEMENT ErrorCode (#PCDATA)>
<!ELEMENT SQLState (#PCDATA)>
]>

      

Since:
12c
Skip navigation links
Oracle JDBC Java API Reference
12c Release 2 (12.2.0.1.0)
E85811-01

Copyright © 2008, 2017, Oracle. All rights reserved.