Why it takes long time to download and udates for iphone4

why it takes long time to download and updates for iphone4 ?

Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
Why do you need this if you are going to Oracle. Try
removing this. It might be trying things out with the
old driver and then moving to the new driver. This has nothing to do with it. (And it doesn't "try things out")
>
Also check your machines. They might be slow. There is
no reason, it should take more than few hundred
milliseconds to connect to a database on localhost as
your case is.Possible reasons...
- Network traffic
- Faulty router/gateway
- Busy server
- Faulty network card (either end)
- Conflict with another box

Similar Messages

  • Why it takes long time to shut down after i upgrade to OS X ver 10.8.2?

    why it takes long time to shut down after i upgrade to OS X ver 10.8.2?

    Can't really say, but I see this occurring on all of my Macs since the 10.8.2 update and keep reading about it at several other Mac user boards.
    Bottom line: it's a general problem, but more of an inconvenience, than a serious problem. Probably will be solved with the next update.

  • Why it takes long time (about 10 Min) to map the network drivers in windows 8.1?

    Why it takes long time (about 10 Min) to map the network drivers in windows 8.1? I don’t have this problem with any other operating systems (Ex: Windows 7 or XP)

    Can you perform a refresh ?
    Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

  • Why it takes long time to establish Database Connection ???

    Can any one please have a look on the following code snippet and show me which mistake I'm doing so it take long time to connect to DB(more than 5 minutes !!!!)
    Thanx in advance ...
    try{
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Class.forName("oracle.jdbc.driver.OracleDriver");
    String dbString2 = "jdbc:oracle:thin:@" + "127.0.0.1" + ":" + "1521" + ":" + "nat";
    aCon = DriverManager.getConnection(dbString2, "scott", "tiger");
    stmt = aCon.createStatement();
    System.out.println("Connection to DB Established");
    catch (ClassNotFoundException cnfe)
    System.out.println("Class not found:");
    cnfe.printStackTrace();
    catch (SQLException sqle)
    System.out.println("SQL Exception: " + sqle.toString());
    sqle.printStackTrace();

    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Why do you need this if you are going to Oracle. Try
    removing this. It might be trying things out with the
    old driver and then moving to the new driver. This has nothing to do with it. (And it doesn't "try things out")
    >
    Also check your machines. They might be slow. There is
    no reason, it should take more than few hundred
    milliseconds to connect to a database on localhost as
    your case is.Possible reasons...
    - Network traffic
    - Faulty router/gateway
    - Busy server
    - Faulty network card (either end)
    - Conflict with another box

  • Message Mapping takes long time to save and activate

    I have one problem in my present interface...
    the message structure is large and when mappping is over and I click save button it will take long time for activation..
    should I change any parameter in admin? or is it bcos of java web start version?
    need help
    - Teja

    Hi
    Can you share the Version History of the Component?
    Regards
    Pothana

  • Report Formatt takes long time -- Report Progress and background engine

    We invoke reports from Forms using run_report_object.
    A particular report takes a long time. As soon as we invoke the report, the "Reports Progress" window shows up. Right after that The "Reports background Engine" display as Formatting Page1, 2, 3 etc. It takes a long time to get this done for a three page report.
    We are using Reports 6i. Any thoughts? Is this a query performance or Report format issue?
    Thanks

    Formatting page 1 often means that the query is still executing, not that the page is formatting page 1.
    If the report is "Formating page 2" for a long while on a 3 page report (assuming page 2 is not another query in a different report section) it would seem that the query is passing bits of data back to the report a bit at a time.
    In this case try adding the ALL_ROWS hint which forces Oracle to retrieve all rows (you optimizer may be set to first_rows)

  • Why it takes long time to execute on Production than staging?

    Hi Experts,
    Any help apreciated on below issue.
    I have one anonymous block for updating around 1 million records by joining 9 tables.
    This is proceeded to production by following environments. And all env have exact equal volume of data.
    development->Testing->Staging->Production.
    The funny problem is while it takes 5 mins to be executed in all environments, it takes 30 mins on production.
    why it happned and what can be action points for future?
    Thanks
    -J
    ==============
    If the performance is that different in the different environments, one or more statements must have different query plans in the different environments. The first step would be to get the query plans and compare them to figure out which statement(s) is/are running slowly.
    If there are different query plans, that implies that something is different between the environments. That could be any of
    - Oracle version
    - initialization parameters
    - data
    - object statistics
    - system statistics
    If you guarantee that the data is the same, I would tend to expect that the object statistics are different. How have you gathered statistics in the various environments? Can you move statistics from an environment where performance is acceptable to the environment where performance is unacceptable?
    I would also recommend following the advice others have given you. You don't want to commit in a loop and you want to do as much processing in SQL as possible.
    Justin
    ===============
    Thanks Steve for your inputs.
    My investigation resulted following 2 points.
    There are 2 main reasons why some scripts might take longer in live than on Staging.
    1: Weekend backups were running on the live server so slowing the server down allot.
    2: the tables are re-orged when they are imported into staging/Dev – so the table and index layout is optimal, on live the tables and indexes are not necessarily contiguous so in order to do the same work the server will need to do many more I/O operations.
    Can we have some action points to address these above issues?
    I think if data can be contigous then it may help.
    Best Regards
    -J
    ===============
    But before that, can you raise this in a seperate thread as there is a different issue going on in this thread?
    Cheers
    Sarma.
    ===========
    Posts: 4
    Registered: 08/28/06
    Re: Performance issue (Oracle 10.2.0.3.0)
    Posted: May 22, 2009 2:46 AM in response to: Radhakrishna Sa... Edit Reply
    Hey Sarma,
    Exterme aplogies to say that I don't know how to raise a new thread.
    Thanks in advnce for your help.
    -J
    user636482
    Posts: 202
    Registered: 05/15/08
    Re: Performance issue (Oracle 10.2.0.3.0)
    Posted: May 22, 2009 2:51 AM in response to: user527345 Reply
    Hi User 527345,
    Please follow the steps to raise a request in this Forum.
    1. Register urself.
    2. Go to the forum home and select the Technolgy where do you want to rasie a request.
    eg : If is related to Oracle DATAbase general then select Oracle databse general...
    3. clik on post new thread
    4. Give the summary of your issue.
    5. then submit the issue.
    please let me know if you need more information.
    Thank you

    Jayashree Mohanty wrote:
    My investigation resulted following 2 points.
    There are 2 main reasons why some scripts might take longer in live than on Staging.
    1: Weekend backups were running on the live server so slowing the server down allot.
    2: the tables are re-orged when they are imported into staging/Dev – so the table and index layout is optimal, on live the tables and indexes are not necessarily contiguous so in order to do the same work the server will need to do many more I/O operations.
    Can we have some action points to address these above issues?
    I think if data can be contigous then it may help.First , I didn't get at all what actually was that thing when you copied some part of don't know which post in your actual question? Please read this , it would help you post a proper question to get a proper answer ,
    http://www.catb.org/~esr/faqs/smart-questions.html
    Now, how did you come to the conclusion that the backups are actually making your query slower? What's the benchmark that you lead to this? And what's the meaning of the 2nd point , can you please explain it ?
    As others have also mentioned, please post the plan of the query at boththe staging and production, that only can tell that what's going on.
    HTH
    Aman....

  • Cortana takes long time to open and when its open ,it closes faster, I can´t write anything in the cortana search box

    i upgrade from windows 8.1 to windows 10 technical preview

    Hi CEDRICCR,
    What is the version of Windows 10 build you are using?
    If you are currently running Windows 10 build 10041, you 'd better take a look at the blog posted in Windows blog website:
    Windows 10 Technical Preview Build 10041 now available
    For Cortana:
    Cortana is expanding into new markets on the desktop: Cortana now also works on the desktop in China, the UK, France, Italy, Germany, and Spain – in addition to the U.S. For you in these new markets, look for her to help you find the things
    you need and proactively bring you information that you care about. Currently, Cortana will help you search for apps, settings, and files as well as search the web. Cortana learns your preferences and provides smarter recommendations over time. Cortana is
    still fairly new to the desktop but we are continuing to fix bugs and add new capabilities all the time.
    As Cyber suggested, make sure you have installed all the needed Windows Updates, and if issue still insists, submit through Windows Feedback.
    Updates and feedback
    Best regards
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Why GPS Takes long time to start in E90

    i do have an E90, everytime i start the MAP the GPS takes more than 10minute to start and sometimes it dosent start unles i plan a route so i start using external GPS is there any updates or a way to raise the performance of the GPS??

    Incorrect.
    A-GPS is used to speed up the TTFF or sat acquisition. Nokia is using the TI chip in the N95 and the E90 rather than the better SIRFstar III chipset.
    A-GPS is new.
    Show the KUDOS button some love.... Hit that bad boy.... It don't hurt....
    Apple iPhone 5,
    Retina MacBook Pro, iPad Mini, Nikon D4

  • Macbook Pro running Yosemite is running very slow. Takes long time to login and open applications. My Etrecheck report is listed below

    Hardware Information:
      MacBook Pro (13-inch, Mid 2012)
      MacBook Pro - model: MacBookPro9,2
      1 2.9 GHz Intel Core i7 CPU: 2 cores
      8 GB RAM
    Video Information:
      Intel HD Graphics 4000 - VRAM: (null)
    System Software:
      OS X 10.10 (14A389) - Uptime: 0 days 0:12:48
    Disk Information:
      TOSHIBA MK7559GSXF disk0 : (750.16 GB)
      EFI (disk0s1) <not mounted>: 209.7 MB
      disk0s2 (disk0s2) <not mounted>: 749.3 GB
      Recovery HD (disk0s3) <not mounted>: 650 MB
      MATSHITADVD-R   UJ-8A8 
    USB Information:
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer, Inc. IR Receiver
      Apple Inc. FaceTime HD Camera (Built-in)
    FireWire Information:
    Thunderbolt Information:
      Apple Inc. thunderbolt_bus
    Kernel Extensions:
      com.rim.driver.BlackBerryUSBDriverInt (0.0.74)
      com.squirrels.driver.AirParrotSpeakers (1.7 - SDK 10.7)
      com.squirrels.airparrot.framebuffer (3 - SDK 10.7)
      com.avast.PacketForwarder (1.4 - SDK 10.9)
      com.avast.AvastFileShield (2.1.0 - SDK 10.9)
    Startup Items:
      HWNetMgr: Path: /Library/StartupItems/HWNetMgr
      HWPortDetect: Path: /Library/StartupItems/HWPortDetect
      StartOuc: Path: /Library/StartupItems/StartOuc
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
      [loaded] com.adobe.fpsaud.plist 3rd-Party support link
      [loaded] com.avamar.avagent.plist 3rd-Party support link
      [loaded] com.avast.init.plist 3rd-Party support link
      [loaded] com.avast.uninstall.plist 3rd-Party support link
      [loaded] com.avast.update.plist 3rd-Party support link
      [loaded] com.google.keystone.daemon.plist 3rd-Party support link
      [loaded] com.microsoft.office.licensing.helper.plist 3rd-Party support link
      [loaded] com.oracle.java.Helper-Tool.plist 3rd-Party support link
      [loaded] com.oracle.java.JavaUpdateHelper.plist 3rd-Party support link
      [loaded] HWNetMgr.plist 3rd-Party support link
    Launch Agents:
      [loaded] com.avast.userinit.plist 3rd-Party support link
      [loaded] com.google.keystone.agent.plist 3rd-Party support link
      [loaded] com.hp.messagecenter.launcher.plist 3rd-Party support link
      [loaded] com.oracle.java.Java-Updater.plist 3rd-Party support link
      [loaded] HWPortCfg.plist 3rd-Party support link
      [failed] ouc.plist 3rd-Party support link
    User Launch Agents:
      [loaded] com.adobe.ARM.[...].plist 3rd-Party support link
      [failed] com.avast.home.userinit.plist 3rd-Party support link
    User Login Items:
      Quicksilver
      Adium
      Evernote
      IBM Notes
      Safari
      Microsoft PowerPoint
      Dropbox
      AvamarClient
    Internet Plug-ins:
      Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 3rd-Party support link
      FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 3rd-Party support link
      Default Browser: Version: 600 - SDK 10.10
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 3rd-Party support link
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 3rd-Party support link
      Flash Player: Version: 15.0.0.189 - SDK 10.6 3rd-Party support link
      QuickTime Plugin: Version: 7.7.3
      SharePointBrowserPlugin: Version: 14.4.5 - SDK 10.6 3rd-Party support link
      Silverlight: Version: 5.1.10411.0 - SDK 10.6 3rd-Party support link
      JavaAppletPlugin: Version: Java 7 Update 60 Cannot contact Oracle
    Audio Plug-ins:
      BluetoothAudioPlugIn: Version: 4.3.0 - SDK 10.10
      AirPlay: Version: 2.0 - SDK 10.10
      AppleAVBAudio: Version: 300.22 - SDK 10.10
      iSightAudio: Version: 7.7.3 - SDK 10.10
    User Internet Plug-ins:
      WebEx64: Version: 1.0 - SDK 10.6 3rd-Party support link
    3rd Party Preference Panes:
      Flash Player  3rd-Party support link
      Flip4Mac WMV  3rd-Party support link
      Java  3rd-Party support link
    Bad Fonts:
      None
    Old Applications:
      /Users/tcs/Library/Application Support/WebEx Folder/1524
      convertpdf: Version: 1.2 - SDK 10.6 3rd-Party support link
      Cisco WebEx Meeting Center: Version: 1409.11.2909.0 - SDK 10.6 3rd-Party support link
      asannotation2: Version: 1308.22.2900.0 - SDK 10.6 3rd-Party support link
      atmsupload: Version: 1408.13.2909.0 - SDK 10.6 3rd-Party support link
      Adobe Flash Player Install Manager: Version: 15.0.0.189 - SDK 10.6 3rd-Party support link
      /Applications/Utilities/Adobe Flash Player Install Manager.app
      /Users/tcs/Library/Application Support/WebEx Folder/1324
      convertpdf: Version: 1.2 - SDK 10.5 3rd-Party support link
      Cisco WebEx Meeting Center: Version: 1304.23.2811.0 - SDK 10.5 3rd-Party support link
      asannotation2: Version: 1206.25.2804.0 - SDK 10.5 3rd-Party support link
      atmsupload: Version: 1209.12.2806.0 - SDK 10.5 3rd-Party support link
      Microsoft Language Register: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      /Applications/Microsoft Office 2011/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
      AdBlock: Version: 36.0.1985.143 - SDK 10.6 3rd-Party support link
      /Users/tcs/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_gighmmpiobklfepjocnamgkkbiglidom/Default gighmmpiobklfepjocnamgkkbiglidom.app
      SLLauncher: Version: 1.0 - SDK 10.5 3rd-Party support link
      /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
      Google Chrome: Version: 38.0.2125.104 - SDK 10.6 3rd-Party support link
      Install Cisco WebEx Add-On: Version: 1.0 - SDK 10.5 3rd-Party support link
      Adobe Reader: Version: 11.0.09 - SDK 10.6 3rd-Party support link
      HandBrake: Version: 0.9.8 x86_64 - SDK 10.6 3rd-Party support link
      iFunBox: Version: 1.0.0777 - SDK 10.6 3rd-Party support link
      /Applications/Microsoft Office 2011
      Microsoft PowerPoint: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Microsoft Excel: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Microsoft Outlook: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Microsoft Word: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Microsoft Document Connection: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Google Voice Search Hotword (Beta): Version: 36.0.1985.125 - SDK 10.6 3rd-Party support link
      /Users/tcs/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_bepbmhgboaologfdajaanbcjmnhjmhfn/Default bepbmhgboaologfdajaanbcjmnhjmhfn.app
      /Applications/Microsoft Office 2011/Office
      Open XML for Excel: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Microsoft Alerts Daemon: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Office365Service: Version: 14.4.5 - SDK 10.6 3rd-Party support link
      SyncServicesAgent: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Microsoft Database Daemon: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Microsoft Graph: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Microsoft Database Utility: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Microsoft Office Reminders: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Microsoft Upload Center: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      My Day: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Microsoft Chart Converter: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Microsoft Clip Gallery: Version: 14.4.5 - SDK 10.5 3rd-Party support link
      Evernote Web Clipper: Version: 36.0.1985.143 - SDK 10.6 3rd-Party support link
      /Users/tcs/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_pioclpoplcdbaefihamjohnefbikjilc/Default pioclpoplcdbaefihamjohnefbikjilc.app
      Poppit!: Version: 36.0.1985.125 - SDK 10.6 3rd-Party support link
      /Users/tcs/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_mcbkbpnkkkipelfledbfocopglifcfmi/Default mcbkbpnkkkipelfledbfocopglifcfmi.app
      /Users/tcs/Library/Application Support/WebEx Folder/1224
      convertpdf: Version: 1.2 - SDK 10.5 3rd-Party support link
      Cisco WebEx Meeting Center: Version: 1207.04.2732.10 - SDK 10.5 3rd-Party support link
      asannotation2: Version: 8.25.31.0 - SDK 10.5 3rd-Party support link
      atmsupload: Version: 4.14.29.0 - SDK 10.5 3rd-Party support link
      Solver: Version: 1.0 - SDK 10.5 3rd-Party support link
      /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
      Microsoft AutoUpdate: Version: 2.3.6 - SDK 10.4 3rd-Party support link
      /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
      FastestFox for Chrome: Version: 36.0.1985.125 - SDK 10.6 3rd-Party support link
      /Users/tcs/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_mmffncokckfccddfenhkhnllmlobdahm/Default mmffncokckfccddfenhkhnllmlobdahm.app
      /Library/Application Support/Microsoft/MERP2.0
      Microsoft Error Reporting: Version: 2.2.9 - SDK 10.4 3rd-Party support link
      Microsoft Ship Asserts: Version: 1.1.4 - SDK 10.4 3rd-Party support link
    Time Machine:
      Skip System Files: NO
      Mobile backups: OFF
      Auto backup: YES
      Time Machine not configured!
    Top Processes by CPU:
          2% EtreCheck
          2% eclipse
          1% com.avast.daemon
          0% WindowServer
          0% configd
    Top Processes by Memory:
      319 MB eclipse
      195 MB com.apple.WebKit.WebContent
      123 MB com.avast.daemon
      115 MB Evernote
      98 MB Safari
    Virtual Memory Information:
      2.27 GB Free RAM
      3.40 GB Active RAM
      1.39 GB Inactive RAM
      958 MB Wired RAM
      2.59 GB Page-ins
      0 B Page-outs

    Step 1: uninstall Avast  See how it is as that is a known culprit
    Step 2: Chrome does not play well with OS X and is also sighted as a leading cause
    Step 3: DropBox has been a processor or network hog though less so than the above two.
    The Community you want(ed): MacBook Pro

  • Why it takes long time to query ldap using the filter (uid=*) after deleting all(140000) the entries from the LDAP.

    The platform we are using is Iplanet 5.1 running on Solaris 8 with Sun 280R dual processor 900Mhz with 4GB ram

    Are you using replication? If so, this may be due to the fact that the database is now full of tombstone entries. So, how do you get rid of the tombstone entries? That depends on your update rate and the number of servers you replicate to, plus how painful it is to reinitialize all of the consumers.
    If your tombstone purging is too aggressive, you risk losing state information you need during update resolution.
    If you don't care about any of this, the easiest thing to do is to export your database then reimport. After this, you will have to reinitialize the other servers as well.

  • My query take long time..

    The output of tkprof of my trace file is :
    SELECT ENEXT.NUM_PRSN_EMPLY ,ENEXT.COD_BUSUN ,ENEXT.DAT_CALDE ,ENEXT.COD_SHFT
    FROM
    AAC_EMPLOYEE_ENTRY_EXITS5_VIW ENEXT ,PDS.PDS_EMPLOYEES EMPL ,
    PDS.PDS_EMPLOYMENT_TYPES EMPTYP ,PDS.PDS_PAY_CONDITIONS PAYCON WHERE
    ENEXT.DAT_CALDE BETWEEN :B6 AND :B5 AND ENEXT.NUM_PRSN_EMPLY IN (SELECT
    ATT21 FROM APPS.GLOBAL_TEMPS WHERE ATT1 = 'PRSN') AND ENEXT.NUM_PRSN_EMPLY =
    EMPL.NUM_PRSN_EMPLY AND EMPL.EMTYP_COD_EMTYP = EMPTYP.COD_EMTYP AND
    EMPTYP.LKP_COD_STA_PAY_EMTYP <> 3 AND
    NVL(EMPL.LKP_MNTLY_WITHOUT_ENEXT_EMPLY,2) <> 1 AND EMPL.PCOND_COD_STA_PCOND
    = PAYCON.COD_STA_PCOND AND NVL(EMPL.LKP_MNTLY_WITHOUT_ENEXT_EMPLY,2) <> 1
    AND PAYCON.LKP_FLG_STA_PAY_PCOND = 1 AND ENEXT.DAT_CALDE >=
    EMPL.DAT_EMPLT_EMPLY AND ENEXT.DAT_CALDE <= NVL(EMPL.DAT_DSMSL_EMPLY,
    TO_DATE('15001229','YYYYMMDD')) AND 1 = (CASE WHEN
    ENEXT.LKP_STA_HOLIDAY_CALNR = 2 AND ENEXT.LKP_CAT_SHFT_SHTAB = 1 AND
    ENEXT.TYP_DAY BETWEEN 4 AND 6 THEN 0 WHEN ENEXT.LKP_STA_HOLIDAY_CALNR = 2
    AND ENEXT.LKP_CAT_SHFT_SHTAB = 1 AND ENEXT.TYP_DAY NOT BETWEEN 4 AND 6 THEN
    1 WHEN ENEXT.LKP_STA_HOLIDAY_CALNR = 2 AND ENEXT.LKP_CAT_SHFT_SHTAB = 2
    THEN 0 WHEN ENEXT.LKP_STA_HOLIDAY_CALNR = 1 AND ENEXT.LKP_CAT_SHFT_SHTAB =
    1 THEN 1 WHEN ENEXT.LKP_STA_HOLIDAY_CALNR = 1 AND ENEXT.LKP_CAT_SHFT_SHTAB =
    2 THEN 0 END) AND ENEXT.LKP_COD_DPUT_BUSUN = NVL(:B4 ,
    ENEXT.LKP_COD_DPUT_BUSUN) AND ENEXT.LKP_COD_MANAG_BUSUN = NVL(:B3 ,
    ENEXT.LKP_COD_MANAG_BUSUN) AND ENEXT.COD_BUSUN = NVL(:B2 , ENEXT.COD_BUSUN)
    AND ENEXT.COD_CAL = NVL(COD_CAL, ENEXT.COD_CAL) AND ENEXT.NUM_PRSN_EMPLY =
    NVL(:B1 , ENEXT.NUM_PRSN_EMPLY) AND ENEXT.COD_SHFT IN (SELECT
    SHFTBL.COD_SHTAB FROM AAC_SHIFT_TABLES SHFTBL WHERE
    SHFTBL.LKP_CAT_SHFT_SHTAB = 1) AND ENEXT.DAT_CALDE NOT IN (SELECT ABN.DAT
    FROM APPS.AAC_EMPL_EN_EX_ABNORMAL_VIW ABN WHERE ABN.PRSN =
    ENEXT.NUM_PRSN_EMPLY AND ABN.DAT BETWEEN :B6 AND :B5 ) AND ENEXT.DAT_CALDE
    IN (SELECT EMPENEXT.DAT_STR_SHFT_ENEXT FROM AAC.AAC_EMPLOYEE_ENTRY_EXITS
    EMPENEXT WHERE EMPENEXT.EMPLY_NUM_PRSN_EMPLY = EMPL.NUM_PRSN_EMPLY AND
    EMPENEXT.DAT_STR_SHFT_ENEXT BETWEEN :B6 AND :B5 AND
    EMPENEXT.LKP_FLG_STA_ENEXT <> 3) ORDER BY ENEXT.NUM_PRSN_EMPLY,
    ENEXT.DAT_CALDE
    call count cpu elapsed disk query current rows
    Parse 2 0.00 0.00 0 0 0 0
    Execute 2 0.00 0.00 0 0 0 0
    Fetch 2 40.45 40.30 306 17107740 0 24
    total 6 40.45 40.30 306 17107740 0 24
    what is wrong in my query?
    why it take long time?

    user13344656 wrote:
    what is wrong in my query?
    why it take long time?See PL/SQL forum FAQ
    https://forums.oracle.com/forums/ann.jspa?annID=1535
    *3. How to improve the performance of my query? / My query is running slow.*
    SQL and PL/SQL FAQ
    For instructions on what information to post an how to format it.

  • HT4759 Hello .. I've been subscribed for ic;oud for 20$ per year and I found it useless for many reasons: that I can not disconnect my mobile while the uploading process and it takes long time for uploading my data .. Its not a reliable system that's why

    Hello .. I've been subscribed for ic;oud for 20$ per year and I found it useless for many reasons: that I can not disconnect my mobile while the uploading process and it takes long time for uploading my data .. Its not a reliable system that's why I need to deactivate the space service and take my money back .. Thanks

    The "issues" you've raised are nothing to do with the iCloud service.
    No service that uploads data allows you to disconnect the device you are uploading from while uploading data. Doing so would prevent the upload from completing. It is a basic requirement for any uploading service that you remain connected to it for uploading to be possible.
    The time it takes to upload data to iCloud is entirely dependent on how fast your Internet connection is, and how much data you are uploading. Both of these things are completely out of Apple's control. Whichever upload service you use will be affected by the speed of your Internet connection.

  • Netflix, HBO Go, ABC Tv app on my apple tv take a long time to download my videos and they are choppy, how can I resolve this issue? My apple TV is running off of WiFi in my apartment.

    Netflix, HBO Go, ABC TV along with other apple TV apps, take a very long time to download the video and they are choppy when running. My apple TV runs off of WiFi in my apartment. When trying to download updates, it take a long time and then a video screen with "This Update was not Successful. Apple TV couldn't be downloaded at this time. Try again later." What can I do to resolve this issue? I purchased this apple TV in May 2013 new.

    That will be an issue with the network
    What is your current connection via speedtest.net?
    Make sure DNS is set to auto (settings - general -network)
    Since you are in an apartment the local wifi network is more prone to interference, try ethernet

  • Mail takes considerably long time to download attachments

    Hello,
    Wondering if anybody has run into a solution for this problem:
    Mail (Version 3.5, build 930.3) takes a VERY, VERY long time to download any attachments. I am using only ONE account - MobileMe.
    Whenever I receive a message with an attachment (from Mac or PC) that is over 100K, Mail just crawls to a near stop when trying to download it. In fact, if the attachment is over 1MB, there is an excellent chance that the Mail program will hang altogether. I commonly will have to force quit the Mail application in order to get it working on the download again. THIS is the real problem. All other "text-only" messages come in at a normal speed and render almost instantly. In a message where there is a large attachment, the message and it's contents appear almost instantly, but the attachment(s) sits at the bottom, middle, or top of the message and remain "greyed out" while downloading. I get no indication that the attachment is downloading from the server in the mail activity pane either. It just sits there blank. Eventually the image will appear in the body of the message, but only if I click on another message in my inbox and then "click back" to the attachment message.
    I just sent myself a message as a test. It was a 4.5MB Tiff file. It sent out from my account in about 45 seconds (ending in the "Swoosh" sound.) When Mail detected the new message a few seconds later, the download from MobileMe's servers took an astonishing 14 minutes to completely download and render in the body of my message. I can see no rhyme or reason as to why this is happening, but it has been present for over a year, even through OS updates, mail rebuilds, optimizations, and IMAP settings alterations.
    The same download speed can be achieved on my wife's iPod Touch. Very fast.
    The really strange thing is that my iPhone does NOT do this. I sent the same image again to my account and checked my mail with my iPhone instead. It took the same 45 seconds to send the image, but the iPhone was able to download and display the image in the iPhone mail App in just over a minute. This is using the exact same internet connection in my house, not Edge or 3G.
    I have rebuilt my mailbox, deleted all accounts and settings, and have started from scratch several times. I am beginning to think that this is either an issue with the OS, or a major problem with my Mail application itself.
    Any ideas on what may be causing this? I am using the standard MobileMe IMAP account settings that are provided when you set up a new Mail account.
    Thanks for any help you can provide - this is driving me crazy. I have had to tell all of my friends to NOT send me any messages over 1MB or it will destroy my mail application for several minutes.
    Message was edited by: nekosaur

    ME TOO!!!! This has been driving me nuts!!! I've been trying to streamline my workflow and integrate everything the way it's SUPPOSED to work, to no avail! Does anyone know anything about this at all? Is apple looking into this? Does anyone have suggestions?
    With me, it's any msg that has an image file, which is every email my school sends me! The msg doesn't display, Mail hangs and I have to force quit.
    HELP!!!

Maybe you are looking for