Expedite impdp process

Hi All,
We are importing Oracle Application 11i database from AIX 5.3 to RHEL5, Database version 10.2.0.4
Following MetaLink note: 10g Release 2 Export/Import Process for Oracle Applications Release 11i [ID 362205.1]
Having a database size of 132.99 GB we generated the export dump file of size 32 GB from the source. Import process took around 36 hours
Our Linux machine has 2 CPU’s with 8 cores
How to expedite the import process??
Kindly suggest
Thanks
SK

Hi,
I also had the same issue with impdp and have raise a service request with Oracle support. When I ran an strace on the process, i am getting these messages:
times(NULL) = 466841684
semtimedop(6782976, 0x7fff1c25fc70, 1, {1, 0}) = -1 EAGAIN (Resource temporarily unavailable)
semtimedop(6782976, 0x7fff1c25fc70, 1, {1, 0}) = -1 EAGAIN (Resource temporarily unavailable)
semtimedop(6782976, 0x7fff1c25fc70, 1, {1, 0}) = -1 EAGAIN (Resource temporarily unavailable)
getrusage(RUSAGE_SELF, {ru_utime={3, 477471}, ru_stime={0, 171973}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={3, 477471}, ru_stime={0, 171973}, ...}) = 0
semtimedop(6782976, 0x7fff1c25fc70, 1, {1, 0}) = -1 EAGAIN (Resource temporarily unavailable)
semtimedop(6782976, 0x7fff1c25fc70, 1, {1, 0}) = -1 EAGAIN (Resource temporarily unavailable)
getrusage(RUSAGE_SELF, {ru_utime={3, 477471}, ru_stime={0, 171973}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={3, 477471}, ru_stime={0, 171973}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={3, 477471}, ru_stime={0, 171973}, ...}) = 0
times(NULL) = 466842185
times(NULL) = 466842185
I also on OEL 5.4
I tried altering semaphore settings to the following value, but did not help much..
kernel.sem = 5010 641280 5010 128
Regds,
ARS

Similar Messages

  • I just bought a iTunes card and its not accepting it.  It already sent it to the support team and they said they were going to get back to my within 24 hours and i am trying to buy a program in the app store for work.  How can I expedite this process?

    I just bought a iTunes card and its not accepting it.  It already sent it to the support team and they said they were going to get back to my within 24 hours and i am trying to buy a program in the app store for work.  How can I expedite this process?

    Has it been 24 hours?
    I take it this was a gift card.  iTunes Store:  Invalid, Inactive, or Illegible codes http://support.apple.com/kb/TS1292 - gift cards
    I don't know if this provides an alternative means: https://expresslane.apple.com ; select 'iTunes' in the first column; 'iTunes Store' in the second column
    If you are really desperate you could buy the app yourself, then request reimbursement.

  • Expediter Business Process/Report

    Hi;
    I am looking for an expediter business process or report to help expedite for late PO's not ME91F, any thoughts would be appreciated.
    Thanks
    Ibou

    if you dont want to do ME91F, then just use ME2L.
    here use the selection parameter WE101 for open goods receipts.
    further enter todays date in the selection field delivery date, keep the cursor in that field and press F2, then select the symbol for smaller than.
    Execute the selection and you will get all overdue receipts.

  • How to expedite OCR process?

    Hi,
    A. How to expedite the OCR process for :
    1. One 50 MB, it takes  45 minutes to 1 hour minutes
    2. Multiple files size of 13 GB. It takes 20 hours to complete. And it has increased to 50 GB
    B. What is the best PC specification for me to experdite the OCR process. We have to let the machine running for days in order to complete the job
    My machine specification:
    File Type
    File Size
    OCR performed for one file or batch of files
    Total folder size OCR performed
    Machine Type(please obtain from Wardah)
    Time taken to OCR
    Software used(please obtain from Wardah)
    PDF
    For 1 file approx. 50MB
    OCR can be perform in 2 ways:
    One by one- it needs to be monitor if the OCR is complete to continue with other file.
    OCR in batch-, no need to monitor and is not limited to how many files. Usually done per volume or batch of files with large size.
    Unlimited
    CPU: Intel® Core ™2 Duo.
    Memory: 2GB
    Hard disk free space: 49.65GB/162.93GB
    OS: Windows 7 Professional
    For 1 file (50MB) it’s takes 45 minutes to 1 hour to finish.
    Adobe Acrobat 9 Pro Extended Version 9.5.5

    Yes send step is wating for an transport ack. I have 1ToN mapping and foreach block.
    Time for deadline branch  is 5 min
    Deadline branch  is executing in different periods of time for each message.
    [Send step] PE     AENGINE     @5F@     @DF\QProcessed successfully@     @8Q\QStill awaiting acknowledgment           @     26.10.2005     18:41:29
    [deadline step] PE     AENGINE     @5F@     @DF\QProcessed successfully@     @5F@     26.10.2005     19:02:24
    [Send step] PE     AENGINE     @5F@     @DF\QProcessed successfully@     @8Q\QStill awaiting acknowledgment           @     26.10.2005     19:02:25
    [deadline step]PE     AENGINE     @5F@     @DF\QProcessed successfully@     @5F@     26.10.2005     19:09:24
    Message was edited by: Denis Ivanov

  • After IMPDP in new schema all pl/sql in UPPERCASE.

    Hi,
    I am using ORACLE 11g R2 DB and IBM AIX OS.
    I have faced a very different situation. I had last night's backup dump file of the user, in the morning we had some issue so we need to restore that dump in the current user. So i dropped the user first and then created it. Gave all the respective privileges and started the IMPDP process in which i passed the same dump file from last night's backup. This dump file belonged to the same user. So , the dump is of the same user in which it is getting imported.
    But to my surprise all the pl/sql blocks(procedures,functions,packages) all have been imported in UPPERCASE. Even the comments and the single quotes values by which we can do the data matching, all are turned into UPPERCASE. So we are facing a lot issue with it as data is not getting matched as per the procedure.
    The user is passing the value as 'app server' and in the procedure the value is as "SELECT.......WHERE SERVER_NAME='APP SERVER' " . so the data is not matched and it returns no output. This is a case in many procedures and we found this only after we imported this dump file.
    The IMPDP command is as follows:-
    impdp \'sys as sysdba\' directory=remote dumpfile=dblink_ngpmt_mt_mt01_19-03-2012-13-10-20.dmp logfile=dblink_ngpmt_mt_mt01_19-03-2012-13-10-20.log remap_schema=MT01:mt01The log file is as below :-
    Import: Release 11.2.0.2.0 - Production on Tue Mar 20 17:22:26 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, Oracle Label Security, OLAP, Data Mining,
    Oracle Database Vault and Real Application Testing options
    Master table "SYS"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "SYS"."SYS_IMPORT_FULL_01":  "sys/******** AS SYSDBA" directory=remote dumpfile=dblink_ngpmt_mt_mt01_19-03-2012-13-10-20.dmp logfile=dblink_ngpmt_mt_mt01_19-03-2012-13-10-20.log remap_schema=MT01:mt01
    Processing object type SCHEMA_EXPORT/USER
    ORA-31684: Object type USER:"MT01" already exists
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    Processing object type SCHEMA_EXPORT/ROLE_GRANT
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    Processing object type SCHEMA_EXPORT/TABLESPACE_QUOTA
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Processing object type SCHEMA_EXPORT/SYNONYM/SYNONYM
    Processing object type SCHEMA_EXPORT/TYPE/TYPE_SPEC
    Processing object type SCHEMA_EXPORT/SEQUENCE/SEQUENCE
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    . . imported "MT01"."FLX_CS_AUDIT_ITEM"                  53.19 MB    5369 rows
    . . imported "MT01"."FLX_CS_AUDIT_ITEM_LOG"              26.93 MB  197599 rows
    . . imported "MT01"."FLX_RL_RULE_CODES"                  13.16 MB     228 rows
    . . imported "MT01"."XF_OL_ST_EXT_TXN_XREF"              6.913 MB   89083 rows
    . . imported "MT01"."FLX_RL_EVALUATION_DTLS"             5.920 MB   51309 rows
    . . imported "MT01"."FLX_SM_AUTH_REASON_CONFIG"          4.284 MB   29584 rows
    . . imported "MT01"."FLX_RL_RULE_DRAFTS_B"               3.744 MB     228 rows
    . . imported "MT01"."FLX_MD_SERVICE_ATTR_SRC"            888.0 KB    3807 rows
    . . imported "MT01"."FLX_MD_FIELDS_DEFN"                 3.517 MB   15758 rows
    . . imported "MT01"."FLX_MD_SERVICE_ATTR"                658.7 KB    2173 rows
    . . imported "MT01"."FLX_SM_SERVICE_INPUTS_B"            3.794 MB   26859 rows
    . . imported "MT01"."FLX_PM_PRODUCT_FLOW"                376.6 KB      16 rows
    . . imported "MT01"."FLX_RL_EXPRESSION_CODES"            1.825 MB     164 rows
    . . imported "MT01"."FLX_PC_FIN_INST_B"                  2.752 MB   14065 rows
    . . imported "MT01"."FLX_MD_KEY_FIELDS"                  2.400 MB   13367 rows
    . . imported "MT01"."FLX_MD_SERVICE_INPUTS"              2.040 MB   13645 rows
    . . imported "MT01"."FLX_MD_UI_TEXT_LABEL"               2.405 MB    6994 rows
    . . imported "MT01"."FLX_ME_BUS_FUNC_QUERY_ID"           1.740 MB    7973 rows
    . . imported "MT01"."FLX_EP_ACT_LOG_B"                   1.456 MB     110 rows
    . . imported "MT01"."FCR_TXN_SERVICE"                    1.122 MB    8743 rows
    . . imported "MT01"."FLX_PM_ACCT_ENTRY_TMPLT"            851.4 KB    5543 rows
    . . imported "MT01"."FLX_SM_AUTHORIZATIONS_B"            862.7 KB    5654 rows
    . . imported "MT01"."FLX_SM_SERVICES_DEFN"               1003. KB    5753 rows
    . . imported "MT01"."FLX_PR_PLAN_LOG_B"                  733.1 KB      45 rows
    . . imported "MT01"."FLX_WL_WORKITEM"                    637.9 KB      26 rows
    . . imported "MT01"."FLX_FA_FACTS_B"                     556.9 KB    2129 rows
    . . imported "MT01"."FLX_ME_BUSINESS_OBJECT_B"           558.7 KB    4877 rows
    . . imported "MT01"."FLX_WL_DRAFT_ITEM"                  296.1 KB      41 rows
    . . imported "MT01"."FLX_RL_RULE_EXPRESSIONS"            462.4 KB    7661 rows
    . . imported "MT01"."FLX_RL_RULE_OUTCOMES"               478.0 KB    3425 rows
    . . imported "MT01"."FLX_EP_ACT_GEN_ATTR_B"              379.5 KB    1939 rows
    . . imported "MT01"."FLX_MD_DATA_DEFN"                   385.8 KB    1714 rows
    . . imported "MT01"."FLX_PC_FIN_INST_CONST_B"            391.6 KB   14066 rows
    . . imported "MT01"."FLX_FA_VALUE_DATASOURCES"           323.2 KB    1612 rows
    . . imported "MT01"."FLX_LN_ACCT_CONFIG_DTLS_S"          47.44 KB       3 rows
    . . imported "MT01"."FLX_PC_FIN_IDENTIFICATION_B"        336.2 KB   14065 rows
    . . imported "MT01"."FLX_SM_SERVICE_INP_AUTH_B"          18.01 KB      34 rows
    . . imported "MT01"."FLX_EP_ACN_LOG_B"                   144.8 KB      42 rows
    . . imported "MT01"."FLX_EP_MSG_TMPL_B"                  202.0 KB     403 rows
    . . imported "MT01"."FLX_RL_RULE_CONDITIONS"             260.4 KB    2118 rows
    . . imported "MT01"."FLX_EP_MSG_SRC_B"                   203.7 KB     741 rows
    . . imported "MT01"."FLX_PI_IND_CLASS"                   228.8 KB    4206 rows
    . . imported "MT01"."FLX_PI_KYC_VER_DTL_B"               12.88 KB       6 rows
    . . imported "MT01"."FLX_PM_PRODUCT_GROUP_FLOW"          31.71 KB       4 rows
    . . imported "MT01"."FLX_PR_RCHART_EVAL_TIERS"           248.1 KB    1287 rows
    . . imported "MT01"."FLX_SM_UNAPPR_TXN_B"                86.62 KB       2 rows
    . . imported "MT01"."FLX_TD_TRANSACTION_STATE"           11.90 KB       3 rows
    . . imported "MT01"."FLX_CS_AUDIT_SEARCH_CONTEXT"        121.2 KB      44 rows
    . . imported "MT01"."FLX_FA_AGGREGATE_LINKS"             176.7 KB    1804 rows
    . . imported "MT01"."FLX_FA_GROUP_XREF"                  151.8 KB    2102 rows
    . . imported "MT01"."FLX_FA_VALUE_BINDINGS"              201.0 KB    1947 rows
    . . imported "MT01"."FLX_IN_LN_SIM_LOG_ITEM"             176.1 KB     684 rows
    . . imported "MT01"."FLX_OR_FTT_PM_CODES_XREF"           141.5 KB   11210 rows
    . . imported "MT01"."FLX_PM_DOMAIN_CAT_FLOW"             26.80 KB       5 rows
    . . imported "MT01"."FLX_PM_PRODUCT_ACCTROLE"            165.1 KB    1238 rows
    . . imported "MT01"."FLX_PR_CONSOL_OFF_MAP_B"            177.4 KB    1409 rows
    . . imported "MT01"."FLX_RL_RULE_EXECUTION_H"            154.8 KB    1448 rows
    . . imported "MT01"."FLX_RL_RULE_EXP_FACT_XRF"           186.0 KB    2313 rows
    . . imported "MT01"."FLX_RL_RULE_GEN_OUTCOMES"           196.4 KB    3425 rows
    . . imported "MT01"."FLX_RL_RULE_STATEMENTS"             154.0 KB    1473 rows
    . . imported "MT01"."FLX_RL_TEMPLATES_ALL_B"             110.0 KB       8 rows
    . . imported "MT01"."FLX_ACCOUNT_TXN_AUDIT_ITEM"         101.9 KB      37 rows
    . . imported "MT01"."FLX_EP_MSG_ATTR_B"                  114.1 KB    2035 rows
    . . imported "MT01"."FLX_LN_ACCT_PREF_CONFIG_T"          19.15 KB       6 rows
    . . imported "MT01"."FLX_PR_INDEXES_B"                   138.7 KB     659 rows
    . . imported "MT01"."FLX_PR_INTEREST_OUTCOMES"           107.4 KB    1694 rows
    . . imported "MT01"."FLX_PR_OFFER_SET_B"                 136.0 KB    1321 rows
    . . imported "MT01"."FLX_PR_OFF_ELM_SET_B"               132.4 KB    1357 rows
    . . imported "MT01"."FLX_PR_RCHART_TIER_LKUPS"           146.6 KB    2378 rows
    . . imported "MT01"."FLX_RL_RULE_ACTIONS"                138.8 KB    1900 rows
    ............... ( output truncated ) ............
    . . imported "MT01"."TEMP_TMP_MISMATCH"                      0 KB       0 rows
    . . imported "MT01"."TEMP_TMP_MISMATCH_1"                    0 KB       0 rows
    . . imported "MT01"."TEST"                                   0 KB       0 rows
    . . imported "MT01"."TLOGLEVEL"                              0 KB       0 rows
    . . imported "MT01"."XF_OL_ST_EXT_TXN_XREF_MMDD"             0 KB       0 rows
    Processing object type SCHEMA_EXPORT/TABLE/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    Processing object type SCHEMA_EXPORT/TABLE/COMMENT
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_SPEC
    Processing object type SCHEMA_EXPORT/FUNCTION/FUNCTION
    Processing object type SCHEMA_EXPORT/PROCEDURE/PROCEDURE
    Processing object type SCHEMA_EXPORT/PACKAGE/COMPILE_PACKAGE/PACKAGE_SPEC/ALTER_PACKAGE_SPEC
    Processing object type SCHEMA_EXPORT/FUNCTION/ALTER_FUNCTION
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_CM_CH_WORKDAY" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_CM_WORKDAY" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_CO_COMBINE_LOGS_ENTRY" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_CO_MV_BROPTXN_SHELL_ENTRY" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_CO_PR_BROPTXN_SHELL_ENTRY" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DDL_CH122" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DDL_PL002" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DDL_PL006" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DDL_PL009" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DDL_PL010" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DDL_PL011" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DDL_PL013" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DDL_TD102" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DDL_TD104" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DDL_TD126" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DML_CH122" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DML_PL002" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DML_PL006" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DML_PL009" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DML_PL010" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DML_PL011" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DML_PL013" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DML_TD102" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DML_TD104" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DML_TD126" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DT_C_ADDSUB" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DT_C_BEGIN_END_PERD" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DT_SET_EOP_BOP_FLAGS" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_EOD_CHECK_ALL" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_EOD_INITIALIZE" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_EOD_IS_MONTHEND" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_EOD_PROCESS_BROP_LOGS" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_EOD_PROLOGUE" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_EXT_CHK_DAY_HOLIDAY" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_EXT_GET_NEXT_DATE" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_GLVALTXNSET_SHELL_ENTRY" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_GL_INIT_RESTART" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_GL_UPD_RESTART" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_GL_VAL_TXNS_SET" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_INS_OL_INST_DETAIL" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_LN_WR_ACTNS_PROLOGUE_ENTRY" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_OL_CHECK_TRAN" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_OL_CH_UPD_INST_DETAIL" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_OL_CUTOFF_MOVE_TXNLOGS" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_OL_UNSET_CUTOFF" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_PI_GET_MEMOS" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_RJS_INSERT_REC" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_SETDATE_POSTEOD" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_SETDATE_PREEOD" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_ST_EOD" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_ST_EOD_PREPROC" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_ST_EOD_PROLOGUE_ENTRY" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_ST_EOD_SHELL_ENTRY" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_UPD_CASH_POS" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."FLX_AP_DDL_OS02" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."INITIALIZE_HOST" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."PROC_DEPEND" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_BA_PURGE_OL_BOTS_BCL" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_BA_PURGE_SHELL_ENTRY" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_BRING_CASH_FORWARD" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DDL_LCM17" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DDL_LCM18" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DDL_LCM19" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DML_LCM17" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DML_LCM18" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DML_LCM19" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_EXT_SPLIT_LOAN_DTLS" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_GET_NEXT_WORKING_DATE" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_IS_USER_VAULT" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_OL_BATCH_OPERATIONS" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_OL_CALC_DAT_LOG" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_OL_GET_DAT_LOG" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_ST_PURGE" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_TELLER_CASH_FORWARD" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_UPD_BAT_STAT" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_XMIT_CLOSE_BRANCH_BATCH" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_XMIT_CLOSE_TELLER_BATCH" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_XMIT_CLOSE_VAULT_BATCH" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_XMIT_OPEN_BATCH" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DML_LCM06" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."AP_DDL_LCM06" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."FLX_AP_DDL_OS16" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."FLX_AP_DDL_OS23" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"MT01"."FLX_AP_DDL_OS09" created with compilation warnings
    Processing object type SCHEMA_EXPORT/PROCEDURE/ALTER_PROCEDURE
    ORA-39082: Object type ALTER_PROCEDURE:"MT01"."AP_LN_ACCR_GET_PERIOD_END_DATE" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"MT01"."AP_LN_ACCR_MONTH_CROSSOVER" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"MT01"."AP_LN_POP_DRV_AMORTIZATION" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"MT01"."AP_LN_POP_DRV_REDO_TXNS" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"MT01"."AP_LN_WR_ACTIONS" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"MT01"."AP_PC_POP_DRV_REJECT_POLER" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"MT01"."FLX_AP_DML_OS02" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"MT01"."SETDATES" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"MT01"."AP_LN_ACCR_IS_YEAR_CROSSOVER" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"MT01"."FLX_AP_DML_OS23" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"MT01"."FLX_AP_DML_OS09" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"MT01"."AP_OR_POP_DEV_SUB_EXP" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"MT01"."AP_OR_POP_DRV_SUB_EXP" created with compilation warnings
    Processing object type SCHEMA_EXPORT/VIEW/VIEW
    ORA-39082: Object type VIEW:"MT01"."VWE_CS_HO_ACCT_MODULE_XREF" created with compilation warnings
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_BODY
    ORA-39082: Object type PACKAGE_BODY:"MT01"."ACPKS" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"MT01"."ACPKS_POSITION" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"MT01"."PK_AC_GLOBAL" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"MT01"."PK_BA_PURGE" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"MT01"."PK_GLTBGLBAL" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"MT01"."PK_GLTXNPOSTING" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"MT01"."PK_GL_UPDATE" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"MT01"."PK_PI_LN_INTEGRATION" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"MT01"."PK_ST_BOD_SHELL" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"MT01"."PK_VAL_BATCH" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"MT01"."PK_VAL_CLOSE_BATCH" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"MT01"."PLVDATA" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"MT01"."PLVDDD" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"MT01"."PLVFILE" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"MT01"."PLVGEN" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"MT01"."PLVIO" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"MT01"."PLVJOB" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"MT01"."PLVREP" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"MT01"."PLVXMN" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"MT01"."PLV_LOG_IO" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"MT01"."PLV_TRACE_IO" created with compilation warnings
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/TRIGGER
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/FUNCTIONAL_AND_BITMAP/INDEX
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/FUNCTIONAL_AND_BITMAP/INDEX_STATISTICS
    Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/DOMAIN_INDEX/INDEX
    Processing object type SCHEMA_EXPORT/POST_SCHEMA/PROCOBJ
    Job "SYS"."SYS_IMPORT_FULL_01" completed with 120 error(s) at 18:24:32Please advice me what is the solution for this? what exactly must have been happen that all the pl/sql got converted in UPPERCASE.
    Thanks in advance.

    Ok, so with the sql fie, you verified that the dump file is being represented in all upper case. Now you want to check the source database. Can you do this on the source data base.
    set pagesize 10000
    set long 900000000
    select dbms_metadata.get_ddl('PACKAGE_BODY', 'SOME_PACKAGE_THAT_LOOKS_WRONG', 'SCHEMA_OWNING_PCK) from sys.dual;
    If this comes out in all caps, then someone messed with your source database. If it doesn't, then I can't figure out how the dumpfile got to be all caps.
    Let us know what the results are for the above query.
    Thanks
    Dean

  • Oracle Workflow - Process Flow showing as busy

    Am working on a Workflow that has several mappings strung together. The Mapping is successfull, but the status shows up as busy.
    How can we diagnose/debug?
    Same thing is showing up on Workflow Monitor.
    - Jojo

    Hello Jojo,
    Look at one of my previous posts on how to expedite stuck processes:
    Re: Process flow stuck while execution - Fork being used
    The Workflow documentation on "stuck processes" mentions setting up "Background Workflow Engines" that periodically check for processes that cannot proceed and terminate them.
    There has been some OWB-related discussions on this in the Workflow forum, eg:
    Re: Engine:  process in NOTIFIED status
    Regards, Hans Henrik

  • Is "impdp" hung?

    Hi
    Env: Oracle 10gR2 (10.2.0.5)
    OS: RHEL 5.8 64-bit
    I started the "impdp" job around 5:40pm yesterday as follows:
    nohup impdp ID/'PWD'@DIS DIRECTORY=dp_dump_dir parallel=6 DUMPFILE=EXPORT_%U.DMP NOLOGFILE=Y schemas=[schema-list] > /dbexports/exports/IMP.log &
    And following is the last line from the "log file":
         Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    If I check for impdp process at OS level, I see one process running:
    oracle    8583 12121  0 10:12 pts/3    00:00:00 grep impdp
    oracle   16932 12121  0 Aug08 pts/3    00:00:00 impdp                         DIRECTORY=data_pump_dir parallel=6 DUMPFILE=..............
    When I query the database, I see this:
    select * from dba_datapump_jobs;
    OWNER_NAME
    JOB_NAME
    OPERATION
    JOB_MODE
    STATE
    DEGREE
    ATTACHED_SESSIONS
    DATAPUMP_SESSIONS
    SYSTEM
    SYS_IMPORT_SCHEMA_01
    IMPORT
    SCHEMA
    EXECUTING
    6
    1
    8
    Its been like 17Hrs+ since I started this import. Here are the files being imported by the impdp job:
    -rw-r----- 1 oracle badmin 50482532352 Aug  7 13:07 EXPORT_01.DMP
    -rw-r----- 1 oracle badmin 34717945856 Aug  7 13:14 EXPORT_02.DMP
    -rw-r----- 1 oracle badmin 28557950976 Aug  7 13:19 EXPORT_03.DMP
    -rw-r----- 1 oracle badmin 36996407296 Aug  7 13:27 EXPORT_04.DMP
    -rw-r----- 1 oracle badmin 37514956800 Aug  7 13:34 EXPORT_05.DMP
    -rw-r----- 1 oracle badmin 30535053312 Aug  7 13:39 EXPORT_06.DMP
    I know the files are big. One of the tables being imported contains LOBs and the table is quite big.
    Is there anything I should/can check for to make sure that "impdp" is still running and is not waiting for something?
    Can I check what exactly the "impdp" is doing/performing at the moment?
    Please advise!
    Best regards
    Message was edited by: user130038
    My other post was not a duplicate but I posted another question regarding suspending/resuming impdp job. Since the impdp job is running in the background, how can I suspend it and resume it later?

    Good clue - Thanks Srini. I should have checked the alert log already. I checked and I saw this in the alert log:
    statement in resumable session 'SYSTEM.SYS_IMPORT_SCHEMA_01.1' was suspended due to
        ORA-01659: unable to allocate MINEXTENTS beyond 6 in tablespace XXXX_IDX
    I extended the IDX tablespace and now I see this message:
    statement in resumable session 'SYSTEM.SYS_IMPORT_SCHEMA_01.1' was resumed
    Fri Aug 09 14:42:31 EDT 2013
    The value (167) of MAXTRANS parameter ignored.
    The value (167) of MAXTRANS parameter ignored.
    Fri Aug 09 14:44:34 EDT 2013
    The value (167) of MAXTRANS parameter ignored.
    I hope the "The value (167) of MAXTRANS parameter ignored." can be ignore, right?
    Thanks again!

  • Impdp full Db export to remote database

    Hi techies,
    I have taken a full database export using expdp on my local server/database DEV1.
    We have Linux RHEL 5.6 and Oracle 11.2.0.2 versions.
    The DBA from other group has created a empty database DEV2 on other server.
    I can not connect to that server and start the impdp process there.
    Is there any way to start the impdp process from my local server and do the import to the remote database.
    Thanks,
    Rane

    No.
    Import needs to be done on the target database. If import is done from a file, the file needs to be local. If you dont have room forth local dump file, and you have a network link from the target db pointing to the remote db, then you can use that instead of the dump file.
    Hope this helps.
    Dean

  • Getting "error occurred when looking up remote object" During IMPDP

    Hi
    I am doing a migration from one server to another server. I am on testing period. I am working on this setup
    SALESDB - RHEL 5.2(64bit) and Oracle Database 10.2.0.4
    It has schemas: SALESMGR, TARGET, REPORT and FINANCE
    These schemas will be migration to another database with the same name (we will be shutting down SALESDB 10g after the migration)
    SALESDB - RHEL 5.5(64bit) and Oracle Database 11.2.0.2
    ====================================
    The EXPDP process of the schemas in 10g DB are good and no errors where encountered. But during the IMPDP process of the schemas in 11g DB, I got the follwing erorrs:
    IMP-00017: following statement failed with ORACLE error 4052:
    *"ALTER PACKAGE "BEGINNING_BALANCE_PKG" COMPILE REUSE SETTINGS TIMESTAMP '200"*
    *"9-05-11:09:26:16'"*
    IMP-00003: ORACLE error 4052 encountered
    ORA-04052: error occurred when looking up remote object [email protected]
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12154: TNS:could not resolve the connect identifier specified
    IMP-00017: following statement failed with ORACLE error 4052:
    *"ALTER PACKAGE "PKG_FAULT_CODES" COMPILE REUSE SETTINGS TIMESTAMP '2009-05-1"*
    *"0:02:49:13'"*
    IMP-00003: ORACLE error 4052 encountered
    ORA-04052: error occurred when looking up remote object SALESMGR.SALESPRD_DETAIL@SALESPRD_LINK
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12154: TNS:could not resolve the connect identifier specified
    IMP-00017: following statement failed with ORACLE error 4052:
    *"ALTER PACKAGE "PKG_IFACE_SALESPRD_DATA" COMPILE REUSE SETTINGS TIMESTAMP '20"*
    *"11-09-22:10:33:12'"*
    IMP-00003: ORACLE error 4052 encountered
    ORA-04052: error occurred when looking up remote object SALESMGR.SALESMGR@SALESPRD_LINK
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12154: TNS:could not resolve the connect identifier specified
    IMP-00017: following statement failed with ORACLE error 4052:
    *"ALTER PACKAGE "PKG_COPY_TC_RECPT_TO_ITEM_RECPT" COMPILE REUSE SETTINGS TIMESTAM"*
    *"P '2009-05-10:06:07:09'"*
    IMP-00003: ORACLE error 4052 encountered
    ORA-04052: error occurred when looking up remote object SALESMGR.SALESPRD@SALESPRD_LINK
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12154: TNS:could not resolve the connect identifier specified
    IMP-00017: following statement failed with ORACLE error 4052:
    *"ALTER PACKAGE "PKG_SALES_INVOICE_CREATE_XML_TR" COMPILE REUSE SETTINGS TIMESTAM"*
    *"P '2009-05-10:06:07:23'"*
    IMP-00003: ORACLE error 4052 encountered
    ORA-04052: error occurred when looking up remote object SALESMGR.SALESPRD_TR_DETAIL@SALESPRD_LINK
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12154: TNS:could not resolve the connect identifier specified
    IMP-00017: following statement failed with ORACLE error 4052:
    *"ALTER PACKAGE "PKG_SALES_INVOICE_CREATE_XML" COMPILE REUSE SETTINGS TIMESTAMP '"*
    *"2009-05-10:06:03:01'"*
    IMP-00003: ORACLE error 4052 encountered
    ORA-04052: error occurred when looking up remote object SALESMGR.SALESPRD_DETAIL@SALESPRD_LINK
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12154: TNS:could not resolve the connect identifier specified
    IMP-00017: following statement failed with ORACLE error 4052:
    *"ALTER PACKAGE "PKG_PARSE_GRAPHIC" COMPILE REUSE SETTINGS TIMESTAMP '2009-05"*
    *"-10:06:07:23'"*
    IMP-00003: ORACLE error 4052 encountered
    ORA-04052: error occurred when looking up remote object SALESMGR.SALESPRD_DETAIL@SALESPRD_LINK
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12154: TNS:could not resolve the connect identifier specified
    *. importing SALESMGR's objects into SALESMGR*
    *. importing SALESMGR's objects into SALESMGR*
    I have not created the complete TNS entries in the TNSNAMES.ORA file in the new Oracle 11g. We will be updating this on the actual migration process. Is this the root cause of the problem? I am sure that all database links are existing but upon validating it, it says "ORA-02019: connection description for remote database not found."
    Any ideas or feedback on this?
    Thanks!

    Hello,
    Yes, this is the root cause : Oracle can not compile your packages if it can not connect to remote tables.
    You have to create those entries in your tnsnames, but may be you can reference some test databases in your tnsnames instead of the real production databases, to avoid mistakes.
    Regards,
    Sylvie

  • Controlling in-flight processes

    I have received this question from a couple of people, and have wondered how to do this myself: In Oracle Workflow Administration page, you can expedite a process in 1 of 2 ways: 1) you can retry a step (selecting any required response types), 2) skip a step in the process to go to the next step. You can change any attribute values, reassign notifications to go to other users/roles, suspend/resume processes and abort processes. I need to know how to do these things in the BPEL Console... (everything except for aborting a process, I know how to do that with the BPEL Console).
    I also need to know the answer to a question I posted a question back in June (Posted: Jun 23, 2005 6:12 AM) that I never received an answer to. My question was, what is the appropriate way to fix an error and then retry the instance at the point of failure so that you don't have to start the instance all over again? (In Oracle Workflow, you can fix the problem encountered at a particular step in the process and click 'Retry' to move on.)
    Is there a way to salvage a stale instance?

    Hello,
    Does anyone know the answers to these questions?
    I have a similar problem.
    Tks,
    TheTrooper

  • Impdp is very slow

    Hi Experts
    i need ur help..actualy i daily use to impdp to resotr schema backup from one DB to another.. but today impdp process is writing very very slow..my DB version is 10gr2 (10.2.0.4) and charecter set is same of both source and target db.... what is the possible reason for this attitue of impdp
    regards

    You are sure your environment can handle this degree of parallelism? Too high degree of parallelism could be worse than no parallelism, form documentation:
    Controlling Resource Consumption
    The Data Pump Export and Import utilities enable you to dynamically increase and decrease resource consumption for each job. This is done using the PARALLEL parameter to specify a degree of parallelism for the job. (The PARALLEL parameter is the only tuning parameter that is specific to Data Pump.) For maximum throughput, do not set PARALLEL to much more than twice the number of CPUs (two workers for each CPU).
    As you increase the degree of parallelism, CPU usage, memory consumption, and I/O bandwidth usage also increase. You must ensure that adequate amounts of these resources are available. If necessary, you can distribute files across different disk devices or channels to get the needed I/O bandwidth.
    To maximize parallelism, you must supply at least one file for each degree of parallelism. The simplest way of doing this is to use wild cards in your file names (for example, file%u.dmp). However, depending upon your disk set up (for example, simple, non-striped disks), you might not want to put all dump files on one device. In this case, it is best to specify multiple wildcarded file names, with each in a separate directory resolving to a separate disk. Even with fast CPUs and fast disks, the path between the CPU and the disk may be the constraining factor in the amount of parallelism that can be sustained.
    Werner

  • Impdp extremely slow during CONSTRAINTS

    We have a Oracle RAC instance 10.2.0.4 on Linux systems(two node). we are getting the expdp dump from client and while trying to import it is taking 26 hours for just 40gb files.
    In impdp - Processing object type DATABASE_EXPORT/SCHEMA/TABLE/CONSTRAINT/CONSTRAINT----- this step is running for more than 15 hrs.
    We tried expdp/impdp from prod to non prod databases and that takes 6-7 hrs.(DB size is same arnd 40gb)
    we also tried regular export and import and this takes 24 hrs.
    we do not see any errors, one this different here is client system where we get the export dump is on solaris and on 10.2.0.3 ...while we are on 10.2.0.4 linux system.
    please let me know if anyone has faced such issue.
    Thanks!

    Trace the impdp session to see what actually happens:
    Export/Import DataPump Parameter TRACE - How to Diagnose Oracle Data Pump
    Doc ID: 286496.1
    Werner

  • RMA process sucks

    I have had nothing but problems with my msi board and so I finally decide to call them about doing a RMA.
    I say "I would like to do an express RMA"
    They say "What is that?"
    I say "Where I put a deposit on a credit card and you cross ship a board"
    They say "We don't do that"
    I say "Really?  What is your turn around time?"
    They say "10-14 days"
    I say "2 weeks eh"
    They say "10-14 business days...."
    1.  Does anyone know how to get a cross shipment or expedite the process?
    2.  Anyone know what the current board rev is for the 7025 (Neo 2 Platinum)?
    The problems that I have are:
    1.  Logitech MX1000 keeps freezing
    2.  Won't detect Sidewinder joystick when a USB keyboard is plugged in
    3.  Can't use a PS2 mouse or keyboard
    4.  Floppy disk controller doesn't appear to work
    Think it should be rma'd?

    Quote
    Originally posted by Hamish
    I have had nothing but problems with my msi board and so I finally decide to call them about doing a RMA.
    I say "I would like to do an express RMA"
    They say "What is that?"
    I say "Where I put a deposit on a credit card and you cross ship a board"
    They say "We don't do that"
    I say "Really?  What is your turn around time?"
    They say "10-14 days"
    I say "2 weeks eh"
    They say "10-14 business days...."
    1.  Does anyone know how to get a cross shipment or expedite the process?
    2.  Anyone know what the current board rev is for the 7025 (Neo 2 Platinum)?
    As far as getting them to cross-ship a replacement, I didn't have any problems when I sent mine in.  Called them, said I needed to RMA my board and wanted to have the replacement crosshipped, they said sure thing.  They didn't even charge my card, just put a reserve on it.  The only thing that annoyed me was that they weren't set up to take a cross-ship RMA through their online tool, so I actually had to call them to get it taken care of.  Sounds like either I just got lucky getting someone on the phone when I called mine in, or that you just got unlucky.
    Haven't had a bit of trouble with the replacement board.
    Oh, and as far as the board Rev goes, it is at Rev 1.

  • Does impdp/imp jobs consume UNDO tablespace

    DB version : 11.2.0.3
    OS version : RHEL 5.6
    I am trying to do an import of single table which is of 7.5 gb size. It is taking more than 35 minutes with PARALELLE = 3.
    Undo tablespace free space was only 100mb when i checked. Temporary tablespace had 3gb free space.
    Does imp or impdp process consume UNDO ? Does impdp do INSERTs using plain INSERT SQLs internally ?

    you can use direct path insert mode as well to reduce the undo, But there are some limitations:
    The structure of a table allows a Direct Path load, i.e.:
    - A global index does not exist on a multipartition table during a single-partition load. This includes object tables that are partitioned.
    - A domain index does not exist for a LOB column.
    - The table is not in a cluster.
    - The table does not have BFILE columns or columns of opaque types.
    - The table does not have VARRAY columns with an embedded opaque type.
    - The table does not have encrypted columns.
    - Supplemental logging is not enabled and the table does not have a LOB column.
    - The table into which data is being imported is a pre-existing table and:
    – There is not an active trigger, and:
    – The table is partitioned and has an index, and:
    – Fine-grained access control for INSERT mode is not enabled, and:
    – A constraint other than table check does not exist, and:
    – A unique index does not exist.

  • Workflows - Appraisal process

    Hi all,
    Here are our workflow reqs. I am working on it and see that some are already provided in the system. In order to expedite this process I feel that you also take a look at it and let me know if some or all are directly available in the standard workflow events.
    I appreciate your ideas.
    Planning:
         An email message needs to be sent to the employee and manager notifying them to set up performance management objectives for the new performance management cycle.
         Employee receives a notification when the document is  created by manager.
         An email notification (in outlook) needs to be sent to the manager when employee has completed his/her PMP objectives.
         Employee receives notification when the manager approves/rejects the plan.
    Review:
    Communication activities(in MS outlook) during the mid-year process include the following:
         Email notification from system to the manager once the employee completes his appraisal.
         Email notification to matrix manager that their feedback is needed.
         Email notification to the direct manager that the matrix manager has completed his review. (i.e. the comments)
         Email notification to employee to complete and close review process.
    The following communication activities need to occur to support annual performance review during the appraisal phase.
    1.     An email notification needs to be sent to employee and manager to trigger start of the process.
    2.     An email notification to the manager once the employee completes his appraisal.
    3.     An email notification to the matrix manager that their feedback(comments) is needed.
    4.     An email notification to the direct manager that the matrix manager has completed his review.
    5.     An email notification to second level manager to approve/reject review.
    6.     An email notification to employee to complete and close review process.
    Regards,
    Bharat

    Maurice,
    Let me give a brief of roles used here:
    Employee, manager, higher level manager, HR and matrix manager.
    I am in the process of identifying the required push buttons for my process. I feel its the first step as I have already charted out the process in different roles.
    Then comes two things, firstly roles and then workflow.
    According to your suggestions I will try to identify the relevant workflows of standard.
    Appraiser, appraisee and higher level manager are  Manager, employee and higher level manager.  
    For HR - we are using Further participants at category level, for matrix manager - part appraiser. So far we are good and I believe this is what is important for workflow processing.
    My question is on the Roles tab at appraisal template level why is it still showing only colleague, manager, higher level manager, self. Does it impact my process.
    The reason for my concern is - At the criterion level, we have a tab called Element access and I don't see my Matrix manager there.
    Also tell me if I missed anything!
    What is the work around for this!!!
    Regards,
    Bharat

Maybe you are looking for

  • How to get the Useru2019s position when the user doesnu2019t have CP relation

    We have a custom program which will add / delete attributes (In transaction PPOSA_BBP). It is working fine for users which were assigned with CP relation But it fails for users which doesnu2019t have CP relation (since we are getting the position of

  • * Commit work on table  using UPDATE statement.*

    HI,    This is Anil . I have problem regarding Commit work and Wait up to 2 seconds. I am using Commit work on one Update table statement but it is not working . While doing debugging it is working (means it is updating Table.) but while running the

  • Help with a Subnet mask solution?

    This is probably obvious to many of your network guys/gals - but I'm stumped - I'm looking for an easy solution to this. I have a Linksys wireless router WRT54GS - Comcast cable broadband - my MacBook wasn't staying connected to it so I plugged in my

  • Rotate in Slideshow

    I'd like to be able to use an auto-advance slideshow for reviewing my photos. I've got one set up, and from it I can add star ratings to the images as I see them. However, the rotate keys don't work. Instead, they rotate the currently selected pictur

  • How to reduce image size

    Hi All, I am reading a tiff file using JAI,By looping the tiff file ,Each page of tiff file , i am storing each page into BufferedImage ,then i am storing it as a PNG file (each page of a tiff file). Tiff file is of size 2000X3000 pixels (app). PNG i