Package | Description |
---|---|
oracle.jdbc.babelfish |
Provides the classes necessary for the support for application migration feature.
|
Modifier and Type | Method and Description |
---|---|
static Translator |
TranslationManager.getTranslator(String connectionURL, String user, String translationProfile, String localErrorTranslationFilePath)
Get the query and error translator with an internal reference to the translation cache if one is available for the unique url, user and translation profile combination or a new cache if its not available.
|
static Translator |
TranslationManager.getTranslator(String connectionURL, String user, String translationProfile, String localErrorTranslationFilePath)
Get the query and error translator with an internal reference to the translation cache if one is available for the unique url, user and translation profile combination or a new cache if its not available.
|