Import got struck

hi,
any means how to check the import progress ? i can see the import log file not updated for the last 3 hours...
while i can see select count (*) from the table where the log file stays the records completed and (only 30% is complete 70% yet to go)
again windows 2003 R2 and 10.2.0.4 oracle version. ( no archive log mode)...
dmp file size 23 GB....
no space issues at the tablespace
no alerts in the alert file
no locks
no server load
any suggestions ?

You can check the table segment size and check if it is increasing or not ?
Also in 10G , I would suggest to use data pump.
Use the FEEDBACK=N import parameter. This parameter will tell IMP to display a dot for every N rows imported. For example, FEEDBACK=1000 will show a dot after every 1000 row.
Also use below query :
select substr(sql_text,instr(sql_text,'INTO "'),30) table_name,
rows_processed,
round((sysdate-to_date(first_load_time,'yyyy-mm-dd hh24:mi:ss'))*24*60,1) minutes,
trunc(rows_processed/((sysdate-to_date(first_load_time,'yyyy-mm-dd hh24:mi:ss'))*24*60)) rows_per_min
from sys.v_$sqlarea
where sql_text like 'INSERT %INTO "%'
and command_type = 2
and open_versions > 0;
http://www.orafaq.com/wiki/Import_Export_FAQ
Regards
Rajesh

Similar Messages

  • Message got struck in hold status in message monitoring.

    Hi SDNers,
                 I am doing Idoc to File scenario. I triggered an Idoc and it is successfully processed in XI and got struck in message monitoring with hold status.
                 After repetetive attempts of restarting the message, still it is in hold status.
                 Even if I tried to cancel the message, it is not cancelling as it is in hold status.
                Can anybody please help how to process the message or can anybody explain how to cancel the message from message monitoring, which is in hold status.
    Regards,
    Jayaram.G

    Hi,
    If the message that has not yet been delivered is not in error state, the problem cause is probably that the message is blocked in the QRFC queues of the Integration Engine.
    Check queue status
    Call the Integration Server and call transaction SMQR in the sender and receiver Integration Engine in the corresponding system client.
    Check the status of the scheduler and the status of the XBQ* and XBT* queues:
    u25CF     Inbound qQueues
    XBTI* (ExactlyOnce)
    XBQI* (ExactlyOnceInOrder)
    u25CF     Outbound queues
    XBTO* (ExactlyOnce)
    XBQO* (ExactlyOnceInOrder)
    u25CF     Acknowledgment queues
    XBTB* (ExactlyOnce)
    XBQB* (ExactlyOnceInOrder)
    u25CF     Large message queue
    XBTL* (ExactlyOnce)
    If the scheduler has the status Waiting, it is waiting for free work processes. This is why delays occur when XML messages are processed.
    If not all necessary queues are registered, you can search for queues with the name prefix above using transaction SMQ2. Use transaction SXMB_ADM to register the queues in this case.

  • Message Got Struck in Queue ----Repeatedly happening

    Hi Frnds,
    I am working on one scenarios File to IDOC, when i am sending messages to IDOC some messages got struck in Queue, when i am resending the messages manually  then its processing.
    why thi issues happends repeatedly, how to avoind this issue.
    Regards,
    Raj

    Hi
    Call the Integration Server and call transaction SMQR in the sender and receiver Integration Engine in the corresponding system client.
    Check the status of the scheduler and the status of the XBQ* and XBT* queues:
    u25CF     Inbound qQueues
    XBTI* (ExactlyOnce)
    XBQI* (ExactlyOnceInOrder)
    u25CF     Outbound queues
    XBTO* (ExactlyOnce)
    XBQO* (ExactlyOnceInOrder)
    u25CF     Acknowledgment queues
    XBTB* (ExactlyOnce)
    XBQB* (ExactlyOnceInOrder)
    u25CF     Large message queue
    XBTL* (ExactlyOnce)
    If the scheduler has the status Waiting, it is waiting for free work processes. This is why delays occur when XML messages are processed.
    If not all necessary queues are registered, you can search for queues with the name prefix above using transaction SMQ2. Use transaction SXMB_ADM to register the queues in this case.
    Check queue configuration
    For a complete analysis, make sure that the queues of the integration server are registered. To do this start the transaction for the Integration Engine administration (SXMB_ADM) and select the function manage queues.

  • OBIEE 11g installation got struck in "Configuration Process"

    Hi
    I am trying to instal OBIEE 11g 11.1.1.5.0 on Win 7 computer on MS Sql server Express.
    Every went smooth with RCU, and OBIEE 11g installation upto step 12.
    Now in Step 13, 'Configuration Process', the installer got struck forever showing:
    BI Configuration -> 0%
    Creating Domain -> In Progress
    and rest of all the items in 'Recommended' status.
    How can I make this move forward?
    I see no activity going on in logs etc. Looks like installer got struck 'creating domain' activity forever.
    Thanks for any inputs.

    Please find the error messages from log: Thanks for any inputs.
    Creating a new AdminServer Object ...
    AdminServer port is 7001
    Starting the domain ...
    LOADING DLL : C:\obiee\obieemiddlewarehome\Oracle_BI1\install\config\\StartUtil64.dll
    DEBUG : Loading DLL : C:\obiee\obieemiddlewarehome\Oracle_BI1\install\config\\StartUtil64.dll
    DEBUG : Loaded DLL : C:\obiee\obieemiddlewarehome\Oracle_BI1\install\config\\StartUtil64.dll
    oracle.as.provisioning.util.ConfigException:
    Error while starting the domain.
    Cause:
    An error occurred while starting the domain.
    Action:
    See logs for more details.
         at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
         at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3179)
         at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3039)
         at oracle.as.provisioning.engine.WorkFlowExecutor._startAdminServer(WorkFlowExecutor.java:1645)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:635)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
         at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:48)
         at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
         at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:112)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.as.provisioning.util.ConfigException:
    Error while starting the domain.
    Cause:
    Starting the Admin_Server timed out.
    Action:
    See logs for more details.
         at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
         at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3149)
         ... 19 more
    oracle.as.provisioning.exception.ASProvisioningException
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:872)
         at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
         at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:48)
         at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
         at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:112)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:686)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         ... 14 more
    oracle.as.provisioning.exception.ASProvisioningException
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:872)
         at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
         at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:48)
         at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
         at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:112)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:686)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         ... 14 more

  • When message got struck in XI

    Hi,
    Can anyone explain what and all steps we should perform when a message got
    struck in xi System ?
    Also where to find the log ,which gives clear information regarding message
    struck ?
    what is the difference between the logs in J2ee engine and that of in XI engine ?
    Please clarify my doubt
    Cheers
    Sanjeev.S

    Hi Sanjeev,
    when a msg is stuck in XI, then in SXMB_MONI, you can select the msg and restart it...........
    you can go to SXMB_ADM to register and activate your queues so that new coming msgs are not stuck in XI.........
    logs of J2EE engine show the startup and current status of your xi j2ee engine.....XI has both ABAP stack and JAVA stack...........so both engines have their own logs showing their status......
    Thanks,
    Rajeev Gupta

  • Process Chain got struck and not showing all the variants in the log view

    Hi,
    We have some process chains which are running daily.The problem here is that one of the process chains got struck at some point
    and it is not showing all the variants in the log view but able to see in planning view.
    Could any one please let me know why this is occuring.

    Hi Ramanjaneyulu,
    Thanks for the reply.
    As you said,i clicked on the 'display message' but it is not showing any errors.It is showing
    that the process completed successfully.
    Thanks.

  • My Apple TV can't play MP3 after my house got struck by lightning.

    Is there any explanation for this? The audio on video, Netflix, etc. works perfectly. How can I fix this?

    Uh, the house got struck by lightening, almost anything could have been damaged.  Start switching out parts (electronics and cables) ruling out items one by one until all the damaged items have been replaced.

  • My Ipad Screen got struck and Ipad is not working .On using updated IOS 7

    My Ipad Screen got struck and Ipad is not working and not allowing to shutdown also.
    Only SIRI is working. and that also not able to open any app. Today Morning I updated IOS 7. It was working fine for a while. WHen I tried to Minimize one of the app using fingers by multi touch  it got struct. Now neither app closed completely not screen is moving. Just got struck.
    Please check regarding this issue and provide me solution

    Reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.

  • Iphone 4 on/off button got struck

    Hi Folks,
                   My iphone 4 on/off switch got struck suddenly when i am about to switch off my iphone. can you help me out in this?

    Not really. If the button is stuck it is a hardware malfunction and you will need to seek assistance with Apple Support.

  • Inbound Idocs Got struck with status 75

    Hi All,
    My idocs Got struck in qrfc with status 75 ,Could any body tell why they r struck with status ,even though my partner Profile setting is set to Trigger Immedeatly
    Appreciate your Replies..
    Thanks,
    Madhu

    Dude, use Search button:
    Re: Customer creation in R/3 from PI data using IDOCs

  • During Table Import got error ORA-12805: parallel query server died unexpectedly

    Hi,
    I tried to import a single table of size 51 GB which normally imported in 5 hours but last time I got following error after 1.5 hours
    ORA-31693: Table data object "SCHEMA"."TABLE_NAME" failed to load/unload and is being skipped due to error:
    ORA-12805: parallel query server died unexpectedly.
    From the "Alert log" file I found the error is
    ORA-00603: ORACLE server session terminated by fatal error
    ORA-24557: error 1114 encountered while handling error 1114; exiting server process
    ORA-01114: IO error writing block to file 622 (block # 373725)
    ORA-27063: number of bytes read/written is incorrect
    IBM AIX RISC System/6000 Error: 28: No space left on device
    Additional information: -1
    Additional information: 253952
    I checked all the table spaces have more then 100GB free space. No idea why this happened.
    Some mount points of the machine is 100% in used where the table spaces created but in table spaces auto extend is off on every data file and each data file have free space.
    Anyone have idea how to resolve this issue.

    Hi,
    Which filesystem is file 622 in - it's quite a lrge numbered file - is it a tempfile or do you really have that many datafiles?
    Regards,
    Harry
    http://dbaharrison.blogspot.com

  • Cd got struck up in mac. how to get it out ?

    hi.. my cd is struck up in my mac book. to get it out i inserted another cd so that i can get the struck up cd.. now both of cds are struck up in macbook. is there any way that i can get them out ? can i tak my laptop to apple store so tha they can help me get them out ?

    If you have two CD inside the drive, I suspect you've got to take your machine to Apple store. But how come you've got both CD inside the drive? I never encounter a problem like this one before.
    RF,

  • Import got hanged for 14 hrs without any error

    hi all,
    I'm trying to import from 10G release 1 to 10G release 2,both on windows NT server.I'm using 9.2 client for export import.My problem is that all the imports are getting hanged at the "about to enable constraints..." stage,Tables and table data are getting imported .Any suggestion towards how to resolve it.Very strange!! it got stuck for 14 hours!!But No Error meassage!!
    Thanks,
    Anirban Dey

    Hi Anirban,
    The best solution I can give you is... use this rule always..
    Use the export utility corresponding to the same version of the database which you are exporting. While importing there can be a difference.
    There could be a addition or removal of export related tables/ views by Oracle Export from version to version.
    Just try using 10.1 and 10.2 release export for the corresponding release that you are trying to export.
    I strongly feel that woudl solve your problem

  • Ipad mini got strucked when playing movie

    I am having ipad mini and when I was playing movie on that it got hanged and I tried of reseting but it was not happing so what to do now???

    First thing to try is a reboot of your iPad. Press and hold the Home and Sleep buttons simultaneously ignoring the red slider until the Apple logo appears. Let go of the buttons and let the iPad restart. See if that fixes your problem.
    Is that what you did when you said you tried to restart?
    You might also try quitting the app you are using to play the movie. Go to the Home screen and double click the Home button. That will reveal the row of recently used apps at the bottom of the screen. Tap and hold on the app in question until it wiggles and displays a minus sign. Tap the minus sign to actually quit the app. Then tap anywhere on the screen above that bottom row to return the screen to normal. Then restart the app and see if it works normally.

  • Hi experts can any one help me pls......As i got struck on invoice list

    hi experts i am working on <b>invoice list</b> it is working fine but system is ignoring my cond type RL00 and MW15  but PR00 and MWST is working i don't understand where i did mistake all documents are generating fine. and i maintained cond record for RL00 as well ... pls assist me in this issue
    advance thanks
    rag sam<b></b>

    Dear Rag Sam,
    In IMG under
    Sales and Distribution -> Billing -> Billing Documents -> Invoice List -> Maintain Condition Types for Invoice Lists
    In this step, you maintain special condition types for invoice lists.
                                                             Default Settings:    
    1.  Two new condition types have been created for invoice lists in the SAP standard version:
    Condition type 'RL00' for the del credere
    Condition type 'MW15' for the related tax
    Hope this will resolve your issue.
    Regards,
    Naveen.

Maybe you are looking for