Fatel error while impdp in ORACLE RAC 11.1.0.6

Hi,
I am trying to import expdp dump almost 12 GB Size in table. i am getting below error:
Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP, Data Mining
and Real Application Testing options
Master table "SYSTEM"."SYS_IMPORT_FULL_05" successfully loaded/unloaded
Starting "SYSTEM"."SYS_IMPORT_FULL_05": system/******** DIRECTORY=ORADATA9 dumpfile=MEDIATIONCDR_%U.dmp REMAP_SCHEMA=CRESTELMEDIATIONPRD501:TEST partition_options=departition logfile=impdpMEDIATIONCDR.log PARALLEL=4
Processing object type TABLE_EXPORT/TABLE/TABLE
Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
. . imported "TEST"."TBLMEDIATIONC_TER225OCT2010" 5.684 GB 104430204 rows
ORA-39126: Worker unexpected fatal error in KUPW$WORKER.LOAD_DATA []
ORA-01403: no data found
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
ORA-06512: at "SYS.KUPW$WORKER", line 7704
----- PL/SQL Call Stack -----
object line object
handle number name
0x21b041e38 18051 package body SYS.KUPW$WORKER
0x21b041e38 7736 package body SYS.KUPW$WORKER
0x21b041e38 4383 package body SYS.KUPW$WORKER
0x21b041e38 8384 package body SYS.KUPW$WORKER
0x21749f1c0 1 anonymous block
0x217500788 1501 package body SYS.DBMS_SQL
0x21b041e38 8201 package body SYS.KUPW$WORKER
0x21b041e38 1477 package body SYS.KUPW$WORKER
0x217564180 2 anonymous block
ORA-39126: Worker unexpected fatal error in KUPW$WORKER.LOAD_DATA []
ORA-01403: no data found
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
ORA-06512: at "SYS.KUPW$WORKER", line 7704
Urgent help needed.

See My Oracle Support note IMPDP Fails With Errors ORA-39126 And ORA-01403: no data found (Doc ID 729346.1).
Note that is a forum and not official Oracle Support: you should not ask for urgent answer.

Similar Messages

  • Error while starting the Oracle BI Server

    Hi ,
    I am getting the services.msc error while starting the Oracle BI Server as -
    Error handling the control request.
    Please help me out ..
    Thanks and Regards ,

    It is actually Windows services error that I am facing ....
    while starting the BI server after making any changes to NQS config file ..
    Could not start the Oracle BI Server service on Local Computer
    Error 1064: An exception occured in the service when handling the control request
    Message was edited by:
    user460211
    Message was edited by:
    user460211

  • ORA-20160: Encountered an error while getting the ORACLE user account.

    when users trying to apply for the leave . Once they apply for the leave and the respective manager approves it.
    They get an notification mail with the error message The changes were not applied because ORA-20160: Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator. ORA-06512: at "APPS.ALR_PER_ABSENCE__800_53447_IAR", line 3 ORA-04088: error during execution of trigger 'APPS.ALR_PER_ABSENCE__800_53447_IAR'
    EBS : 12.1.2
    Database : 11.2.0

    We are also facing the same issue , with the following error.
    The Changes were not applied because ORA-20160: Encountered an error while getting the ORACLE user account for your concurrent request, Contact your system administrator. ORA-06512: at “ APPS.ALR_PAY_ELEMENT_801_53338_IAR”, line 1 ORA-04088: error during execution of the trigger ‘APPS.ALR_PAY_ELEMENT_801_53338_IAR’
    Dear Hussein ,
    As per your suggestion , if we disable the trigger , does it workflow goes ahead without any problems ?
    By Disabling the trigger , what would be the impact ? I mean does we are going to loose the data that was supposed to be updated the trigger.
    And basically please educate me . what is the use of this APPS.ALR_PAY_ELEMENT_801_53338_IAR’ ?
    Regards
    Raghu

  • Error while getting the ORACLE user account for your concurrent request

    Hi ,
    When I am submitting the Concurrent Program from OAF page Iam getting
    Error
    Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator.
    When we will face this error.
    Not able to submit the Request
    Krishna

    Krishna
    Try like this
    public int submitCPRequest(String shipmentId) {
    System.out.println("into submitCPRequest");
    try {
    OAApplicationModule am = pageContext.getApplicationModule(webBean) ;
    OADBTransaction transaction = am.getOADBTransaction();
    Connection conn = transaction.getJdbcConnection();
    ConcurrentRequest cr = new ConcurrentRequest(conn);
    cr.setDeferred();
    String applnName = new String("XXAPL"); //Application that contains the concurrent program
    System.out.println("ApplName"+ applnName);
    String cpName = new String("SHIP_REQ"); //Concurrent program name
    System.out.println("Concc Name"+ cpName);
    // String cpDesc = new String("Shipping Request"); // concurrent Program description
    // Pass the Arguments using vector
    // Here i have added my parameter headerId to the vector and passed the
    //vector to the concurrent program
    Vector cpArgs = new Vector();
    cpArgs.addElement(shipmentId);
    System.out.println("Args"+ cpArgs);
    After this it is going into exception
    // Calling the Concurrent Program
    int requestId = cr.submitRequest(applnName, cpName, null, null, false, cpArgs);
    System.out.println("Req Id"+ requestId);
    tx.commit();
    return requestId;
    catch (SetDeferredException e)
    throw new OAException("SetDeferredException " + e.getMessage(),OAException.ERROR);
    catch (RequestSubmissionException e) {
    System.out.println("Into Exception");
    OAException oe = new OAException(e.getMessage());
    oe.setApplicationModule(this);
    throw oe;
    }Thanks
    AJ

  • Problem calling web service: Error while getting the ORACLE user account

    Hi All!
    I was able to call the service EGO_ITEM_PUB-PROCESS_ITEM, but after implemented some patches, suddenly I get this error as result:
    - <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    - <env:Body>
    - <OutputParameters xmlns="http://xmlns.oracle.com/apps/ego/soaprovider/plsql/ego_item_pub/process_item__1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <X_INVENTORY_ITEM_ID xsi:nil="true" />
    <X_ORGANIZATION_ID xsi:nil="true" />
    <X_RETURN_STATUS>U</X_RETURN_STATUS>
    <X_MSG_COUNT>1</X_MSG_COUNT>
    <X_MSG_DATA>Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator.</X_MSG_DATA>
    </OutputParameters>
    </env:Body>
    </env:Envelope>
    Any ideas?
    Thanks,
    Konrad

    hsawwan wrote:
    Hi,
    I was able to call the service EGO_ITEM_PUB-PROCESS_ITEM, but after implemented some patches, What are those patches?
    # Patch 8407693:R12.TXK.B ISG: Service Generation Failure - Java Compiler Could Not be Found
    # Patch 8459663:R12.OWF.B : Mandatory Consolidated One-Off Fixes for ISG on Top of 12.1.1
    # Patch 8916358:R12.OWF.B : Service Timeout When Invoking Services Deployed to Integrated SOA Gateway
    # Patch 9349321:R12.OWF.B : Issue with item Bulk Load in Oracle Product Hub PIP 2.4
    # Patch 9446625:R12.FND.B : 1OFF:8995921:12.1.1:12.1.1:PERF : LoginModules Performance Issue
    # Patch 9070077:R12.OWF.B : 1OFF:9045280:12.1.1:12.1.1:Invoking a Web Service Requires NLS Lang When It Should be Optional
    # Patch 9153106:R12.OWF.B : IREP_Parser.PL Exits with GETPWUID Function IS Unimplemented in PARSER.PM -> Wichtig für ISG (für custom pl/sqls im ISG)
    # Patch 9004712:R12.OWF.B : One-Off for IREP PARSER on Top of Oracle E-Business Suite Release 12.1.1 -> Wichtig für ISG (für custom pl/sqls im ISG)
    IAS:
    # Patch 8607523 for the AS version 10.1.3.4
    Oracle Support told me that I need this patches because of some other problem (generating wsdl and deploy for BOM_BO_PUB package does not work in my environment) and since that, the process_item call stopped working!
    btw: The EGO_ITEM_PUB-PROCESS_ITEM call for an existing item still works (I can modify the description), but creating a new item does not work anymore. Here are the parameters I send to the web service:
    Header:
    <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    <wsse:UsernameToken>
    <wsse:Username>sysadmin</wsse:Username>
    <wsse:Password
    Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">sysadmin</wsse:Password>
    </wsse:UsernameToken>
    </wsse:Security>
    <q0:SOAHeader/>
    Body:
    <q1:InputParameters>
    <q1:P_API_VERSION>1.0</q1:P_API_VERSION>
    <q1:P_INIT_MSG_LIST>T</q1:P_INIT_MSG_LIST>
    <q1:P_COMMIT>T</q1:P_COMMIT>
    <q1:P_TRANSACTION_TYPE>CREATE</q1:P_TRANSACTION_TYPE>
    <q1:P_ITEM_NUMBER>KHR_WS_05</q1:P_ITEM_NUMBER>
    <q1:P_DESCRIPTION>desc2</q1:P_DESCRIPTION>
    </q1:InputParameters>
    Thanks,
    Konrad

  • Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator

    Dear Techies,
    We have registered an Extra Information Type as self service OAF page and did some validations using user hook which are working fine. But for some requests EIT creation page is throwing below errors.
    1. Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator.
    2. An unexpected situation occurred while executing routine FND_DATA_SECURITY.GET_SECURITY_PREDICATE_HELPER.The cause was: The parameter 'p_object_name' cannot be 'GLOBAL'.
    System throws these errors whenever user hook suppose to throw our customized validation messages.Since we are at UAT instance, we are bouncing apache and oacore to get rid of these errors every time they appear. But we cannot bounce once it is moved to production.
    Kindly share some ideas  to fix these errors as we are very close to Go-Live and we are facing this issue with all EIT's and SIT's.
    Thanks and Regards
    Dileep Kumar.

    Hi Mahesh,
    Thanks for reply.
    I have gone through the link that you have suggested. But our EIT user hook validations doesn't  have any code related to submission of concurrent programs. More over our error is not stable. If we bounce the apache and oacore, the system will work fine without unexpected errors for some time. We are not even able to replicate these errors.
    Thanks and Regards
    Dileep Kumar.

  • Error while running the Oracle Text optimize index procedure (even as a dba user too)

    Hi Experts,
    I am on Oracle on 11.2.0.2  on Linux. I have implemented Oracle Text. My Oracle Text indexes are fragmented but I am getting an error while running the optimize_index error. Following is the error:
    begin
      ctx_ddl.optimize_index(idx_name=>'ACCESS_T1',optlevel=>'FULL');
    end;
    ERROR at line 1:
    ORA-20000: Oracle Text error:
    ORA-06512: at "CTXSYS.DRUE", line 160
    ORA-06512: at "CTXSYS.CTX_DDL", line 941
    ORA-06512: at line 1
    Now I tried then to run this as DBA user too and it failed the same way!
    begin
      ctx_ddl.optimize_index(idx_name=>'BVSCH1.ACCESS_T1',optlevel=>'FULL');
    end;
    ERROR at line 1:
    ORA-20000: Oracle Text error:
    ORA-06512: at "CTXSYS.DRUE", line 160
    ORA-06512: at "CTXSYS.CTX_DDL", line 941
    ORA-06512: at line 1
    Now CTXAPP role is granted to my schema and still I am getting this error. I will be thankful for the suggestions.
    Also one other important observation: We have this issue ONLY in one database and in the other two databases, I don't see any problem at all.
    I am unable to figure out what the issue is with this one database!
    Thanks,
    OrauserN

    How about check the following?
    Bug 10626728 - CTX_DDL.optimize_index "full" fails with an empty ORA-20000 since 11.2.0.2 upgrade (DOCID 10626728.8)

  • Error while installing the Oracle BI 10.1.3.3.1

    Hi ,
    I got the following error while installing 10.1.3.3.1 Oracle BI Suite .
    [nQSError: 46036] Internal Assertion: Condition GetAdaptersinfo( pAdapterinfo.get(), &ulOutBufLen) == NO_ERROR, file .\Config\SUSystemConfig.cpp, line 1297.
    while the installation shows it is completed successfully ..
    but admin tool is not started ....
    even the BI server also is down and says - process terminated unexpectedly ..
    Please help me out in this regards ....

    HI Venkat ..
    THanks for your response ....
    No ..
    The installaion doesnot succeed ....
    Especially the admin tool installation is consistently throwing this error -
    [nQSError: 46036] Internal Assertion: Condition GetAdaptersinfo( pAdapterinfo.get(), &ulOutBufLen) == NO_ERROR, file .\Config\SUSystemConfig.cpp, line 1297.
    The services are runing fine ..
    but I cannot enter to admin tool after installation ....
    It is giving the same error as of installation ...
    any remedies ??
    Thanks and regards ,

  • ORA-20600 error while trying to add RAC database

    I'm receiving the following error while trying to add the RAC database in grid control. Any idea?.
    ORA-20600: The specified target is in the process of being deleted
    This database doesn't exists in targets. But, I'm still unable to add.

    Check the metalink Note: Unable To Add Rac Database To Grid Control Getting Error Ora-20600 [ID 1218797.1]
    You need to wait for a while and check the status.

  • Error While Restoring the Oracle Database using Cloud Backup

    Hello,
    I have been facing a serious error while oracle restoration. I have Backed up Complete Database. For Testing restoration, the DBA removed all the DBF, logs and Control File from there orignal Position.
    He restarted the Database in "Startup nomount" mode. No i am not able to connect to target database from my Backup Server remotely.
    Whenever i try to restore, it shows following error:-
    ***RMAN-04005: error from target database:***
    ***ORA-12528: TNS:listener: all appropriate instances are blocking new connections***
    ***ORA-12528: TNS:listener: all appropriate instances are blocking new connections***
    ***"ORA-12528: TNS:listener: all appropriate instances are blocking new connections***
    I am using Oracle 11g R2 x64-bit database and on Windows Platform with Windows Server 2008 R2.
    Can Anyone help me by connecting, rman to the remote target database when it is in nomount mode.
    I am not able to connect the sqlplus remotely.\
    Thanks in Advance...
    Regards
    Pravesh Upadhyay

    Devika,
    You have to stop all your adapters, your repository, close all IStudio client and stop all sessions connected to this schema before running the oaiimport.
    If you don't do this the oaiimport will not work properly as the script will not be able to drop the user and will try to re-create existing objects.
    Tip : use the following select to list the session using oaihub902 user (and get rid off them)
    select username, count(*)
    from V$session
    where username in ('OAIHUB902')
    group by username
    order by count(*) desc, username
    JL

  • Error while doing the Oracle 9i Database Installation

    PROBLEM ONE
    While installing the Oracle Database 9i on Windows 2000 Server with 256 MB Ram, I got the following error
    Windows - Wrong Volume
    The wrong volume is in the drive. Please insert volume ORCL9011_1 into drive E:.
    This message occured when percentage done was 100%. It was copying visualsdo.exe
    PROBLEM TWO
    Then I deinstalled the Oracle 9i software and deleted the oracle folder from both the Windows Explorer as well as in the RegEdit.
    Again I started doing the installation...
    In Oracle Database Configuration Assistant, while it was installing "Adding Oracle JVM", I got the following error
    "Oracle Database Configuration Assistant: ERROR"
    "ORA-06576:not a valid function or procedure name"
    When I clicked Ignore I got the following error
    "Oracle Database Configuration Assistant: ERROR"
    "ORA-04021:timeout occured while waiting to lock object
    SYS.META-INF/MANIFEST.MF"
    Please let me know why this problem occured and what is the solution for this......
    If you need any information then please let me know
    With Regards
    Deepak

    You have too few RAM on your machine, even you could successfully create an instance, it's going to slow as hell.
    When you run DBCA to create database, instead of actually creating the database you could choose to dump the SQL scripts and files used for database creation to a directory. This way will give you a chance to modify pfile and reduce the SGA parameter. I believe the default SGA of instance created by DBCA is already beyond your RAM limit.

  • Error while restarting the Oracle BI

    Hi,
    Getting an error while trying to restart the Oracle BI. This was happened when appending the new Repository file. Below is the error msg:
    <Mar 30, 2012 3:19:12 PM IST> <Error> <oracle.bi.management.sysmancommon> <BEA-0
    00000> <Operation Failed: start; OracleInstance: instance1; Component: coreappli
    cation_obis1; msg: 0 of 1 processes started.>
    <Mar 30, 2012 3:19:12 PM IST> <Error> <oracle.bi.management.sysmancommon> <OBI-S
    YSMAN-1249> <Processing Event: SEVERE: Element Type: PROCESS, Element Id: instan
    ce1:coreapplication_obis1, Operation Result: FAILED_TO_START, Detail Message: Op
    eration Failed: start; OracleInstance: instance1; Component: coreapplication_obi
    s1; msg: 0 of 1 processes started.>
    <Mar 30, 2012 3:19:12 PM IST> <Error> <oracle.bi.management.sysmancommon> <OBI-S
    YSMAN-1249> <Processing Event: SEVERE: Element Type: BI_INSTANCE, Element Id: co
    reapplication, Operation Result: FAILED_TO_START, Detail Message: Error in start
    ing one or more components of BI Instance; Please check the server log files for
    detailed message.>
    ECID from WorkWrapper -> 3ccf0a9ed825fc3c:-71cd22bf:13662f5ae46:-8000-0000000000
    000dae
    Can any one let me know the solution.
    Regards
    Renjith

    Hi,
    Are you deployed new rpd file in your serve. please conform?
    This error occured several reasons.
    Tell me first obiee l0g or 11g.
    If 10g Please follow the below steps.
    1. Please check the rpd properly copied or not.\
    2. Exiting rpd having any space or hyponym or dot. Please recheck?
    3. Please check how many instance running your server.
    use this command in your server.
    ps -ef | grep nqsserver.
    Still running more than one please kill the all the session and restart newly.
    I am not sure this is what your looking so far.
    Award points it is useful.
    Thanks,
    Satya

  • Errors while installin of Oracle 8i (8.1.7 32 Bit) on AIX 4.3.3

    I got following errors while installing Oracle. Though the make files were there but the install process was reporting error to invoke it. I selected ignore and proceeded further. Is this normal. Is this something to worry about?
    Exception String: Error in invoking target ihsodbc of makefile /u01/app/oracle/product/8.1.7/rdbms/lib/ins_rdbms.mk
    Exception String: Error in invoking target install of makefile /u01/app/oracle/product/8.1.7/ctx/lib/ins_ctx.mk
    Exception String: Error in invoking target install of makefile /u01/app/oracle/product/8.1.7/network/lib/ins_cman.mk
    Exception String: Error in invoking target install of makefile /u01/app/oracle/product/8.1.7/network/lib/ins_names.mk
    Exception String: Error in invoking target install of makefile /u01/app/oracle/product/8.1.7/network/lib/ins_net_client.mk
    Exception String: Error in invoking target install of makefile /u01/app/oracle/product/8.1.7/network/lib/ins_net_server.mk
    Exception String: Error in invoking target install of makefile /u01/app/oracle/product/8.1.7/network/lib/ins_oemagent.mk
    Exception String: Error in invoking target install of makefile /u01/app/oracle/product/8.1.7/otrace/lib/ins_otrace.mk
    Exception String: Error in invoking target install of makefile /u01/app/oracle/product/8.1.7/plsql/lib/ins_plsql.mk
    Exception String: Error in invoking target install of makefile /u01/app/oracle/product/8.1.7/rdbms/lib/ins_rdbms.mk
    Exception String: Error in invoking target install of makefile /u01/app/oracle/product/8.1.7/sqlplus/lib/ins_sqlplus.mk
    Exception String: Error in invoking target ioracle of makefile /u01/app/oracle/product/8.1.7/rdbms/lib/ins_rdbms.mk
    Exception String: Error in invoking target relink of makefile /u01/app/oracle/product/8.1.7/precomp/lib/ins_precomp.mk
    Exception String: Error in invoking target toolsinstall of makefile /u01/app/oracle/product/8.1.7/ldap/lib/ins_ldap.mk
    Exception String: Error in invoking target utilities of makefile /u01/app/oracle/product/8.1.7/rdbms/lib/ins_rdbms.mk
    Exception String: File not found /u01/app/oracle/product/8.1.7/classes/lib/dba_qt.jar
    Exception String: File not found /u01/app/oracle/product/8.1.7\RDBMS\ADMIN\instBUILDALL.SQL
    Exception String: File not found /u01/app/oracle/product/8.1.7\RDBMS\ADMIN\instBUILD_DB.SQL
    Exception String: File not found /u01/app/oracle/product/8.1.7\RDBMS\EXTPROC\instEXTERN.SQL

    I already have C libraries installed.
    crdoptst:/> lslpp -L | grep -i xlc
    xlC.aix43.rte 4.0.2.1 C C Set ++ Runtime for AIX 4.3
    xlC.cpp 4.3.0.1 C C for AIX Preprocessor
    xlC.msg.en_US.cpp 4.3.0.1 C C for AIX Preprocessor Messages
    xlC.msg.en_US.rte 4.0.2.0 C C Set ++ Runtime Messages--U.S.
    xlC.rte 4.0.2.0 C C Set ++ Runtime
    crdoptst:/> which make
    /usr/bin/make

  • Error While Connecting to Oracle

    Hi All,
    While Connecting to Oracle through jdbc thin driver, following error is displayed. Please help me in resolving the same.
    <b>SQL Exception:
    State  : null
    Message: Io exception: The Network Adapter could not establish the connection
    Error  : 17002</b>

    hi,
    Any or all of the following conditions may also apply:
    1) You are able to establish a SQL*Plus connection from the same client to the same Oracle instance.
    2) You are able to establish a JDBC OCI connection, but not a Thin
       connection from the same client to the same Oracle instance.
    3) The same JDBC application is able to connect from a different
       client to the same Oracle instance.
    4) The same behavior applies whether the initial JDBC connection
       string specifies a hostname or an IP address.
    Go thru the foll url
    http://www.websina.com/bugzero/kb/oracle-connection.html
    wbr,
    KK

  • Errors while Configuring a Oracle DB on RAC

    Iam configuring a DB Table in IDM 8.0.
    Here is my URL
    jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=on)(ADDRESS=(PROTOCOL=TCP)(HOST=10.240.149.191) (PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=10.240.149.192) (PORT=1521))(CONNECT_DATA=(SERVICE_NAME=IDMPROD)))The User/Password are mentioned in the Resource wizard .
    When I move to the next page it should display the Table names & later the column names of the selected table, but its not happening. In fact its throwing errors like ..
    XPRESS <invoke> exception:
    Can't call method getTableColumns on class com.waveset.ui.web.resources.wizard.DBTableUtil ==> com.waveset.util.WavesetException: ==> java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    The Network is OK as Iam able to ping the server continuously..
    Even Iam able to configure the URL in Oracle SQL developer. The Test connection shows Success & failure. Sometimes showing the above error.
    Plz provide some inputs

    Hi,
    thankz for da reply.
    Iam able to configure to a single host & I can edit the configuration again & save it.
    But for the RAC config Iam facing the SQLException & IOException
    Iam able to continuously ping the Servers Ping 10.129.149.191 -t
    Even telnet 10.129.149.191 1521 is showing as connected.
    Plz correct me if Iam wrong in the config for RAC.
    Edited by: idm_guy on Dec 15, 2009 3:03 AM

Maybe you are looking for