zoukankan      html  css  js  c++  java
  • sqlldr

    http://www.orafaq.com/forum/t/146582/ 

    Thank you for your reply. Load has been successful all the time but I should not check the error condition (since I know there are going to be some errors) in order to continue the process I guess. But adding errors=9999999 and checking the error condition with $? will have the same result which will abort the process.
    I really appreciated your time/effort in replying to my questions. Thanks very much and have a great day!

    Hi pls provide your suggestion,

    I'm using following command to th data.

    sqlldr callctestapp/big5#ben@COMPASS_QA_APP, control=./EOBReportMember.ctl, log=../logs/reportMember.log, ERRORS=9999999

    Flat file have 3 records, among hem 1 is dplicate. So two records are ussesfully loaded into the table.


    But while running echo $? it give 2. Hence the script is getting failed. Can you please give your suggetion on this. Thanks in advance

    Just curious where you saw error code 2 is incorrect usage of command? The documentation indicates that it's one of the following:

    • All or some rows rejected
    • All or some rows discarded
    • Discontinued load


    Error code 1 would indicate "Command-line or syntax errors".

  • 相关阅读:
    三元表达式
    迭代器
    python字符串内的自建函数 string.
    shell下的while和if
    正则表达
    nginx下同时做负载均衡和web服务
    nfs匹配nginx服务
    yum安装nginx的负载均衡详解
    samba实战讲解
    python基础之数据类型
  • 原文地址:https://www.cnblogs.com/kakaisgood/p/11532491.html
Copyright © 2011-2022 走看看