zoukankan      html  css  js  c++  java
  • 【第48题】【062题库】2019年OCP认证062考试新题

    48题、choose two

    Which two statements are true about using SQL*Loader?

    A) It can load data from external files by using conventional path only.

    B) It can generate unique sequential key values in specified columns.

    C) It can load data into multiple tables using the same load statement.

    D) It can load data from external files by using direct path only.

    E) It can load data into only one table at a time.

    Answer:BC

    (解析:sqlldr有如下特性:

    / Load data into multiple tables during the same load session.

    / Load data across a network. This means that you can run t he SQL*Loader client on a

    different system from the one that is running the SQL*Loader server.

    / Load data from multiple datafiles during the same load session.

    /Specify the character set of the data.

    / Selectively load data (you can load records based on t he records' values). /Use the

    operating system's file system to access the datafiles.

    / Load data from disk, tape, or named pipe.

    / Generate sophisticated error reports, which greatly aid troubleshooting.

    / Load arbitrarily complex object-relational data.

    / Use secondary datafiles for loading LOBs and collections.

    / Use either conventional or direct path loading. While conventional path loading is

    very flexible, direct path loading provides superior loading performance.

    来自3组:1015267481)

  • 相关阅读:
    Celery ---- 分布式队列神器 ---- 入门
    如何使用Python快速制作可视化报表----pyecharts
    django 使用 可视化包-Pyechart
    git & github 快速入门
    开发效率进阶
    windows编译 obs-studio
    python 控制vbox虚拟机
    pyqt实践——从裸机到打包安装
    测试darwin calendar 服务器
    centos 搭建 darwin calendar 服务器
  • 原文地址:https://www.cnblogs.com/cnblogs5359/p/10973440.html
Copyright © 2011-2022 走看看