• OCP-1Z0-053-V13.02-458题


    458.Globalization support is implemented through the text- and character-processing functions provided

    by which Oracle feature?

    A. RSTLNE

    B. NLSRTL

    C. LISTENER

    D. NLSSORT

    E. Linguistic sorts

    Answer: B

    答案解析:

    参考:http://docs.oracle.com/cd/E11882_01/server.112/e10729/ch1overview.htm#NLSPG700



    Locale Data on Demand

    Oracle Database globalization support is implemented with the Oracle NLS Runtime Library (NLSRTL). The NLS RTL provides a comprehensive suite of language-independent functions that perform proper text and character processing and language-convention manipulations. Behavior of these functions for a specific language and territory is governed by a set of locale-specific data that is identified and loaded at run time.

    The locale-specific data is structured as independent sets of data for each locale that Oracle Database supports. The data for a particular locale can be loaded independently of other locale data.

    The advantages of this design are as follows:

    • You can manage memory consumption by choosing the set of locales that you need.

    • You can add and customize locale data for a specific locale without affecting other locales.



    Oracle  全球化支持功能通过Oracle NLS Runtime  Library (NLSRTL)  加以实施。

    NLSRTL

    National Language Support Runtime Library. This library is responsible for providing locale-independent algorithms for internationalization. The locale-specific information (that is, NLSDATA) is read by the NLSRTL library during run-time.


    Globalization Support

    To support multilingual application, Globalization Support functionality is required for cartridges and callouts. NLSRTL is a multiplatform, multilingual library current used in RDBMS and provides consistent Globalization Support behavior to all Oracle products.

    Globalization Support basic services provide the following language and cultural sensitive functionality:

    • Locale information retrieval.

    • String manipulation in the format of multibyte and wide-char.

    • Character set conversion including Unicode support.

    • Messaging mechanism.


  • 相关阅读:
    DBeaver导入SQL脚本数据
    SpringCloudEureka上篇
    SpringCloud基本认知
    问题记录_服务器上环境重启
    应用架构、业务架构、技术架构、业务流程图
    问题排查利器:Linux 原生跟踪工具 Ftrace 必知必会
    BumbleBee: 如丝般顺滑构建、交付和运行 eBPF 程序
    Ubuntu 21.10 安装调试符号
    MysqlCURD
    Linux搭建邮件服务器
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13315941.html
Copyright © 2020-2023  润新知