`

装载器(SQL*Loader)

阅读更多
使用SQL*Loader,可以以文件形式将数据装载到Oracle数据库表中.

1. 在Dos窗口里的SQL*Loader
   在大多数平台上,SQL*Loader的执行程序名字为sqlldr.在文档中,它可能叫做sqlload.
   在cmd中输入sqlldr将出现以下信息:
   SQL*Loader: Release 8.1.5.0.0 - Production on Tue Jun 1 10:00:30 2004
(c) Copyright 1999 Oracle Corporation. All rights reserved.
Usage: SQLLOAD keyword = value [,keyword = value, ...]
Valid Keywords:
userid - ORACLE username/password
control - Control file name
log - Log file name
bad - Bad file name
data - Data file name
discard - Discard file name
discardmax - Number of discards to allow (Default all)
skip - Number of logical records to skip( D e f ault 0)
load - Number of logical records to load (Default all)
errors -- Number of errors to allow (Default 50)
rows -- Number of rows in conventional path bind array or between direct
path data saves
(Default: Conventional path 64, Direct path all)
bindsize -- Size of conventional path bind array in bytes (Default 65536)
silent -- Suppress messages during run
(header, feedback, errors, discards, partitions)
direct -- use direct path (Default FALSE )
parfile -- parameter file : name of file that contains parameter
s p e c i f i c a t i o n s
parallel -- do parallel load (Default FALSE)
file -- File to allocate extents from
skip_unusable_indexes -- disallow/allow unusable indexes or index partitions
(Default FLASE)
skip_index_maintenance -- do not maintain indexes, mark affected indexes as
unusable (Default FALSE)
commit_discontinued - commit loaded rows when load is discontinued (Default FALSE)
readsize - Size of Read buffer (Default 65535)
PLEASE NOTE: Command -line parameters may be specified either by position or
by keywords . An example of the former cas‘es qildl oad scott/tiger fo'o; an
example of the latter is's qlload control = foo userid = scott/ti'g.e rOne may
specify paramters by position before but not after parameters specified by
keywords. For example , 'sqlload scott/tiger control =foo logfile =log' is
allowed , but 'sqlload scott/tigecro ntrol=foo log' isn ot, even though the
position of the parameter 'log' is correct.

分享到:
评论

相关推荐

    SQL LOADER错误小结

    在使用SQL*LOADER装载数据时,由于平面文件的多样化和数据格式问题总会遇到形形色色的一些小问题,下面是工作中累积、整理记录的遇到的一些形形色色错误。希望能对大家有些用处。(今天突然看到自己以前整理的这些...

    基于SQL*Loader的海量数据装载方案优化.pdf

    基于SQL*Loader的海量数据装载方案优化.pdf

    Oracle数据库装载外部数据工具SQL*Loader的应用.pdf

    Oracle数据库装载外部数据工具SQL*Loader的应用.pdf

    Oracle数据库装载外部数据工具SQL*Loader的应用 (1).pdf

    Oracle数据库装载外部数据工具SQL*Loader的应用 (1).pdf

    [Oracle] 常用工具集之SQL*Loader的用法

    SQL*Loader是Oracle提供的用于数据加载的一种工具,它比较适合业务分析类型数据库(数据仓库),能处理多种格式的平面文件,批量数据装载比传统的数据插入效率更高

    Oracle数据库装载外部数据工具SQL*Loader的应用 (2008年)

    0racle数据库管理系统的SQL*Loade r工具提供了将外部...文中阐述了SQL*Loader完成的主要功能、工作机制及组件,对控制文件的语法结构及常用参数进行了较详细的论述,最后通过一个实饲说明了装载数据的操作过程及方法。

    海量数据装载工具SQL Loader技术分析.pdf

    海量数据装载工具SQL Loader技术分析.pdf

    oracle sqlloader使用指南

    oracle sqlloader 使用指南 数据装载

    toad for oracle 11

    TOAD® 是 Quest ... DBA 模块还提供了 Oracle 输入/输出和数据库创建向导,以及方便易用的SQL*Loader 界面,提高了数据装载和卸载的效率。Schema Browser 界面全面支持所有 DBA 管理对象的创建、修改和丢弃功能。

    oracle数据库dba管理手册

    8.5.1 大量数据的插入:使用SQL*Loader Direct Path选项 212 8.5.2 大量数据的插入:常见陷阱和成功 诀窍 214 8.5.3 大量数据的删除:truncate命令 215 8.5.4 分区 216 8.6 调整物理存储 216 8.6.1 整理文件碎片 ...

    ORACLE数据库体系架构视频教程详细完整版

    第十四章:数据装载 SqlLoader 第十五章:Oracle 网络 第三部分:管理Oracle数据库 第十六章:Oracle ASM 管理 第十七章:逻辑备份与恢复 第十八章:物化视图。 由于文件过大,只提供百度网盘下载地址和提取码,请...

    patchjs:Patch.js是用于移动Web的增量(字符级别)脚本加载器

    支持localStorage / Web SQL数据库/ IndexedDB。 通过nginx进行实时差异计算。 通过webpack构建差异计算。装载机参考< script src =" ./patchjs-loader/2.0.0/websqldb.js " > </ script >< script ...

    Oracle9i的init.ora参数中文说明

    ), interpreted (然后 PL/SQL 模块将被编译为 PL/SQL 字节代码格式), debug (PL/SQL 模块将用探测调试符号来编译), non_debug。 默认值: " interpreted, non_debug " plsql_native_linker: 说明: 此参数指定链接...

    二十三种设计模式【PDF版】

    状态是编程中经常碰到的实例,将状态对象化,设立状态变换器,便可在状态中轻松切换. 设计模式之 Memento(注释状态?) 很简单一个模式,就是在内存中保留原来数据的拷贝. 设计模式之 Interpreter(解释器) 主要用来对...

    ETL工具Kettle用户手册

    4. SQL 编辑器(SQL Editor) ....................................................................................................... 16 4.1 描述 .............................................................

Global site tag (gtag.js) - Google Analytics