Taking more time(more then 12 hours) while syncing

I sync some music(about 340 MB) and pics (about 200 MB) to my new Ipad for the first time, and it was ok.
But when i connect my Ipad Second time to my laptop(running on Windows 8) it was syncing & taking backup for more then 12 hours but still it was not completed. Is there ny problem in My Ipad or in my Laptop or in Itunes.
Kindly help me,i bought my Ipad just 5 days before.

Hello,
Looks like you have a 1:M relationship from TableA to TableB, with a 1:1 back pointer from TableB to TableA. If triggering the 1:M relationship is causing you delays that you want to avoid there might be two quick ways I can see:
1) Don't map it. Leave the TableA->TableB 1:M unmapped, and instead just query for relationship when you do need it. This means you do not need to call tableA.addTableB(tableB), and instead only need to call tableB.setTableA(tableA), so that the TableB->TableA relation gets set. Might not be the best option, but it depends on your application's usage. It does allow you to potentially page the TableB results or add other query query performance options when you do need the data though.
2) You are currently using Lazy loading for the TableA->TableB relationship - if it is untriggered, don't bother calling tableA.addTableB(tableB), and instead only need to call tableB.setTableA(tableA). This of course requires using TopLink api to a) verify the collection is an IndirectCollection type, and b) that it is hasn't been triggered. If it has been triggered, you will still need to call tableA.addTableB(tableB), but it won't result in a query. Check out the oracle.toplink.indirection.IndirectContainer class and it's isInstantiated() method. This can cause problems though in highly concurrent environments, as other threads may have triggered the indirection before you commit your transaction, so that the A->B collection is not up to date - this might require refreshing the TableA if so.
Change tracking would probably be the best option to use here, and is described in the EclipseLink wiki:
http://wiki.eclipse.org/Introduction_to_EclipseLink_Transactions_(ELUG)#Attribute_Change_Tracking_Policy
Best Regards,
Chris

Similar Messages

  • WEBI report taking more than a hour while refreshing

    Hi All,
    I have few WEBI report which need to be refreshed everyday at a particular time automatically, it should take around 10-15 minutes to refresh, while few day back  it started refreshing for hours without any error...i am unable to find out the reason...
    please guide me.
    Regards

    Hi Denis,
    Thanks for your reply.
    my report does not complete even after an hour of refreshing however its remain in the same running status,regarding the filter its the same its not changed, regarding the report sql i have tested it, its working fine as expected, no BOE users are increased,yes data set on DB is increased, could not find anything in Webi logs.
    Any guidance
    Regards

  • HT201274 My iphone4 is taking more than 5 hours to erase all the data still it is under process , still how much more time i have to wait for my mobile to ON

    My iphone4 is taking more than 5 hours to erase all the data still it is under process , still how much more time i have to wait for my mobile to ON ?

    I'm having this EXACT same problem with my iPhone 4, and I have the same computer stats (I have a Samsung Series 7)

  • Importing a request it is taking more then 90min time, what r the

    Hi all
    Importing a request it is taking more then 90min time, what r the
    steps to be followed.?

    Hi Bhupathi,
    I will first of all check for 3 things:
    1. First and foremost TP system logs in STMS transaction for the concerned target system.It will give you lot of info.
    2. Is any of RD* jobs particularilyRDDIMPDP in delay.
    3. Next check in /usr/sap/tans/tmp for semaphore file related to this transport. Such file wil have same numeric part as the transport.
    Please check TP system logs  and give your feedback.
    Regards.
    Ruchit.

  • Sql statement is taking more then excepted time

    Hi All,
    below query is generating report ,but problem is when this query is execute it is taking more then 10 minutes.
    can any one please help me how to increase the performance.
    please tell me the steps plzzz...
    SELECT /*+ parallel(itgmm,4) parallel(cigs,4) */DISTINCT itgmm.product_code_ato product_code,
    itgmm.model_name_sales model_name,
    itgmm.code_name_design code_name,
    itgmm.on_sales_date on_sale_date,
    itgmm.destination destination,
    NVL (cigs.year, itgmm.year) year,
    UPPER (NVL (cigs.season, itgmm.season)) season,
    cigs.model_series model_series,
    cmpt.product_type product_type,
    ilgmi_odm.category_value AS odm,
    cmst.sales_type sales_type,
    '0' AS delete_flag,
    'Admin' create_by,
    SYSDATE create_date,
    ilgmi_fct.category_value AS config_factory
    FROM (SELECT /*+ parallel(cmpt,4) parallel(cigs,4) */ model_id,
    destination,
    product_code_ato,
    model_name_sales,
    code_name_design,
    on_sales_date,
    sales_type,
    product_type,
    CASE INSTR (BUILD_SEASON, '-')
    WHEN 5
    THEN
    DECODE (
    UPPER(SUBSTR (BUILD_SEASON,
    '0',
    INSTR (BUILD_SEASON, '-') - 1)),
    'FALL',
    UPPER(SUBSTR (BUILD_SEASON,
    INSTR (BUILD_SEASON, '-') + 1)),
    UPPER(SUBSTR (BUILD_SEASON,
    '0',
    INSTR (BUILD_SEASON, '-') - 1))
    ELSE
    UPPER(SUBSTR (BUILD_SEASON,
    INSTR (BUILD_SEASON, '-') + 1))
    END
    AS YEAR,
    CASE INSTR (BUILD_SEASON, '-')
    WHEN 5
    THEN
    DECODE (
    UPPER(SUBSTR (BUILD_SEASON,
    '0',
    INSTR (BUILD_SEASON, '-') - 1)),
    'FALL',
    UPPER(SUBSTR (BUILD_SEASON,
    '0',
    INSTR (BUILD_SEASON, '-') - 1)),
    UPPER(SUBSTR (BUILD_SEASON,
    INSTR (BUILD_SEASON, '-') + 1))
    ELSE
    UPPER(SUBSTR (BUILD_SEASON,
    '0',
    INSTR (BUILD_SEASON, '-') - 1))
    END
    AS SEASON
    FROM itpcs.itpcs_tran_grt_mdl_mast a
    WHERE ROWID = (SELECT MAX (ROWID)
    FROM itpcs.itpcs_tran_grt_mdl_mast b
    WHERE a.product_code_ato = b.product_code_ato))
    itgmm,
    common_intr_generation_series cigs,
    common_mast_product_type cmpt,
    common_mast_sales_type cmst,
    (SELECT model_id, category_value
    FROM itpcs.itpcs_list_grt_mdl_items
    WHERE sub_category_id = 41) ilgmi_odm,
    (SELECT model_id, category_value
    FROM itpcs.itpcs_list_grt_mdl_items
    WHERE sub_category_id = 42) ilgmi_fct
    WHERE NOT EXISTS (SELECT 1
    FROM itpcs.itpcs_vintr_sku b
    WHERE b.product_code = itgmm.product_code_ato)
    AND itgmm.model_id = ilgmi_odm.model_id
    AND itgmm.model_id = ilgmi_fct.model_id
    AND itgmm.model_name_sales = cigs.model_name
    --AND itgmm.year = cigs.year
    --AND itgmm.season = cigs.season
    AND itgmm.product_type = cmpt.product_type_name
    AND itgmm.sales_type = cmst.sales_type_name
    UNION
    SELECT /*+ parallel(ivs,4) parallel(cigs,4) */ DISTINCT ivs.product_code product_code,
    ivs.product_name model_name,
    ivs.generation_name code_name,
    ivs.sellin_date on_sale_date,
    ivs.product_specification_code destination,
    NVL (cigs.year, ivs.season_year) year,
    --NVL (cigs.season, cms.season) season,
    NVL (cigs.season, substr(upper(ivs.season_name),6,length(ivs.season_name))) season,
    cigs.model_series model_series,
    TO_NUMBER (ivg.series_sgment) product_type,
    ivs_odm.customer_name AS odm,
    TO_NUMBER (ivs.model_type) sales_type,
    ivs.delete_flag delete_flag,
    'Admin' create_by,
    SYSDATE create_date,
    ivs_fct.customer_name AS config_factory
    FROM itpcs.itpcs_vintr_sku ivs,
    common_intr_generation_series cigs,
    itpcs.itpcs_vintr_generation ivg,
    --common_mast_season cms,
    (SELECT customer_code, customer_name
    FROM itpcs.itpcs_vintr_supplier
    WHERE factory_type IN (1, 2)) ivs_odm,
    (SELECT customer_code, customer_name
    FROM itpcs.itpcs_vintr_supplier
    WHERE factory_type IN (1, 2)) ivs_fct
    WHERE ivs.generation_name = ivg.generation_name
    AND ivs.product_name = cigs.model_name
    AND ivs.bu_factory_code = ivs_odm.customer_code
    AND ivs.config_factory_code = ivs_fct.customer_code
    --AND ivs.SEASON_CODE = cms.SEASON_CODE
    --AND ivs.season_year = cigs.year
    --AND UPPER (cms.season) = cigs.season
    AND ivs.product_code IS NOT NULL
    AND ivs.sku_type = 2
    AND ivs.delete_flag = 0
    --AND ivs.discontinued_flag = 0
    AND ivs.ROWID = (SELECT MAX (ROWID)
    FROM itpcs.itpcs_vintr_sku a
    WHERE a.product_code = ivs.product_code) ;
    Thanks,
    Krupa

    Please provide the information detailed in
    SQL and PL/SQL FAQ

  • Sync and Create project operation from DTR is taking more than one hour

    Hi All.
    Recently basis team has implemented the track for  ESS/MSS application.So When we import the track to NWDS its showing 500 Dcs.
    I have successfully done the Sync and create project operation from DTR for 150 DCS and its take 5 min per Dcs.
    However after that when i am trying to sync Dc or create project DC from DTR the operation is taking more than 3 hour per DC.Which should not be the case because for rest 150 DC that i ahve done Sync operation adn Create project operation from DTR it hardly takes 5 min per Dc.As this operataion is taking so much time finally i have close the NWDS to stop this operation.
    I am using NWDS 2.0.15 and EP7.0 portal SP15 and NWDI is 7.0
    Can any body tell how to solve this issue so that i can Sync and Create project from DTR for a DC within 5 min?
    Thanks
    Susmita

    Hi Susmita,
    If the DCs are fine in CBS build, then I feel there is no need to test all of them locally in NWDS.
    You can verify some certain applications in these DCs, then you sync & create project for these DCs & test run these applications.
    As I get you only need to check ( no changes will be done ), yes you can verify them in small groups (say 20-25 DCs/group) in different workspaces so that no workspace is overloaded.
    But why do you want to keep a copy of them locally as you are not making any changes, you can Unsync & Remove these projects once verified & use the same workspace to work on the next set of DCs.
    Hope this clarifies your concerns.
    Kind Regards,
    Nitin
    Edited by: Nitin Jain on Apr 23, 2009 1:55 PM

  • Procedure is taking more than 25 hours for execution

    Hi,
    The below procedure is taking more tahn 25 hours for execution.
    The Table CA.CR_L_D is having around 15 crores records.
    Please suggest me the valuable tips to reduce the the execution time
    CREATE OR REPLACE PROCEDURE NM.L_de_pro
    IS
    Type W_Bk_1 Is Table of Number Index By Pls_Integer;
    Type W_Bk_2 Is Table of W_Bk_1 Index By Pls_Integer;
    Type W_Bk_Ct Is Table of W_Bk_2 Index By Pls_Integer;
    Type Lo_Ac Is Table of Number Index By Pls_Integer;
    Type Lo_Ac_2 Is Table of Lo_Ac Index By Pls_Integer;
    Wo_BK_Co W_Bk_Ct;
    L_L_Ac Lo_Ac_2;
    Begin
    Delete From NM.L_WO_C_B;
    For Sim in 1..10 Loop
    For j in 1..17 Loop
    Select /* + FIRST_ROWS */ CS.LAL+CS.LNAL
    BULK COLLECT INTO Wo_BK_Co(Sim)(j)
    from CA.CR_L_D CS, NM.CR_L_D_PD PD
    Where CS.INS = PD.INS_NBR
    and PD.C_B_N <> j
    and CS.Sc = Sim;
    End Loop;
    End Loop;
    For Sim in 1..10 Loop
    For j in 1..17 Loop
    L_L_Ac(Sim)(j) := 0;
    For i in 1..Wo_BK_Co(Sim)(j).Last Loop
    L_L_Ac(Sim)(j) := L_L_Ac(Sim)(j) + Wo_BK_Co(Sim)(j)(i);
    End Loop;
    --DBMS_Output.Put_Line(L_L_Ac(Sim)(j));
    End Loop;
    Insert Into NM.L_WO_C_B
    (Sc, W_Bk_1, W_Bk_2, WO_Bkt_3, WO_Bkt_4,
    WO_Bkt_5, WO_Bkt_6, WO_Bkt_7, WO_Bkt_8, WO_Bkt_9, W_Bk_10, W_Bk_11, W_Bk_12, W_Bk_13,
    W_Bk_14, W_Bk_15, W_Bk_16, W_Bk_17)
    Select Sim, L_L_Ac(Sim)(1), L_L_Ac(Sim)(2), L_L_Ac(Sim)(3),
    L_L_Ac(Sim)(4), L_L_Ac(Sim)(5), L_L_Ac(Sim)(6),
    L_L_Ac(Sim)(7), L_L_Ac(Sim)(8), L_L_Ac(Sim)(9),
    L_L_Ac(Sim)(10), L_L_Ac(Sim)(11), L_L_Ac(Sim)(12),
    L_L_Ac(Sim)(13), L_L_Ac(Sim)(14), L_L_Ac(Sim)(15),
    L_L_Ac(Sim)(16), L_L_Ac(Sim)(17) From Dual;
    Commit;
    End Loop;
    End;
    /

    Well...
    No guarantees and completely untested as I don't have your tables, data or know what indexes you have on the table or even whether I've understood the purpose of what you are trying to do...
    CREATE OR REPLACE PROCEDURE NM.L_de_pro IS
    BEGIN
      INSERT INTO NM.L_WO_C_B
                (Sc
                ,W_Bk_1
                ,W_Bk_2
                ,WO_Bkt_3
                ,WO_Bkt_4
                ,WO_Bkt_5
                ,WO_Bkt_6
                ,WO_Bkt_7
                ,WO_Bkt_8
                ,WO_Bkt_9
                ,W_Bk_10
                ,W_Bk_11
                ,W_Bk_12
                ,W_Bk_13
                ,W_Bk_14
                ,W_Bk_15
                ,W_Bk_16
                ,W_Bk_17)
      WITH sim AS (select rownum sim from dual connect by rownum <= 10)
          ,j   AS (select rownum j from dual connect by rownum <= 17)
      SELECT sim.sim
            ,SUM(DECODE(j.j,1,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,2,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,3,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,4,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,5,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,6,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,7,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,8,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,9,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,10,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,11,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,12,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,13,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,14,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,15,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,16,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,17,SUM(cs.lal + cs.lnal)))
      FROM   CA.CR_L_D CS JOIN NM.CR_L_D_PD PD ON (CS.INS = PD.INS_NBR)
                          JOIN sim ON (CS.SC = sim.sim)
                          JOIN j ON (PD.C_B_N != j.j)
      GROUP BY sim.sim;
      COMMIT;
    END;My understanding is that your PL/SQL code was loading a list of numbers (lal + nlal) into a 2D array (effectively making it a 3D array), then processing that array to add up the list of numbers in each location of the 2D array to store in another 2D array and then looping through that array, inserting the records.
    Hopefully, I've got the same calculation achieved in just SQL. ;)
    Edited by: BluShadow on Oct 3, 2008 9:53 AM
    forgot some commas

  • XMLSerialize taking more than 10 hours to execute in Oracle

    Hi All,
    In my current project, converting oracle query into xml format first and then using XMLSerialize for printing but while execution it is taking more than 15 hours and more.
    The basic oracle query taking hardly 10 second to execute and converting from oracle query to xml format taking around 1 min but when i am using XMLSerialize with order by clause it is not executing.
    Can some help for fixing this performance issue causing due to XMLSerialize
    Thanks in advance.
    after adding the below clause performance issue started
    select XMLSerialize(CONTENT rec_str as CLOB) as test_XML, 100 + rnum as ORDER_CLAUSE from xxtemp
    Edited by: redrose1405 on May 1, 2012 12:45 AM

    How much free space do you have on your boot drive?
    OT

  • I'm trying to restore and back up my iPhone 4 it's taking more than 45 hours. What should I do?

    I have been trying to restore and back up my Iphone which i have just updated and I wanted my apps, contacts, messages,etc,. all back on my iPhone but its taking more than 45 hours and it's only 16 GB. I have really important contacts that I need to have in my phone but it would take weeks to get them back one by one without using the back up.

    As has been said, you may have a corrupt backup on your computer. However, if it is a Windows computer you may also have a corrupt socket layer in Windows. So first try this (after canceling the backup):
    Open a command window with Administrator privileges and type:
       netsh  winsock  reset
    then reboot your computer and try again to do a backup (right click on the phone's name in iTunes and select Backup from the floating menu).
    If this doesn't work you will have to delete the existing backup. Go to iTunes preferences, Devices page.
    Note: If you have a Mac first try restarting it, launching iTunes, and back up as described above.

  • I updated my Ipad with IOS7.1.1. After more then 12 hours, the screen still show the Apple logo. How can I shut it down or reboot it?

    I updated my Ipad with IOS7.1.1. After more then 12 hours, the screen still show the white Apple logo. How can I shut it down or reboot it?

    It works really well.
    Thank you for your tip.
    Alain

  • Syncing my iPad is taking more than 36 hours... how do I speed this upso I can update my iOS?

    syncing my iPad is taking more than 36 hours... how do I speed this up so I can update my iOS?

    Try restarting the iPad. Disconnect the iPad first.
    Press and hold the On/Off Sleep/Wake button until the red slider appears. Slide your finger across the slider to turn off iPod touch. To turn iPod touch back on, press and hold the On/Off Sleep/Wake button until the Apple logo appears.
    Restart your PC.
    Try again.

  • Was downloading the new software update on my iPhone  when it froze and has been in that state for more then 15 hours

    was downloading the new software update on my iPhone  when it froze and has been in that state for more then 15 hours.
    tried turning it off didn't work. tried pressing buttons didn't work.
    tried unplugging it and waiting for the power to die hasn't worked
    tried the steps on the webiste but they didn't work
    tried working it from the laptop doesn't connect because i can't put in the passcode.
    also tried calling iTunes support but due to the holiday no one is answering
    what can i do i need my phone!!!
    thanks

    i was able to access the phone by pressing down on the off button and home at the same time

  • I have upgraded my Iphone 4s to 7.0.3 and after that my phone is not charging at all if i leave my phone for charging for more then 24 hours it will charge upto 50%. How do i solve  this issue ?? pls suggest ??

    I have upgraded my Iphone 4s to 7.0.3 and after that my phone is not charging at all if i leave my phone for charging for more then 24 hours it will charge upto 50%. How do i solve  this issue ?? pls suggest ??

    Even if it is a hardware problem they should fix it regardless of warranty. If you buy a car and after 1.5 years the doors fall off due to a failure in their design and construction, do you think the car manufacturer could pull off what Apple is trying to do? Yes the car still delivers its primary objective of driving from A to B, but significant functionality has been lost due to their fault.
    It is the same with this iPhone wifi problem. Apple are a disgrace, I have had significant Apple Hardware failures with my MacBook Pro and iPhone within 2 years of purchase. Pathetic quality.

  • Nobody told me not to charge my nano more then 4 hours a day!

    My iPod nano was a gift for my bat mitzvah and I was never told not to charge it for more then 4 hours a day otherwise the battery will drain out completley! and i have an iHome so i just keep it in there all day to listen to music whats the point of having an iHome if i cant keep my iPod in it all day! Also my iPod nano is the old one so where do i get a new battery to put inside of it and does it ruin the memory or anything? Can i just take it to the apple store and have them put one in, and if it is still in warranty will apple replace the the battery for free and does instalation have a cost? Please get back to me as soon as possible!!!
      Windows XP  

    If your Ipod only holds a charge for an hour then the battery does have a problem. But you might want to refer him to the Apple article that I gave you a link to. It will not overcharge and charging it does not weaken or hurt your battery. There is a number of charge cycles, complete charge cycles, but that should take you about two years of normal usage to reach that. About the replacement of the battery, it should still be under warranty and should be done under that. I am not familar with using an Apple store, there is only one and that is a couple of hundred miles from here. Hope this helps.

  • I spent more than 18 hours to sync 5000 photos (about 20 GB) from my PC to new iPad... Whether it was too long?

    I spent more than 18 hours to sync 5000 photos (about 20 GB) from my PC to new iPad... Whether it was too long?

    First of all, did they all sync?  Are they all there and they look alright?
    Depending on how they were shot, the sync re-optimizes each one for the iPad display.  If you shoot in RAW or have a very high resolution camera, that process can be pretty slow (also depends on how old & how fast your computer is as it is the machine doing the rendering of the images).
    As long as it worked, I'd say you are fine.  Enjoy the new iPad.

Maybe you are looking for

  • How do I quickly select a series of events in Yosemite's Calendar App?

    I know users can still hold down the shift key and select multiple events (One at a time). However, the last version of Calendar allowed users to select a series of events (such as 20) all at once by clicking on the first and last event while holding

  • Broadband activation passed (20 Jan 2014 ) still n...

    I decided to move from O2 to BT  on the 13/01/2014 and ordered both a bt line and broadband.I was given an activation date of 20/01/2014. Come the 20th both the phone line and broadband are not activated, I wait for bt to contact me as instructed via

  • Calling a function in sql prompt

    hi i have created one function in pl/sql lik following create or replace function ff(a number) return number is x number; begin select ann_pct_rate into x from naap30_appproducts where applicant_id = a; return x; end; while i called this in sql promp

  • Issue with hiding/showing object in 5.5

    Have two objects - text and image that are only to display on click. Both have Visible unchecked so they don't show. Set up Advanced Standard Action to Show both of these items. Click Boxhas set to execute the advanced action on success. (Pause for S

  • How to burn a slideshow to DVD for anyone to play. I burned a DVD and can play it on my mac, but will not open in windows

    Need to know how to burn a DVD that can be viewed by any DVD player.  I created a DVD from a slideshow created in iPhoto.  I can open it on my computer, but it will not open or even be recognized in my home DVD player.  I asked a friend to try it on