What is the name of the file that identifies the set of available locale definitions?()A. locale.defB. lxdef.oraC. lx1boot.nlbD. lx1boot.oraE. lang.def

题目
What is the name of the file that identifies the set of available locale definitions?()

A. locale.def

B. lxdef.ora

C. lx1boot.nlb

D. lx1boot.ora

E. lang.def


相似考题
更多“What is the name of the file that identifies the set of available locale definitions?() ”相关问题
  • 第1题:

    You are planning the creation of a new multitenant container database (CDB) and want to store the ROOT and SEED container data files in separate directories.You plan to create the database using SQL statements.Which three techniques can you use to achieve this?()

    A. Use Oracle Managed Files (OMF).

    B. Specify the SEED FILE_NAME_CONVERT clause.

    C. Specify the PDB_FILE_NAME_CONVERT initialization parameter.

    D. Specify the DB_FILE_NAMECONVERT initialization parameter.

    E. Specify all files in the CREATE DATABASE statement without using Oracle managed Files (OMF).


    参考答案:A, B, C

  • 第2题:

    避免头文件被多次包含的编译预处理方法有

    A.#ifndef HEADER_FILE_NAME #define HEADER_FILE_NAME // 程序代码 #endif#B.#pragma once#C.#include once#D.C++11 的 _Pragma 运算符
    #include <文件名>##include "文件名"

  • 第3题:

    以长格式列出当前用户家目录下文件名以file开头,跟着2到5之间的一个数字的所有文件

    A.ls -l ~/file[2-5]*

    B.find ~ -name "file[2-5]*"

    C.ls -a ~/file[2-5]*

    D.find ~ -name "file[2-5]?"


    ls -l ~;ll ~

  • 第4题:

    以长格式列出当前用户家目录下文件名以file开头,跟着2到5之间的一个数字的所有文件

    A.ls -l ~/file[2-5]*

    B.find ~ -name "file[2-5]*" -exec ls -l {} ;

    C.find ~ -name "file[2-5]*"

    D.ls -a ~/file[2-5]*

    E.ls -l ~/file[2-5]

    F.find ~ -name "file[2-5]?"


    ls -l ~;ll ~

  • 第5题:

    判断一个文件的大小我们可以使用哪个方法

    A.File类的length()方法

    B.File类的available()方法

    C.FileInputStream类的length()方法

    D.FileInputStream类的available()方法


    File类的length()方法

  • 第6题:

    以长格式列出当前用户家目录下文件名以file开头,跟着2到5之间的一个数字的所有文件,下面哪种做法是正确的?

    A.ls -l ~/file[2-5]*

    B.find ~ -name "file[2-5]*" -exec ls -l {} ;

    C.find ~ -name "file[2-5]*"

    D.ls -a ~/file[2-5]*

    E.ls -l ~/file[2-5]

    F.find ~ -name "file[2-5]?"


    ls -l ~;ll ~