在直接方式下,Export生成select语句并读取所需的数据块的过程与传统方式是一致的,但是在数据块被读取到数据库缓存之后,已经被翻译成记录格式,因此可以绕过SQL命令处理层直接返回给export客户端并写入到导出文件中,这样就避免了数据转换的过程

解决方案 »

  1.   

    To invoke a direct path Export, you must use either the command-line method or a
    parameter file. You cannot invoke a direct path Export using the interactive method.
    To use direct path Export, specify the DIRECT=y parameter on the command line or
    in the parameter file. The default is DIRECT=n, which extracts the table data using
    the conventional path.
    Additionally, be aware that the Export parameter BUFFER applies only to
    conventional path Exports. For direct path Export, use the RECORDLENGTH
    parameter to specify the size of the buffer that Export uses for writing to the export
    file.