Data backup pump failed and find the reason

OS - Windows server 2012

version - 11.2.0.1.0

Server: production server

Every day we take the backup data pump expdp and yesterday he got failed with the following error

Start "AWSCOMMONMASTER". "" FULLEXPJOB18JUN15_090003 ":

Current estimate using STATISTICS...

Treatment of DATABASE_EXPORT/SCHEMA/TABLE/TABLE_DATA object type

ORA-39126: worker unexpected fatal worker error of $ MAIN. DO_STATISTICS_ESTIMATE [TABLE_DATA: "DAILYRAWMAH".] ["" S07130131 "]

SELECT COL, rowcnt, avgrln OF SYS. KU$ _TABLE_EST_VIEW WHERE object_schema =: 1 AND object_name =: AND 2: 3 IS NULL AND: 4 IS NULL

ORA-01403: no data found

ORA-06512: at "SYS." DBMS_SYS_ERROR', line 105

ORA-06512: at "SYS." "MAIN$ WORKER", line 8171

-PL/SQL call stack-

the line object

serial number of handle

00000002F8D46620 18990 SYS package body. MAIN$ WORKER

00000002F8D46620 8192 SYS package body. MAIN$ WORKER

00000002F8D46620 8599 SYS package body. MAIN$ WORKER

00000002F8D46620 7734 SYS package body. MAIN$ WORKER

00000002F8D46620 12616 SYS package body. MAIN$ WORKER

00000002F8D46620 2434 SYS package body. MAIN$ WORKER

00000002F8D46620 8847 SYS package body. MAIN$ WORKER

00000002F8D46620 1649 SYS package body. MAIN$ WORKER

00000002F114F380 anonymous block 2

Current estimate using STATISTICS...

Treatment of DATABASE_EXPORT/SCHEMA/TABLE/TABLE_DATA object type

ORA-39126: worker unexpected fatal worker error of $ MAIN. DO_STATISTICS_ESTIMATE [TABLE_DATA: "DAILYRAWTN".] ["" S07130131 "]

SELECT COL, rowcnt, avgrln OF SYS. KU$ _TABLE_EST_VIEW WHERE object_schema =: 1 AND object_name =: AND 2: 3 IS NULL AND: 4 IS NULL

ORA-01403: no data found

ORA-06512: at "SYS." DBMS_SYS_ERROR', line 105

ORA-06512: at "SYS." "MAIN$ WORKER", line 8171

-PL/SQL call stack-

the line object

serial number of handle

00000002F8D46620 18990 SYS package body. MAIN$ WORKER

00000002F8D46620 8192 SYS package body. MAIN$ WORKER

00000002F8D46620 8599 SYS package body. MAIN$ WORKER

00000002F8D46620 7734 SYS package body. MAIN$ WORKER

00000002F8D46620 12616 SYS package body. MAIN$ WORKER

00000002F8D46620 2434 SYS package body. MAIN$ WORKER

00000002F8D46620 8847 SYS package body. MAIN$ WORKER

00000002F8D46620 1649 SYS package body. MAIN$ WORKER

00000002F114F380 anonymous block 2

Work "AWSCOMMONMASTER". "' FULLEXPJOB18JUN15_090003 ' stopped because of the mistake 22:21:19

According to the above error I doubt two,.

(1) every day I used to take expdp successfully why he failed yesterday only when everything is correct, my doubt is that one manually stop or revoke any privilege that associated with exports from above mentioned user called AWSCOMMONMASTER.

If Yes, how can I find which revoked the privileges and what privileges revoked and when, how I do this. I got Toad tool

(2) if not above mentioned point of view then, what is the error how can I identify. Not my backp work will begin today and I need to make success. Thank you in advance for your golden time.

Hello

There is no content = option there.

Thin in this topic you have logically - 100 tables to retrieve the say and the process works through the list, in another session that someone drops a table - when the export process gets what he says "he has no table" - and he raises an error - the other 99 will work ok just this one will be failure.

In your case, with incredible timing, the table has been deleted while the process was the phase of metadata and you got the weird error thrown - but the general theory is the same.

Kind regards

Rich

Tags: Database

Similar Questions

  • How to debug and find the exact constraint violation error

    {14:22:36:ErrorCode 122712 - 1 with ErrorMessage as ORA-00001: unique constraint (OPS$ CMS.)} {PK_TB_ML_EXER_UPLOAD) violated appeared [SSO16063259009], pk_xop_subsales.pr_process_exer [CMSCOST_USER]}

    {Pr_process_exer (PROCEDURE)
    p_voucher_num tb_xop_order_manager_t.voucher_num%TYPE,
    p_status_type tb_xop_order_manager_t.status_type%type,
    p_dest tb_xop_order_manager_t.dest%type,
    p_reference_key tb_xop_order_manager_t.reference_key%type,
    p_seq_num tb_xop_order_manager_t.seq_num%type,
    p_return_code tb_xop_order_manager_t.return_code%type,
    p_reason_desc tb_xop_order_manager_t.reason_desc%type,
    p_activity_qty tb_xop_order_manager_t.activity_qty%type,
    p_leaves_qty tb_xop_order_manager_t.leaves_qty%type,
    p_exec_price tb_xop_order_manager_t.exec_price%type,
    p_current_status tb_xop_order_manager_t.current_status%type,
    p_err_cur ON ref_cursor)
    IS
    CURSOR get_order_dtls (v_voucher_num tb_xop_order_manager_t.voucher_num%type)
    IS
    SELECT *.
    OF tb_xop_order_manager_t
    WHERE voucher_num = v_voucher_num;

    CURSOR get_mail_cd (v_opt_num OPTIONEE.opt_num%TYPE) IS
    SELECT mail_cd, sp_mail_cd
    OF XOP_OPTIONEE
    WHERE opt_num = v_opt_num;

    cursor get_opt_dtls (v_opt_num OPTIONEE.opt_num%TYPE) IS
    Select
    SUBSTR (Trim (O.name_first) |) ' ' || Trim (O.name_mi) | ' ' ||
    Trim (O.name_last), 1: 35) p_name,.
    SUBSTR (O.address1, 1, 35) opt_addr1,.
    SUBSTR (O.address2, 1, 35) opt_addr2,.
    SUBSTR (O.address3, 1, 35) opt_addr3,.
    SUBSTR (O.address4, 1, 35) opt_addr4,.
    SUBSTR (O.address5, 1, 35) opt_addr5,.
    SUBSTR (O.address6, 1, 35) opt_addr6,.
    SUBSTR (Trim (O.City) |) ' ' || Trim (O.State) | ' ' ||
    Trim (O.zip) | ' ' || Trim (O.Country), 1: 35) city_state_zip_country,.
    Trim town (O.City),
    Trim (O.State) State,
    Trim (O.zip) zip,
    Trim (O.Country) countries
    of the option o holder
    where o.opt_num = v_opt_num;
    -CQ: PCTUP00210726 - added wire instructions audit for info thread deleted.
    CURSOR (c_wire_instruction)
    in_wire_seq_no TB_XOP_WIRE_INSTRUCTIONS.wire_seq_no%TYPE) IS
    SELECT ml_brok_acct_num,
    SSN,
    plan_num,
    instr_type,
    aba_routing_num,
    swift_routing_code,
    bank_name,
    bank_acct_num,
    name_on_account,
    bank_addr_1,
    bank_addr_2,
    bank_addr_3,
    City,
    State,
    countries,
    zip,
    bank_ident_num,
    addtl_info
    OF TB_XOP_WIRE_INSTRUCTIONS
    WHERE wire_seq_no = in_wire_seq_no
    UNION
    SELECT ml_brok_acct_num,
    SSN,
    plan_num,
    instr_type,
    aba_routing_num,
    swift_routing_code,
    bank_name,
    bank_acct_num,
    name_on_account,
    bank_addr_1,
    bank_addr_2,
    bank_addr_3,
    City,
    State,
    countries,
    zip,
    bank_ident_num,
    addtl_info
    OF TB_XOP_WIRE_INSTRUCTIONS_AUDIT
    WHERE wire_seq_no = in_wire_seq_no;

    CURSOR c_order_qty IS
    SELECT order_qty
    OF tb_xop_order_manager
    WHERE voucher_num = p_voucher_num;
    v_order_qty tb_xop_order_manager.order_qty%TYPE;

    v_wire_instruction c_wire_instruction % ROWTYPE;
    v_order_dtls get_order_dtls % rowtype;
    v_opt_dtls get_opt_dtls % rowtype;
    v_settle_dt tb_ml_exer_upload.settle_dt%type;
    v_cusip_num corp.cusip_num%type;
    number of v_err_cd (12): = 0;
    v_err_msg varchar2 (4000);
    v_compy_nme tb_fc_Compy.compy_nme%type;
    v_ml_sec_num tb_fc_compy.ml_sec_num%type;
    v_mail_cd xop_optionee.mail_cd%type;
    v_count1 PLS_INTEGER: = 0;
    v_sum_activity_qty tb_xop_order_manager_t.activity_qty%TYPE;
    v_transact_no PLS_INTEGER;

    v_ivr_plan_num tb_fc_compy.ivr_plan_num%TYPE;

    wait_for_more EXCEPTION;
    exceeds_order_qty EXCEPTION;
    -Added CQ # PCTUP00481233
    number of v_sub_totfee;
    number of v_sub_fixedfee1;
    number of v_sub_fixedfee2;
    number of v_sub_fixedfee3;
    number of v_sub_secfee;
    number of v_sub_feenum;
    -Added CQ # PCTUP00481233
    v_fixedfee1 tb_xop_order_manager_t.fixed_fee1%TYPE; -SPIF # 43161 - variable to contain the fixed mensuels1

    BEGIN

    OPEN c_order_qty.
    SEEK c_order_qty INTO v_order_qty;
    CLOSE C_order_qty;
    DBMS.output.put_line ('completed1');
    IF v_order_qty <>p_activity_qty THEN
    DBMS.output.put_line ('completed2');
    IF p_status_type = "EO" AND v_order_qty < p_activity_qty THEN
    RAISE exceeds_order_qty;
    DBMS.output.put_line ('completed3');
    ELSIF p_status_type = 'EO' AND v_order_qty > p_activity_qty THEN
    -Partial enforcement
    INSERT INTO tb_xop_hold_multi_orders
    (voucher_num
    reference_key
    seq_num
    return_code
    reason_desc
    status_type
    activity_qty
    leaves_qty
    exec_price
    current_status
    waiting
    activ_dt)
    VALUES
    (p_voucher_num
    p_reference_key
    p_seq_num
    p_return_code
    p_reason_desc
    p_status_type
    p_activity_qty
    p_leaves_qty
    p_exec_price
    p_current_status
    , 'Y'
    SYSTIMESTAMP);
    DBMS.output.put_line ('completed4');
    ON THE OTHER
    IF p_status_type = "BE" THEN
    SELECT COUNT (1) IN v_count1
    OF tb_xop_hold_multi_orders
    WHERE voucher_num = p_voucher_num;
    DBMS.output.put_line ('completed5');
    IF v_count1 > 0 THEN
    INSERT INTO tb_xop_hold_multi_orders
    (voucher_num
    reference_key
    seq_num
    return_code
    reason_desc
    status_type
    activity_qty
    leaves_qty
    exec_price
    current_status
    waiting
    activ_dt)
    VALUES
    (p_voucher_num
    p_reference_key
    p_seq_num
    p_return_code
    p_reason_desc
    p_status_type
    , (-1) * p_activity_qty
    p_leaves_qty
    p_exec_price
    p_current_status
    , 'Y'
    SYSTIMESTAMP);
    UPDATE tb_xop_hold_multi_orders
    QUEUE = 'Y '.
    WHERE voucher_num = p_voucher_num;
    DBMS.output.put_line ('completed6');
    END IF;
    END IF;
    END IF;
    DBMS.output.put_line ('completed7');
    SELECT SUM (NVL(activity_qty,0)) IN the v_sum_activity_qty
    OF tb_xop_hold_multi_orders
    When pending = 'Y '.
    AND voucher_num = p_voucher_num;

    IF v_sum_activity_qty > 0 THEN
    IF v_sum_activity_qty <>v_order_qty THEN
    RAISE wait_for_more;
    ON THE OTHER
    -final order in the case of partial performance; complete the process
    UPDATE tb_xop_hold_multi_orders
    PUT on hold = ' don't
    process_dt = SYSDATE
    WHERE voucher_num = p_voucher_num;
    END IF;
    END IF;
    END IF;

    UPDATE tb_xop_order_manager_t
    SET activ_dt = TO_CHAR (SYSDATE, "YYYY-MM-DD HH24:MI:SS") | '. 000'
    dest = p_dest
    reference_key = p_reference_key,
    seq_num = p_seq_num
    return_code = p_return_code
    reason_desc = p_reason_desc,
    status_type = p_status_type
    , activity_qty = v_order_qty - p_activity_qty
    , leaves_qty = 0 - p_leaves_qty
    exec_price = p_exec_price,
    WHERE voucher_num = p_voucher_num;
    DBMS.output.put_line ('completed8');
    /*
    * SPIF # 43161 - update of the current situation to the PO moved to the end, even in works of the PROD.
    */

    IF (p_status_type = "EO") THEN

    BEGIN
    Select cusip_num
    in v_cusip_num
    Corp;
    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    SELECT cusip_num
    IN v_cusip_num
    OF tb_xop_espp_compy
    WHERE compy_acronym = replace (replace(user,'CMS'), '_USER');
    WHILE OTHERS THEN
    NULL;
    END;

    Select compy_nme, ml_sec_num, ivr_plan_num
    in v_compy_nme, v_ml_sec_num, v_ivr_plan_num
    of tb_fc_compy
    where compy_acronym = replace (replace(user,'CMS'), '_USER')
    UNION ALL
    Select compy_nme, je_ml_security_number, ivr_plan_num
    of tb_xop_espp_compy
    where compy_acronym = replace (replace(user,'CMS'), '_USER');
    -where ivr_plan_num = replace (substr(p_voucher_num,1,7), 'NORTH', 'XOP');

    Open get_order_dtls (p_voucher_num);
    SEEK get_order_dtls INTO v_order_dtls;

    v_settle_dt: = fn_xop_bankopen_bizday (TRUNC (v_order_dtls.exer_date + 1));
    v_settle_dt: = fn_xop_bankopen_bizday (TRUNC (v_settle_dt + 1));
    v_settle_dt: = fn_xop_bankopen_bizday (TRUNC (v_settle_dt + 1));

    FOR c_mail_cd IN get_mail_cd (v_order_dtls.opt_num)
    LOOP
    v_mail_cd: = c_mail_cd.mail_cd;
    -We need get sp_mail_cd and overlay with the sp_mail_cd in order_manager_t?
    END LOOP;

    OPEN get_opt_dtls (v_order_dtls.opt_num);
    SEEK get_opt_dtls INTO v_opt_dtls;
    CLOSE Get_opt_dtls;

    v_fixedfee1: = nvl (v_order_dtls.fixed_fee1, 0);
    /*
    * SPIF # 43161 - at least one transaction per day fees
    */
    v_fixedfee1: = pk_xop_enh_exerupdate.chrg_tranxfixed_fee (v_fixedfee1,
    v_order_dtls. Symbol,
    v_order_dtls.corp_acronym,
    v_order_dtls.opt_num);
    -Insert in tb_ml_exer_upload
    -Added CQ # PCTUP00481233
    Pk_Xop_Transactmodel.GET_FEE (v_order_dtls. GROUP_ID, v_order_dtls. SVC_ID, 'SQ', v_order_dtls.opts_exer,
    round (v_order_dtls.exec_price, 4), v_sub_totfee, v_sub_fixedfee2, v_sub_fixedfee1,.
    v_sub_fixedfee3, v_sub_secfee, v_sub_feenum, LPAD (v_order_dtls. SSN, 9, 0));
    v_order_dtls.sec_fee: = v_sub_secfee;
    UPDATE tb_xop_order_manager_t
    SET sec_fee = v_sub_secfee
    WHERE voucher_num = p_voucher_num;

    DBMS.output.put_line ('completed8');
    -End CQ # PCTUP00481233
    INSERT INTO tb_ml_exer_upload
    (exer_num, exer_seq,
    exer_dt, written_flag, backout_flag, output_line,
    je_flag, opts_exer,
    tot_tax, shrs_sold, comm_value, tot_fee,
    mkt_prc, exer_type, soc_sec,
    name_first, name_mi,
    name_last, check_addr_1, check_addr_2, check_addr_3,
    check_addr_4, check_addr_5, city, state, zip, country,.
    city_state_zip_country,
    p_name, opt_addr1, opt_addr2, opt_addr3, opt_addr4,
    opt_addr5, opt_addr6,
    settle_dt, send_to_citibank_flag,
    dom_chek_distr, foreign_currency_code,
    distribution_method, wire_seq_no,
    cusip_num, ml_retail_account, multi_curr_handling_fee,
    ml_sec_num, corp_name, upd_optionee_addr,
    outbound_flag,-there are N
    corp_symbol, taxwire_approve,-not make applicaplabe
    exersource,
    mail_cd, sp_mail_cd,
    backup_withholding,
    user_id,
    acct_num_othr)
    VALUES (v_order_dtls.exer_num, 0, v_order_dtls.exer_date, 'No', not, NULL,)
    -Would be PG 12/12/05 Changed to fill the resulting je_flag of dom_chek_distr',.
    -PG 16/12/05 I should not be generated for international controls... If 'Y' always
    'Y',-je_flag
    v_order_dtls.opts_exer, 0,-total tax will be 0.
    v_order_dtls.opts_exer, shrs_sold,
    v_order_dtls.comm_value,
    -SPIF # 43161 - replaced nvl (v_order_dtls.fixed_fee1, 0), with v_fixedfee1
    v_fixedfee1 + nvl(v_order_dtls.fixed_fee3,0) + nvl(v_order_dtls.sec_fee,0), - v_order_dtls.fees_amt,
    round (v_order_dtls.exec_price, 4), v_order_dtls.exer_type.
    LPAD (v_order_dtls. SSN, 9, '0'),-v_order_dtls.ssn, modified by Suresh on 08/02/07 for SPIF # 37210
    v_order_dtls.name_first, v_order_dtls.name_mi, v_order_dtls.name_last,
    v_order_dtls.check_addr_1, v_order_dtls.check_addr_2, v_order_dtls.check_addr_3,
    v_order_dtls.check_addr_4, v_order_dtls.check_addr_5, NVL (v_order_dtls. City, v_opt_dtls. (City),
    NVL (v_order_dtls. State, v_opt_dtls. State), NVL (v_order_dtls.zip, v_opt_dtls.zip).
    NVL (v_order_dtls. Country, v_opt_dtls. (Country),
    SUBSTR (nvl (v_order_dtls.city | v_order_dtls.)) State | v_order_dtls.zip | v_order_dtls. Country,
    v_opt_dtls.city_state_zip_country), 1: 34),-COLUMN LENGTH MAX IS 35
    v_opt_dtls.p_name, v_opt_dtls.opt_addr1, v_opt_dtls.opt_addr2, v_opt_dtls.opt_addr3,
    v_opt_dtls.opt_addr4, v_opt_dtls.opt_addr5, v_opt_dtls.opt_addr6,
    v_settle_dt, Decode(v_order_dtls.distribution_method,'W','Y','D','Y','C','Y','D'),
    v_order_dtls.dom_chek_distr, v_order_dtls.foreign_currency_code,
    v_order_dtls.distribution_method, v_order_dtls.wire_seq_no,
    v_cusip_num, v_order_dtls.acct_num, v_order_dtls.multi_curr_handling_fee,
    -nvl (fn_get_sec_num (replace (substr (p_voucher_num, 1, 7), 'NORTH', 'XOP'), v_order_dtls.symbol), v_ml_sec_num).
    NVL (fn_get_sec_num (v_ivr_plan_num, v_order_dtls.symbol), v_ml_sec_num).
    v_compy_nme, v_order_dtls.upd_optionee_addr,
    'N'-' is for outgoing flag.
    v_order_dtls. Symbol, 'd', --a ' for disabled taxwires
    The of ', - the of ' source being a subsequent sale.
    v_mail_cd, need to get mail_Cd?
    v_order_dtls.sp_mail_cd, v_order_dtls.backup_withholding,
    (User, v_order_dtls.acct_num_othr);

    IF (NVL(v_order_dtls.wire_seq_no,0) > 0) THEN

    OPEN c_wire_instruction (v_order_dtls.wire_seq_no);
    SEEK c_wire_instruction INTO v_wire_instruction;
    CLOSE C_wire_instruction;

    INSERT INTO TB_XOP_TRANSACT_WIRE_INSTR
    (user_id, exer_num, wire_seq_no, ml_brok_acct_num, ssn,
    plan_num, instr_type, aba_routing_num,
    swift_routing_code, bank_name, bank_acct_num,
    name_on_account, bank_addr_1, bank_addr_2, bank_addr_3,
    City, State, country, zip, bank_ident_num, addtl_info)
    VALUES
    (USER, v_order_dtls.exer_num, v_order_dtls.wire_seq_no,
    v_wire_instruction.ml_brok_acct_num, v_wire_instruction.ssn,
    v_wire_instruction.plan_num, v_wire_instruction.instr_type, v_wire_instruction.aba_routing_num,
    v_wire_instruction.swift_routing_code, v_wire_instruction.bank_name, v_wire_instruction.bank_acct_num,
    v_wire_instruction.name_on_account, v_wire_instruction.bank_addr_1, v_wire_instruction.bank_addr_2,
    v_wire_instruction.bank_addr_3, v_wire_instruction.city, v_wire_instruction.state, v_wire_instruction.country, v_wire_instruction.zip,
    (v_wire_instruction.bank_ident_num, v_wire_instruction.addtl_info);
    DBMS.output.put_line ('completed10');
    END IF;


    / * PG 05/01/06 call conversion check only for international controls and son * /.
    IF = v_order_dtls.dom_chek_distr ' n AND v_order_dtls.distribution_method IN ('W' ' d ","C"" ") THEN
    / * PG 20/12/05 to treat the subsequent sales with the wire or the distribution of currency * /.
    v_transact_no: = 88;
    pk_xop_citibank_forex.pr_cashconversion_ins_request (v_order_dtls.acct_num
    LPAD(v_order_dtls.ssn,9,'0') - v_order_dtls.ssn, modified by Suresh on 15/02/07 for SPIF # 37210
    v_order_dtls.distribution_method
    v_order_dtls.foreign_currency_code
    v_order_dtls.wire_seq_no
    , TOWER ((v_order_dtls.opts_exer * ronds (v_order_dtls.exec_price, 4)), 2)
    -ROUND(v_order_dtls.comm_value,2)
    -ROUND (nvl(v_order_dtls.fixed_fee1,0) + nvl(v_order_dtls.fixed_fee3,0) + nvl(v_order_dtls.sec_fee,0), 2)
    -nvl(v_order_dtls.multi_curr_handling_fee,0)
    -product net nvl(v_order_dtls.backup_withholding,0)-
    , v_order_dtls.multi_curr_handling_fee - handling fee
    -Modified by Billon/Suresh on 03/02/2006-, v_order_dtls.login_name
    , CASE v_order_dtls.login_name WHEN ' CUSTOMER /' THEN v_order_dtls.login_name |' SSO' ELSE v_order_dtls.login_name |' / SSO' END
    , v_transact_no - transact_no as a placeholder for the 88 exer_type
    v_order_dtls.check_addr_1
    v_order_dtls.check_addr_2
    v_order_dtls.check_addr_3
    v_order_dtls.check_addr_4
    v_order_dtls.upd_optionee_addr
    v_order_dtls.city
    v_order_dtls.state
    v_order_dtls.zip
    v_order_dtls.country
    v_order_dtls.login_ipaddress
    v_order_dtls.fcnum
    v_order_dtls.opt_num
    v_settle_dt,
    p_exer_num = > v_order_dtls.exer_num
    );
    END IF;

    COMMIT;

    close get_order_dtls;

    END IF;

    /*
    * SPIF # 43161 - update of current status in IN. is moved to this part, even PROD.
    */
    UPDATE tb_xop_order_manager_t
    SET exec_dttime = decode (p_status_type, "EO", to_char (sysdate, 'DD-MON-YYYY HH24:mi:ss'), null)
    exer_date = trunc (sysdate)
    , cancel_dttime = decode (p_status_type, 'CX', to_char (sysdate, 'DD-MON-YYYY HH24:mi:ss'), 'UR', to_char (sysdate, "MON-DD-YYYY HH24:mi:ss), null)
    , current_status = "PO."
    sum_status = decode(p_status_type,'EO','X','C'),
    sum_stat_dttime = SYSDATE
    WHERE voucher_num = p_voucher_num;

    v_err_cd: = sqlcode;
    v_err_msg: = sqlerrm;

    Open the p_err_cur for v_err_cd select err_code, v_err_msg err_msg double;

    EXCEPTION
    DBMS.output.put_line ('completed200');
    / * PG 02/10 managed 'order of partial fill' exception * /.
    When wait_for_more then
    v_err_cd: = 0;
    v_err_msg: = ' ORA-0000: normal completion, successfully ';
    pr_xop_log_errors (' partially filled;) Pending-activity qty:' | TO_CHAR (v_sum_activity_qty) | "pk_xop_subsales.pr_process_exer");
    Open the p_err_cur for v_err_cd select err_code, v_err_msg err_msg double;
    When exceeds_order_qty then
    v_err_cd: = sqlcode;
    v_err_msg: = sqlerrm;
    Open the p_err_cur for v_err_cd select err_code, v_err_msg err_msg double;
    pr_xop_log_errors ("exceeded the amount of activity Order_qty - activity qty: ' | ') TO_CHAR (p_activity_qty) | "pk_xop_subsales.pr_process_exer");
    while others then
    v_err_cd: = sqlcode;
    v_err_msg: = sqlerrm;
    Open the p_err_cur for v_err_cd select err_code, v_err_msg err_msg double;
    pr_xop_log_errors (' error code ' | ') SQLCODE |' with ErrorMessage like ' | SQLERRM |' occurred '. the user | (' pk_xop_subsales.pr_process_exer');
    DBMS.output.put_line ('completed125');
    END pr_process_exer;
    }

    Hi friends, any1 help me how set ref-cursor in the declaration section and how to find the constraint error situation has occurred...

    956684 wrote:
    Hello.

    Friends please help... How to debug and find the exact position of the constraint violation... Thank you for the help...

    It's not a way to track it unless you have taken the exception raised.

    As a way to start debugging, you will need to monitor
    1. all DML against the Table on which you have constraint. Specifically, the DML that Act on the column you will be forced.
    2. use the exception handling, to record the error and the data that causes the constraint to fail.
    3. don't forget to monitor triggers, if used, could write data in the column you have forced on.

    Or

    Another track is to:

    select *
      from user_source
    where lower(text) like '%your_table_name%';
    order by type, name, line;
    

    Look at the lines, exclude that are in the statement or in the SELECT statements and targets of the DML.

    Looking at the unformatted code, that you have published, this statement looks like a culprit.

    INSERT INTO tb_ml_exer_upload
    (exer_num,exer_seq,
    exer_dt, written_flag, backout_flag, output_line,
    je_flag, opts_exer,
    tot_tax,shrs_sold,comm_value,tot_fee,
    mkt_prc,exer_type, soc_sec,
    name_first, name_mi,
    name_last,check_addr_1,check_addr_2,check_addr_3,
    check_addr_4,check_addr_5,city,state,zip,country,
    city_state_zip_country,
    p_name,opt_addr1,opt_addr2,opt_addr3,opt_addr4,
    opt_addr5,opt_addr6,
    settle_dt,send_to_citibank_flag,
    dom_chek_distr,foreign_currency_code,
    distribution_method,wire_seq_no,
    cusip_num, ml_retail_account,multi_curr_handling_fee,
    ml_sec_num, corp_name,upd_optionee_addr,
    outbound_flag, -- make it N
    corp_symbol,taxwire_approve, -- make it not applicaplabe
    exersource,
    mail_cd, sp_mail_cd,
    backup_withholding,
    user_id,
    acct_num_othr)
    VALUES(v_order_dtls.exer_num,0,v_order_dtls.exer_date,'N','N',NULL,
    -- PG 12/12/05 Changed to populate the je_flag based on dom_chek_distr 'D',
    -- PG 12/16/05 JE should not be generated for international checks.. So 'Y' always
    'Y', --je_flag
    v_order_dtls.opts_exer,0,--total tax will be 0.
    v_order_dtls.opts_exer, --shrs_sold,
    v_order_dtls.comm_value,
    --SPIF# 43161- replaced nvl(v_order_dtls.fixed_fee1, 0) with v_fixedfee1
    v_fixedfee1 + nvl(v_order_dtls.fixed_fee3,0) + nvl(v_order_dtls.sec_fee,0), --v_order_dtls.fees_amt,
    round(v_order_dtls.exec_price, 4),v_order_dtls.exer_type,
    LPAD(v_order_dtls.ssn,9,'0'), --v_order_dtls.ssn, Modified by Suresh on 02/08/07 for SPIF # 37210
    v_order_dtls.name_first,v_order_dtls.name_mi,v_order_dtls.name_last,
    v_order_dtls.check_addr_1,v_order_dtls.check_addr_2,v_order_dtls.check_addr_3,
    v_order_dtls.check_addr_4,v_order_dtls.check_addr_5,nvl(v_order_dtls.city,v_opt_dtls.city),
    nvl(v_order_dtls.state,v_opt_dtls.state),nvl(v_order_dtls.zip,v_opt_dtls.zip),
    nvl(v_order_dtls.country,v_opt_dtls.country),
    SUBSTR(nvl(v_order_dtls.city||v_order_dtls.state||v_order_dtls.zip||v_order_dtls.country,
    v_opt_dtls.city_state_zip_country),1,34), -- COLUMN LENGTH MAX IS 35
    v_opt_dtls.p_name,v_opt_dtls.opt_addr1,v_opt_dtls.opt_addr2,v_opt_dtls.opt_addr3,
    v_opt_dtls.opt_addr4,v_opt_dtls.opt_addr5,v_opt_dtls.opt_addr6,
    v_settle_dt,decode(v_order_dtls.distribution_method,'W','Y','D','Y','C','Y','D'),
    v_order_dtls.dom_chek_distr,v_order_dtls.foreign_currency_code,
    v_order_dtls.distribution_method,v_order_dtls.wire_seq_no,
    v_cusip_num,v_order_dtls.acct_num,v_order_dtls.multi_curr_handling_fee,
    -- nvl(fn_get_sec_num(replace(substr(p_voucher_num,1,7),'SSO','XOP'),v_order_dtls.symbol),v_ml_sec_num),
    nvl(fn_get_sec_num(v_ivr_plan_num, v_order_dtls.symbol),v_ml_sec_num),
    v_compy_nme,v_order_dtls.upd_optionee_addr,
    'N', --'N' is for outbound flag.
    v_order_dtls.symbol,'D', --'D' for taxwires disabled
    'S', -- 'S' for source being subsequent sale.
    v_mail_cd, --need to get mail_Cd??
    v_order_dtls.sp_mail_cd,v_order_dtls.backup_withholding,
    user,v_order_dtls.acct_num_othr);
    

    What is the structure of the tb_ml_exer_upload Table and the columns do you have constraints?
    Which column of the tb_ml_exer_upload table is your primary key (because the constraint name mentions pk_tb_ml_exer_upload)?

    Published by: Jen K on January 4, 2013 12:57

  • user session is having hanged... unable to find the reason

    user session is having hanged... unable to find the reason

    EVENT TOTAL_WAITS TIME_WAITED
    ------------------------------     -----------     -----------
    write complete waits 2 99
    wait for event Cap I have 3 4
    ncreased

    wait for recording to cancel 10 23
    Streams AQ: Coordinator qmn wa 195 85015
    iting to slave start

    1277 33139 local writing queue
    Streams AQ: waiting time 1814 387775623 m
    falls or cleaning tasks

    wait for the latch of the 3871 4707 free list
    class slaves wait 12076 2682
    cursor: hand S waiting on X 86248 83973
    buffer busy waits 237704 62219
    LGWR wait for redo copy 275440 28454
    Streams AQ: qmn slowed slave 279543 767645277 wai
    t

    Streams AQ: qmn 580685 758502859 Coordinator id
    wait for the

    jobq slave wait 2676460 777336504
    slave IO wait 17968952 19694460




    SQL_TEXT
    ----------------------------------------------------------------------------------------------------
    SELECT THE ROWID, RATTYP, RATVAL, FRMCURCOD, TOOCURCOD, FRMDAT, TOODAT, USRCOD, UPDDAT FROM GENCURDTL WHERE (RAT
    TYP =: 1) and (FRMCURCOD =: 2), and (TOOCURCOD =: 3) order FrmDat desc, FrmCurCod, TooCurCod
    SELECT ROWID, MODCOD, GRPCOD, RDOIND FROM GENGRPMOD WHERE grpcod =: 1 order by seqnum
    SELECT A.DOCNUM, A.ISSDAT, B.CHGWGT, A.CURCOD, (NVL (A.WGTCHGAMT, 0) + NVL (A.VALCHGAMT, 0))
    ) FRTCHG, NVL (A.DSCAMT, 0) DISCOUNT, NVL (A.COMAMT, 0), A.ORGSTN | '-' || A.DSNSTN O
    RGDSN, (NVL (A.WGTCHGAMT, 0) + NVL (A.VALCHGAMT, 0)-NVL (A.DSCAMT, 0)-NVL (A.COMAMT)
    (0)) NET, RCC2018. GET_YLDAMT (A.CURCOD, NVL (A.WGTCHGAMT, 0), NVL (A.VALCHGAMT, 0), N)
    VL(A.DSCAMT,_0), NVL (A.COMAMT, 0), A.TOTCHGWGT) YLDAMT, STAIND, A.CARNUMCOD A.RATAUDIND
    , A.MOPFRTCHG, A.MOPOTHCHG, DECODE (NVL (A.AGDSLPREF, 0), 0, DECODE (NVL (B.SPLRATIDR, 0), 0))
    DECODE (NVL (B.PUBRATIDR, 0), 0, 'Manual', 'TACT'), 'Spécial'), 'Spot') RATTYP, A.MLT
    RATIND, RCC2018. CHECK_SPOT_RATE (A.DOCNUM, A.CARNUMCOD) SPTRATIND, A.ACCSTA, DECODE (SIGN (TOTCHG
    WGT - 3 * TOTGRSWGT), 1, 'Y', ' don't) WGTEXP, RCC2018. GET_MRL_IND (A.DOCNUM, A.CARNUMCOD)
    MRLIND, LOCNAM, OCDCAR, B.RATCLSCOD, C.FRCRATAUDAWB, A.DSCDUEIND, A.OTHCHGCMPIND, A.AWBTYPCO
    SELECT THE ROWID, FLTNUM, FLTDAT, FRMARPCOD, TOOARPCOD, BATSEQ, ACFRGNNUM, TOTMAIBAG, TOTWGT, USRCOD, UPDDAT, REMOTE CONTROL
    A, RMK, CREDAT, BATSTA, RDITRNSEQ FROM MAIBATHDR WHERE (FLTNUM =: 1) and (FLTDAT =: 2).
    SELECT THE ROWID, AV7SEQ, MAIBAGNUM, MAITYPCOD, NUMPCS, GRSWGT, GRPNUM FROM MAIAV7DTL WHERE (AV7SEQ = 1).
    Select sql_text from v$ sqlarea where users_executing > 0

    NATHALIE wrote:
    user session is having hanged... unable to find the reason

    Hi NATHALIE,.

    You need to know that the session is now. You can do it manually (try to start from v$ session_wait, v$ session_evenement to the session using CODE tags) or by using tools such as snapper.
    It would be useful to see the execution plan of the query.

  • Firefox 4 does not save form data after sending form and pressing the previous button

    Firefox 4 does not save form data after sending form and pressing the back button... It's very annoying that it erases all data. It worked fine on FF3.

    See:

    • Firefox or tools > Options > privacy > History: "don't forget to search and form history."
  • Need to install KB947821 update but fails and displays the error 9370001 code

    You will need to install KB947821 update but fails and displays the error code 9370001.  Does anyone have a solution?

    CrystalBall © SEZ...

    Free unlimited installation and compatibility support is available for Windows Vista, but only for Service Pack 2 (SP2). This support, initially planned to end on November 26, 2009, has been extended until February 26, 2010. Availability of support chat or messaging differs depending on your location. Some questions may require that more support for which he is advanced a charge.  Go to http://support.microsoft.com/oas/default.aspx?prid=13014&gprid=582034 & select appropriate category (i.e., download problem;) Installation problem; Problems after installing a service pack).

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • trying to preload my computer laptop tosiba but keeps failing and giving the code oxc00000e9

    trying to preload my computer laptop tosiba but keeps failing and giving the code oxc00000e9

    Hi Pashley,

    I see you get error 0xc00000e9. I'll help you with this problem.

    1. What is the model number of the computer?

    2. you talk to re - load Windows Vista on Toshiba computer?

    3. How are you trying to re - load Windows Vista?

    4. when exactly you get this error message?

    Please provide us with more information to continue troubleshooting as a result.

    See the link on how to ask questions or help on the Forums.

    Suggestions for a question on help forums: http://support.microsoft.com/kb/555375

    Refer.

    You can also post this question in the Toshiba Forums: http://forums.computers.toshiba-europe.com/forums/index.jspa

    Thank you.

  • I'm trying to restore my computer to a specific date, but I can't find the option that will allow me to go there.

    Hello

    I'm trying to restore my computer to a specific date, but I can't find the option that will allow me to go there. Help, please! Its really URGENT.

    Original title: urgent

    See option #1 on this page: http://cmdrkeene.com/quickly-repair-pc-problems

  • How can I take one allows so-called data entry I ask is how much you have and back up this data in some way, and then the system will offer you different options

    How can I take one allows so-called data entry I ask is how much you have and back up this data in some way, and then the system will offer you different options

    Not with ordinary Muse. These things requires a dynamic backend with a connection database and in your case quite likely some substantial customization and programming.

    Mylenium

  • How can I recover the modules and their data from a failed HARD drive (the lost BONE areas, but data files are readable)?

    The HARD drive that was my OS (Windows XP Pro SP3) failed and lost quite a few areas which are essential for the operating system running. Other data is still readable. A got another HARD drive and installed Windows XP SP2, Firefox and other programs. I was able to retrieve the bookmarks, security certificates, and other profile information using the information found in bandages.

    None of them addressed how do to recover the modules or their data. Specifically, there are several large, elegant scripts that took months to develop and customize.

    Articles related to migration and other do not work for me because they require the old copy of FF is functional, that is not because the OS on this HARD drive is damaged. Is it possible to recover these data, similar (or not) about how I could get the other profile info?

    Have you copied the entire folder C:\Documents and Settings\username \Application Data\Mozilla\Firefox\ on the old drive?
    If this is not the case, can you?
    If so, make a copy and save this folder just in case.

    If so, you could replace this folder on the new facility by \Profiles\ [with your profiles inside] folder and the profiles.ini file [delete all other files / folders that may also be in the folder "Firefox"] -and then replace with the same folder named from the old failed drive. Note that you will lose what you already have with the new installation / profile!
    Your profile folder contains all your personal data and customizations, including looking for plugins, themes, extensions and their data / customizations - but no plugins.
    But if the user logon name is different on the new facility that the former, any extension that uses an absolute path to the file in its prefs will be problems. Easily rectified, by changing the path to the file in the file prefs, js - keep the brake line formatting intact. The extensions created after the era of Firefox 2.0 or 3.0, due to changes in the 'rules' for creating extensions usually are not a problem, but some real old extensions that need only "minor" since that time can still use absolute paths - even though I have not seen myself since Firefox Firefox 3.6 or 4.0.

    View instead of 'Modules' I mentioned the 4 types of 'Modules' separately - Plugins are seen as 'Add-ons', but they are not installed in the profile [except those mislabelled as a "plugin", when they are installed via an XPI file], but rather in the operating system where Firefox 'find' through the registry.

    Note: Migration articles can tell you do not re - use the prefs.js file, due to an issue that I feel is easily fixed with a little inspection and editing. I think you can manage that my perception is that you have a small shovel in your tool box, if you encounter a problem you are able to do a little digging and fixing problems with the paths to files - once you have been warned.

    Overall, if you go Firefox 35 35 or even Firefox 34 to 35, I don't think you will run in all the problems that you can not handle [that I cross my fingers and "hope" that I'm not on what it is obvious].

    With regard to the recovery of the 'data' for individual extensions - there are many ways that extension developers used to store their data and pref. The original way should save in prefs.js or their own file RDF in the profile folder. While Firefox has been developed more, developers started using their own files in the profile folder. And because Mozilla has started using sqlite database files in Firefox 3.0, Mozilla extended their own use of sqlite, as have extension developers.
    Elegant uses the file stylish.sqlite to store 'styles', but something in the back of my mine tells me that 'the index' maybe not in this file with the data. But then again, I can be confusing myself a question I had with GreaseMonkey awhile back where I copied the gm_scripts folder in a new profile and with already installed GreaseMonkey but with no script. These GM scripts worked, but I could not see them or modify them - they do not appear in the user GM extension interface window in Firefox.

  • When I try to back up my files on a hard drive peripheral I get this message "backup failed; Cannot find the specified file (0 x 80070002). Any help?

    Help me

    You can try running the Udate system preparation tool in your computer once, and then check to see if that takes care of the problem. You run the correct version of bits of this program after downloading from the links I provided below. If your computer is running a 32-bit version of Vista, download and run the version 32 bits of program and if it is a 64-bit version of Vista, download and run the 64 bit version of the program. If you don't know how to determine what version of bit, your system is running, take a look here to determine yours. Here are the links to download:

    for Vista 32 bit:
    http://www.Microsoft.com/en-US/Download/details.aspx?ID=504

    for Vista 64-bit:
    http://www.Microsoft.com/en-US/Download/details.aspx?ID=1540

    First download and save the file to the link applicable to your computer. Double-click the downloaded file and then run it. Once he starts to run, it can appear to be locked to halfway through, do not cancel it assuming that it be stopped. It will continue to operate. This tool corrects missing components in the store Windows Servicing, a place where one can find the important system files. So depending on the State of the operating system, it can even take up to 2 or 3 hours to complete.

    Once he finished running, restart the computer once, and then try running backup. Let us know if this solves the problem or not.

  • OfficeJet Pro 8600 Plus backup device settings fails and hangs the printer with the CKP1CN1322CR firmware

    When I was with the built-in webserver (EWS) to perform a backup, I get a message saying: "Year Error Has Occurred" and the printer would just lock up and flash lights and compel me to press the power button on the printer to reset.

    I've done a few shrinking down and discovered that this happens only when the Scan-To-Email are selected to be included in the backup. I then discovered that it only happens when I have the email set to a (compressed) PDF Document Type Options.

    I was able to get the backup to succeed by changing the options of Scan - To - Email Email Type of Document to PDF instead of PDF (compressed), then the backup succeeded.

    In this case with the latest version of the firmware: CKP1CN1322CR.

    Here's my printer information page (this could make this message other users to find more easily):

    Product Name   HP Officejet Pro 8600 N911g
    Product Model Number    CN579A
    Service ID  23220
    Firmware Version    CKP1CN1322CR
    Country/Region  USA
    

    I couldn't find a place to submit a bug report, so I hope that this information gets to the right people.

    Hmm, I tried this on my 8600 more Offcieejt and can confirm the same behavior, even though I have the firmware CLP1CN1322CR.  I'll forward a link to this topic to some folks at HP who can be able to focus on this.

    Nice work tracking down the details to replicate that.

  • Consecutive date grouping and find the largest number of consecutive group

    Hi all

    I have given dates and I want to find the largest number of consecutive dates

    WIN_DATE_DATA

    2015-09-22

    2015-09-23

    2015-09-27

    2015-09-28

    2015-09-29

    2015-09-30

    2015-10-1


    In this example, there are 2 group of consecutive dates

    Group 1

    2015-09-22

    2015-09-23

    Group 2

    2015-09-27

    2015-09-28

    2015-09-29

    2015-09-30

    2015-10-1


    The OUTPUT should 5 which is the largest grouping of consecutive number.


    Thanks in advance for the help!




    Please take a look at the Community document: 101 PL/SQL: grouping sequence ranges (method Tabibitosan)

    will allow you to do.

  • Backup complete pc cannot find the image after factory reset

    Don't know what forum this is because it is not quite fit any category.  Happy to have redirected it.

    Had some problems with my laptop, so I created a full backup in Vista Business pc.  Then I reset the phone to factory settings and tried to reinstall the saved image.  The Vista is OEM installed, so used F8.  The system can't find the image even if I select D drive and view the file.

    Thinking it's perhaps something to do with connections etc. that I had put in place a new instance, I created a new complete pc backup and it does not find this to be.

    I bought Acronis and copied the original image (which was also recorded on an external drive) then tried to reinstall on drive C.  He failed.

    Don't know what to do next.  Everything seems to be on the disks.  I read something about the load drivers.  Also something about the use of a virtual server.

    Don't know where to go from here.  It's been nearly three days.

    Nine Hills,

    Where you store your backup Image? On your D drive?

    You have access to a retail Vista installation disc? If Yes, you can run the System Recovery Options that allow you to do a complete PC Restore to outside the Vista desktop environment.

    If not, try the following steps:

    1. Click on Start-> in the field type to start searching the backup status and Configuration, click on enter.
    2. Click on restore files on the left, click Advanced Restore. If you are prompted for an administrator password or a confirmation, type your password or click on continue.
    3. Choose the files from a backup made on a different computer.
    4. Select the location of the backup you want to restore. (Can you locate your Image of restoration here?)
    5. Click Next, and follow the wizard to complete your restoration.

    This resolves who you know?

    Rami
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • After update of Windows 7 with the last KB 'Reliability' updates, wouldn't Boot: Boot mgr failed, cannot find the OS loader

    After that update of Windows 7 with 5 ~ updates which mainly provided increased reliability, these KBs wound up loader of Windows BOOT OS/corrupt the rupture.

    Root cause found:
    ----------------------
    Boot Manager cannot find the OS loader

    Repair action: repair of files
    Result: failed. Error code = 0xa<---- next="" repair,="" this="" changes="" to="">
    Time taken = 4206 ms

    Repair action: repair store boot configuration data
    Result: Has no = 0 error code x 490
    Time taken = 221 ms

    Repair action: System Restore
    Result: Completed successfully. Error code = 0 x 0
    Setting time = ms 44444

    How to search through my hard drive to find updates KB which is the origin of my computer to lose its bootloader/OS and not starting?  What KB update is initially the charger operating system not found when everything worked very well, before these 5 updates.

    What are the solutions?

    Try the Forum updated; It includes questions of XP, Vista and Windows 7 update:

    You will get the best help for any problem of Update/Service Pack in the Windows Update Forum; the link below:

    http://social.answers.Microsoft.com/forums/en-us/vistawu/threads

    When you repost here, kindly include the Error Codes, and exactly what is happening when you try to update.

    In this way, you will receive the best help.

    For any question on Windows 7:

    http://social.answers.Microsoft.com/forums/en-us/category/Windows7

    Link above is Windows 7 Forum for questions on Windows 7.

    Windows 7 questions should be directed to the it.

    You are in the Vista Forums.

    See you soon.

    Mick Murphy - Microsoft partner

  • Upgrade to 3.0.19, failed and delete the .exe. Downloaded 3.6.3, can I ask on an old, keep old profiles?

    I have received messages that my version was not taken in charge, to upgrade to 3.0.19. The upgrade has failed and the old Firefox.exe deleteda; now no browser. I downloaded the 3.6.3, can I install on the old version, corrupted and use my old profiles?

    User Agent

    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0 .NET CLR 1.1.4322 .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)

    Yes, just install it. He must find and use your current profile.

Maybe you are looking for