Having trouble downloading sql developer EA

Can anyone confirm if the sqldeveloper EA edition server is having problems? I am having trouble downloading throughout the day, via FireFox with the download gring to a halt at about 3 or 4 MB out of 159MB. My machine is Win XP SP3 and DSL download speed is 768 down, 128 up.
Thanks

Typically if there are download problems, you should try again later. There is no issue with the download itself.
Sue

Similar Messages

  • Having trouble connecting SQL Developer to database on LINUX machine

    Having trouble connecting SQL Developer to database on LINUX machine
    Hello,
    I am trying to connect my windows 7 home premium machine to an oracle database 11g on a RedHat 5 machine using SQL Developer. i got this error message on SQL Developer
    Status : Failure - Test failed :The Network Adapter could not establish the connection
    on Linux
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date                03-APR-2013 16:13:13
    Uptime                    7 days 22 hr. 16 min. 41 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/11.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.X.X.X)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orc11g" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    Service "orc11gXDB" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    Service "orc11g_XPT" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL> and TNSPING
    tnsping 172.x.x.x
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 11-APR-2013 14:32:17
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    Used parameter files:
    /u01/app/oracle/product/11.2.0/db_1/network/admin/sqlnet.ora
    Used EZCONNECT adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=172.x.x.x))(ADDRESS=(PROTOCOL=TCP)(HOST=172.x.x.x)(PORT=1521)))
    OK (0 msec)
    [oracle@ltebilling ~]$Tnsnames.ora On Linux ,
    ORC11G =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x.x)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orc11g)
    )Listner on Linux ,
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x.x)(PORT = 1521))
    )/ect/hosts Linux ,
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1               localhost.localdomain localhost
    172.x.x.x             LTEBillingand there is no problem of ping linux from windows
    Edited by: user11309581 on Apr 11, 2013 3:16 PM

    yes really i'm already enaple the port 1521 and SELINUX=disabled
    [root@ltebilling ~]# /etc/init.d/iptables status
    Table: filter
    Chain INPUT (policy ACCEPT)
    num  target     prot opt source               destination
    1    RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0
    Chain FORWARD (policy ACCEPT)
    num  target     prot opt source               destination
    1    RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0
    Chain OUTPUT (policy ACCEPT)
    num  target     prot opt source               destination
    Chain RH-Firewall-1-INPUT (2 references)
    num  target     prot opt source               destination
    1    ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0
    2    ACCEPT     icmp --  0.0.0.0/0            0.0.0.0/0           icmp type 255
    3    ACCEPT     esp  --  0.0.0.0/0            0.0.0.0/0
    4    ACCEPT     ah   --  0.0.0.0/0            0.0.0.0/0
    5    ACCEPT     udp  --  0.0.0.0/0            224.0.0.251         udp dpt:5353
    6    ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0           udp dpt:631
    7    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           tcp dpt:631
    8    ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED
    9    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:1521
    10   ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:22
    11   REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibitedbut from windows system when i'm try tnsping i got this error
    C:\Windows\system32>tnsping orc11g
    TNS Ping Utility for 64-bit Windows: Version 11.2.0.1.0 - Production on 11-APR-2
    013 14:44:09
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Used parameter files:
    D:\app\ubai\product\11.2.0\dbhome_2\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x
    .x)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orc11g))
    TNS-12535: TNS:operation timed out
    C:\Windows\system32>

  • HT4095 I am having trouble downloading tv shows on my ipad, what's the secret?

    I am having trouble downloading my TV shows I purchased from itunes.  I have enough memory but get a pop up window that says "cannot load movie".  Any ideas?

    iphone 4s wi fi issue for a discussion of iPhone WiFi

  • I have a Nikon D7100 and am having trouble downloading jpegs to my iPad. I get a red exclamation point instead of the green check mark, they dow all show up as thumbnails but won't download

    I'm having trouble downloading jpeg files from my Nikon D7100 to my 3rd gen iPad. I see them come up for download and select download and a red exclamation point shows up in the bottome RH corner of the thumbnail instead of the green check

    Hey freelance698,
    I was able to find two articles that might assist you in troubleshooting the issue:
    iPad: Using the iPad Camera Connection Kit
    http://support.apple.com/kb/HT4101
    iPad: Using iPad Camera Connector with unsupported USB devices
    http://support.apple.com/kb/HT4106
    Hope that helps,
    David

  • HT1848 I rented a movie on my ipod touch and want to watch it on my computer because my ipod is having trouble downloading over wifi. How do you find your rental purchases to download on a computer?

    I rented a movie on my ipod touch and want to watch it on my computer because my ipod is having trouble downloading over wifi. How do you find your rental purchases to download on a computer?

    You cannot.
    iTunes Store: Movie rental frequently asked questions (FAQ)
    If you download a rented movie on your iPhone 4 or later, iPad, iPod touch (4th generation or later), or Apple TV: It is not transferable to any other device or computer."

  • Having trouble downloading itunes on my computer. i keep getting a error message that reads: apple sync notifier.exe- entry point not found.

    Hello, can anyone help me out there? Im having trouble downloading itunes on my computer.
    Ikeep getting a error message reading:
    #1  applesyncnotifer.exe- entry point not found.
    #2  the procedure entry point sqlite3-wal-checkpoint could not be located in the dynamic link library. sqlite3.d11.
    #3  service 'apple mobile device' (apple mobile device)
          failed to start. Verify that you have sufficient privileges to start system services.

    With Windows Explorer, navigate to your C:\Program Files\Common Files\Apple\Apple Application Support folder.
    Copy the SQLite3.dll that you should find there, navigate to the nearby Mobile Device Support folder, and Paste it in there also.
    Restart the programme all should be well
    In case that your OS is (64 bit)
    1. Open windows explorer, go to location C:\Program Files (x86)\Common Files\Apple\Apple Application Support
    2. Copy file "SQLite3.dll"
    3. Now paste it in the folder  C:\Program Files (x86)\Common Files\Apple\Mobile Device Support
    4. Restart the programme, it should not display that message, it should be clear.
    Good Luck

  • I am having trouble downloading attachments from email

    I have an iPad 2 that has been upgraded to IOS 7.0.4. This was a problem before the update - which is the reason for the update but that's another story.
    So for now, iPad 2 IOS 7.0.4 16GB wifi/cell model
    I am having trouble downloading attachments. Not all. but some. a movie in particular and some documents.
    I would thingk it was the email account but I can open it on my iPhone without issue.
    I would've thought the link was bad but I forwarded it one of my other email accounts and it opens fine.
    I have restarted, rebooted, deleated the mail account and reloaded it.
    Still nothing. I have tried to save the video by clicking the "Save Video" icon when you tap and hold the video but it never saves.
    Sometimes it will act like it is going to save because I get a black screen and a rotating flower in the middle of the screen and it says "Loading" but it never does anything. Other times it will just give me a message that says "Can't download attachement".
    Any one have any thoughts?

    What is your connection via speedtest.net ?
    Check istumbler or netstumbler to verify network interference
    Make sure DNS is set correctly (settings - general - network - configure DNS - automatic)

  • I'm having trouble downloading iTunes 11 it is giving me a Service 'Apple Mobile Device failed to start error

    I am having trouble downloading iTunes on my computer.  The message I get is Service 'Apple Moble Device' failed to start.  Verify that you have sufficient privileges to start system services.
    I'm not sure where to go to take care of the problem.

    Hi yuiopyy,
    If you are having issues with iTunes after an attempted update, you may find the following article helpful:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Regards,
    - Brenden

  • Have a new itouch. I'm having trouble downloading iTunes. I keep getting the error message: Apple Application software was not found. Apple application support is required to run iTunesHelper. Please uninstall iTunes, then install iTues again. Error 2.

    I have a new iTouch. I'm having trouble downloading iTunes. I keep getting the error message: "Apple Application Software was not found. Apple application support is required to run iTunesHelper. Please uninstall iTunes, then install iTunes again. Error 2." I have uninstalled and tried installing again and get the same error message. What do i need to do?
    Lg

    Install 7-Zip (free), or a free trial of WinRAR, and use one of them to extract the contents of the iTunesSetup.exe or iTunesSetup64.exe installer file, then try installing AppleApplicationSupport.msi as a standalone component. Even if it won't install you may get a more useful error message as to why not.
    tt2

  • I am having trouble downloading purchased songs to my iphone.  I keep getting an error message that the song could not be downloaded.  Why?  How do I fix this?

    I am having trouble downloading purchased songs to my iphone.  I keep getting an error message that the song could not be downloaded.  Why?  How do I fix this?

    Hello Dawnellk,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    Downloading past purchases from the iTunes Store, App Store, and iBooks Store
    http://support.apple.com/kb/ht2519
    Previous purchases may be unavailable if they have been refunded or are no longer on the iTunes Store.
    Best of luck,
    Mario

  • I am having trouble downloading an iTunes movie.  It repeatedly quits and gives me an error message that my network connection was reset.  Any suggestions?

    I am having trouble downloading an iTunes movie.  It repeatedly quits and gives me an error message that my network connection was reset.  Any suggestions?

    Hello sudsy71,
    The article linked below provides some useful troubleshooting steps that can help resolve this error.
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    Cheers,
    Allen

  • Having trouble downloading Adobe Air

    Hi ,
    I am having trouble downloading Adobe Air .
    Whenever i am trying to download it , the web page is refreshing again and again , without starting my actual download, i waited for considerable time assuming the servers may be busy , but still the download is not starting.
    Downloading from below link
    http://get.adobe.com/air/
    Tried download while logged in using user id 
    [email protected]  , still no luck
    Also tried basic trouble shooting steps mentioned on website such as making sure that my browser is allowing pop ups ,etc
    I am using Mac OsX , 10.6 and browser is Safari , though i tried on the same machine wiht Chrome as well.
    Had a chat with one of the support executive as well , but he was also not able to solve my problem , he directed me to here. Please check why i am not able to download Adobe Air.
    Thanks

    OK I have posted the file here:
    <https://skydrive.live.com/redir.aspx?cid=2dc252adb60ad8c1&resid=2DC252ADB60AD8C1!304>
    The file will remain for 72 hours after which I will delete it.
    Good luck.

  • Having Trouble Downloading Pictures on Windows XP Computer to 5th Generatio

    i am using a windows xp computer & i'm having trouble downloading the pictures from my computer to the ipod.
    any help would be appreciated.
    thanks,
    bob
    e-mail: [email protected]

    In what way are you having trouble? Are you getting error messages of any kind or is it just general information on adding pictures that you need? For general information have a look at the tutorial: Transferring Pictures to Your iPod

  • I just bought a new iMac and am having troubles downloading creative cloud installer.  Its coming up with error 214 - I can't find any solutions for this.  Can anyone help me?  Im on mac OS 10.9.4

    I just bought a new iMac and am having troubles downloading creative cloud installer.  Its coming up with error 214 - I can't find any solutions for this.  Can anyone help me?  Im on mac OS 10.9.4

    Meg81 error 214 indicates a download data validation error.  This means that the update you downloaded became corrupted likely during the download process.  I would recommend utilizing the suggestions listed in Error downloading Creative Cloud applications - http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html to attempt to improve the stability of your Internet connection.
    You can also find information on how to review your download logs which may provide additional information regarding the failure of the download.

  • I recently downloaded mountain lion and just had it emailed to me but I'm having trouble downloading it to my computer. I cannot find the button that says "redeem" under quick links.

    I recently downloaded mountain lion and just had it emailed to me but I'm having trouble downloading it to my computer. I cannot find the button that says "redeem" under quick links.

    You must have a minimum of OS X Snow Leopard 10.6.8 installed on your Mac to have the Mac App Store. The Quick Links are on the Featured pane.

Maybe you are looking for

  • Restrict issued quantity in process order

    Dears we are using process industry scenario, during confirmation COR6N backflush takes place and the material components are issued  mu customer wants that during confirmation change in material components quantities not to exceed 5% of the standard

  • Photo Booth Comic Book Effect Problem

    Hi... Well I write this because I think I've got a problem with Photo Booth's comic book effect... Thing is that when I use this effect before the picture is taken it all looks good... but after I take the picture it looks horrible, like too white...

  • E-mails too small to read....

    how do i fix e-mail lettering that is too small to read.....!!!!!?????

  • Deleted email sub account recovery?

    Does anyone know if there is a way to recover an email address that was accidently deleted?

  • Mac OS X Mountain Lion Login fills automatically with "+" signs !?

    Hello everyone, since a few days i noticed that after im selecting my user account or the "other" account, + signs fill automatically the password box ! In my account i see the typical circles instead of the + . It seems that its adding thousands of