ORA-44701: Language not found for translation
Cause: The document had multiple translations and one of them did not have the xml:lang attribute.
Action: All translations must have the xml:lang attribute when multiple translations are present.
ORA-44701:找不到该翻译语言
ORA-44701: 不能找到给定名称的语言以进行翻译。参数解释为要查找的语言名称。
1. 检查您正在使用的数据库语言支持。如果不支持您想要翻译的文本,则应避免使用此多语言函数。
2. 确保使用被支持的数据库语言来翻译文本
3. 在尝试使用语言之前执行例程以确认给定的语言是否支持
4. 您还可以尝试使用客户端语言,比如Java,PHP或Perl,替换数据库语言。