Download link to CSSCAN broken

Hi,
I need to download CCSCAN for 9iR2/Linux ( [http://download.oracle.com/otn/utilities_drivers/scanner/csscan_12_linux_920.tar.Z] ) but I permanently get error 'page not found'.
has it been moved anywhere else?
isn't there availbale any other link (FTP)?
emha.

The first version of CSSCAN was shipped with 8.1.7 of the database on all Oracle RDBMS platforms. Due to customer demands, backports were made available for 8.1.6 (NT and Solaris) and 8.0.6 (Solaris) also.
We decided to make these pre-8.1.7 CSSCAN available for download on OTN as well.
The download links are not broken. There is a policy in place for Oracle employees, they are restricted from downloading between 6am and 6pm US-PST on business days.

Similar Messages

  • MacBook Air and MacBook Pro Update 2.0 download link broken

    The MacBook Air and MacBook Pro Update 2.0 download link is broken on http://support.apple.com/kb/DL1609. Anyone have the dmg? I know it's on the Mac App Store, but I need the dmg.

    Nobody who have macbook retina don't ahve this problem?

  • Broken Download link for JDeveloper Preview 3

    http://otn.oracle.com/software/products/jdev/htdocs/soft903.html?src=855007&Act=101
    This link has been broken every day since Jdeveloper 3 Preview has been announced. Any chance someone can fix this. I've put in several trouble tickets to get a fix. Is anyone at home??
    Frank

    Look at http://www.oracle.com/technetwork/developer-tools/jdev/downloads/index.html
    All 11g versions come with adf.
    Timo

  • Download Links Broken for english Sql Server 2012 Express

    Hi,
    it seems that the download links for Sql Server 2012 Express Edition is broken for the english version.
    None of the links on the microsoft download center works.
    I am able to download a german version from:
    http://www.microsoft.com/de-de/download/details.aspx?id=29062
    But changing the language to english results in a "We are sorry, the page you requested cannot be found."
    Take care,
    Martin

    Hello,
    I created the following Microsoft Connect item about this issue:
    https://connect.microsoft.com/SQLServer/feedbackdetail/view/958840/download-links-are-broken-for-sql-server-2012-express-and-sql-server-2008-r2-express
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Looks like your JavaDB download links are broken

    Looks like your JavaDB download links are broken

    I believe the original poster was referring to the "Download Now" button and the "Downloads" tab at http://developers.sun.com/javadb/index.jsp
    Edited by: 940787 on Jun 14, 2012 10:07 AM

  • Free MPEG2 Playback Component download link for FCP users is broken?

    http://www.apple.com/quicktime/mpeg2/update/
    quote:
    Final Cut Pro and DVD Studio Pro and Final Cut Studio Users
    If you received your MPEG-2 Playback Component as part of Final Cut Pro or DVD Studio Pro or Final Cut Studio, you can download the update with your Final Cut Pro or DVD Studio Pro or Final Cut Studio serial number. Download Update.
    I'm trying to download the update to MPEG2 Playback component via the URL that is listed at the address above ( http://www.apple.com/quicktime/mpeg2/download )
    The links seems to be broken. I have received my Playback Component as a part of Final Cut Pro. Any suggestions on how to obtain the update?
    ibook g4   Mac OS X (10.4.8)  

    Well if the link stay broken ...call them...Nothing
    you can from here...sorry
    Well, I actually e-mailed Apple Store support (since that's where I originally ordered the FCP crossgrade). They suggested that I post my question over here.
    I don't feel comfortable about making a support call to USA from Finland... they might put me on hold for ages and it would end up costing a lot more than purchasing the component from Apple Store.
    I think that the link has been broken for months already, although I'm not sure. Doesn't Apple have any kind of e-mail address to ask about this issue?
    ibook g4   Mac OS X (10.4.8)  

  • Is there somewhere I can get support on the Adobe Software Distribution Request process?  I have a broken download link in the resulting email.

    Hi,
    I recently renewed my Adobe Software Distribution license, as I saw that the existing download links were going to be retired.
    So I received the resulting email for Air, Flash, Reader and Shockwave and all the links are fine, except for the one to download Reader XI.
    Is there anywhere I can get support/help on this?  Adobe online Support Chat have me going in circles...
    Thanks
    Craig

    Yeah.  Getting the software isn't a problem (there a number of ways to download it), but I just want them to take responsability for the broken link in the email, since I'm supposed to use that link to download the software.
    After going through four Adobe support people, they've apparently passed it on to the "development" team... I wont be holding my breath on that.

  • The AE CC 2014 SDK download link seems broken...

    The SDK download link is currently going to a 404 page:
    http://www.adobe.com/devnet/aftereffects/sdk/cc2014_eula.html
    Is there a mirror site to download the SDK (or can someone prod whoever maintains the link to fix it
    Thx.

    The link that you've pasted there doesn't seem to work, but the link on the SDK download page is a different link:
    After Effects CC 2014 Plug-in SDK License Agreement | Adobe Developer Connection

  • I cannot find the download link for Adobe Flash Media Live Encoder

    I have been looking at the page for a while now and i cannot find the link to download the software.

    Hi chbachman,
    The link is currently broken at : https://www.adobe.com/cfusion/entitlement/index.cfm?e=fmle3
    We are working to resolve this at the earliest.

  • How to make downloadable links in Adobe Muse

    I am new to website design and am trying to figure out how to make downloadable links for some PDF flyers, PSD templates I am creating.   Not sure if "downloadable links" is the correct term for what I'm trying to say but in a nutshell I am creating Business Flyer's in PDF form and Photoshop PSD template files that I would like to be able to have my users click a link that allows them to download them right to their desktop.  Any help would really be appreciated!

    Hi caybar10gaming,
    I had the same question as you and was searching online for how to add "downloadable links" as well so your not alone in that lol. Anyways, I found this video that explains how to do this. I hope this helps you, as it did me. Good Luck  
    http://tv.adobe.com/watch/muse-feature-tour/add-and-link-to-any-type-of-file/
    -Caitlin

  • Download link not working in Adobe AIR app.

    I wanted to let users browse my site as a desktop application,
    but didn't have the time to write an application from scratch. SO tried following trick. Created a simple Adobe AIR application with a single page. This page redirects to my website and hence loads the website in the AIR window.
    Everything is working fine except that the download links are not working. The download doesn't start. Nothing happens. What is the solution here? Any help is appreciated.

    I am now facing the same problem. I wrote a servlet .
    code like this
             response = (HttpServletResponse) faces.getExternalContext().getResponse();
             response.setContentType("application/x-download");
             String agent = request.getHeader("USER-AGENT");
             boolean isIE=false;            
            if (null != agent && agent.indexOf("MSIE")!=-1) { 
                isIE=true;
            if (isIE) {
                fileName = URLEncoder.encode(fileName, "UTF-8");
            } else {
                fileName = new String(fileName.getBytes("utf-8"), "ISO-8859-1");
            response.setHeader("Content-Disposition","attachment;filename="+fileName);
            ServletOutputStream os = response.getOutputStream();
            byte b[]=new byte[1024];
            int n;
            while((n=in.read(b))!=-1){
                os.write(b,0,n);
           in.close();
           os.close();
    and i open a new window refer to above jsp ,also i set a breakPoint at os.close(),the program has passed through,but nothing happened in the window.
    If i use IE or FF ,the browser will open a small window to allow me select whether open or  save the file.So can anybody give me some advice.Is it because air using webkit engine and the engine does not do this kind of job?
            Thanks.

  • Showing image instead of download link

    I am using an interactive report and entered this for the source. I want to show the picture instead of a download link however I don't get the picture I get a
    Source:
    select "IMAGE_ID",
    "SUBJECT",
    "CREATED_DATE",
    "CREATED_BY",
    decode(nvl(dbms_lob.getlength(image),0), 0, null, '<img src=
    "'||apex_util.get_blob_file_src('P53_IMAGE', image_id)||
    '" height="75" width="75" />') Image
    from "#OWNER#"."IMAGES"
    Shown in the report:
    <img src= "apex_util.get_blob_file?a=100&s=3229276571420106&p=53&d=1943731550155986&i=1941402717155956&p_pk1=1&p_pk2=&p_ck=58C90FE7F1EC9618676F23C2FC24FA0A" height="75" width="75" />
    Any idea as to what I may be doing wrong?

    Hi ,
    It looks like your report column is set to display as Text. Go to "Home>Application Builder>Application #>Page #>Interactive Report Attributes" and change it to Standard report Column and you should be all set.
    Thanks,
    Manish

  • When I click on download link, Firefox don't pop-up window where i could select open with or to save file, it just pop-up window where to save, why?

    Before update, when i clicked on download link pop-up window would come up asking me if i wnat to open file with program or just save it, but after update i dont get that pop-up window, insted i get window asking me where to save it, how can i fix this problem, because i want sertain files to be opened with a program like it was before update? I have tried every solution i could find, and nothing helped. I use Firefox 16.0.2 on win7 ultimate x64bit

    Thank you, it helped alot. I found that my problem was that all programs in applications panel was set to "save file" option and when i changed them to "always ask" it was back to normal, like i used to :D many thanks

  • How do I remove download links/button redirect to accurate download

    When I go to some sites that have a download link underscored in blue or a button next to text or any other part of the page, I was able to click and download the file. When you point at the link or button you would see the path it will take to download the file. It would have the website name your visiting plus other codes.
    But on returning to these sites, when I choose what I want to download, the link or button wants to go to accuratedownload.com. It presents the name of the item I want and with a .EXE extension. My main browser is Firefox version 26.0 on my XP PC. I test Internet Explorer and it produces the same results. Something has changed. I go to the site on my mobile phone, I am able to download the file from the same site and the links/buttons are not embedded with codes to go to accuratedownload.com. I do not know what to call this problem since I had no luck in finding solutions to redirection being embedded in a link or button on a web page that worked fine.
    I've tried a reset Firefox, my profile, running Symantec Anti-Virus, Malwarebytes Anit-Malware, Clearing history and so on. The problem still occurs. Need Help.
    Note: It would be nice if when the Download Screen pops-up, that we could rename the download file to a name we want (Saves time). Even if you rename the file, the history should record where it came from with the original name if it needs to be downloaded again.

    To let you know, When I did a reset and restarted Fire Fox without the Add on's. I tested each user account on my PC. Each user account that used Fire Fox or Windows Explorer showed the same symtoms.
    Back to troubleshooting, I've completed a scan using Sothos Free Virus Removal Tool. After a lengthy scan of every drive, partition, USB Thumb Drive and so on that it found, in about 5.5 hours it found Mal/FakeAvCn-C, Mal/JavDlEx-A and CXmal/BadLnk-A and continued by clicking the Clean Up button and that took about 15 minutes for some reason. Then it asked to send the log to Sophos. I clicked send and it failed to get to them.
    I tried going on the internet to test the cleanup by clicking on some links and buttons. I could not get on the internet. I found that the NIC card was not working. Don't know why now but probably was affected by the scan. I found myself troubleshooting and reinstalling NIC drivers several times before the NIC card started to run correctly.
    I read you post and tried to change the proxy settings in Fire Fox to "No Proxy." The scan, clean up and proxy settings change did not remove the embedded paths in links or buttons that allow you to download or be sent to the intended location. It still had paths to accuratedownload.com and eachdownload.com.
    Question: By default is the proxy setting suppose to be "Use system proxy settings"? Should I put this back to this setting.
    Windows Explorer has the same problem. Is Fire Fox a stand alone product or does it build parts of itself using Windows Explorer?
    =========
    Besides the scans and removal done to the registry, the scans it did on the files and folders, the Sophos log shows the virus attached to files in Documents and Folders, All Users (and other user accounts), Application and data folders, Java and Cache, including any shortcuts and long cryptic files like (pg42l784fcuo452hsb6cfbkoke045p75f2e02887m).
    When programs fail to delete or cleanup after themselves, what locations can be safely deleted manually?

  • How do I create a downloadable link from an Interactive PDF file created out of InDesign CS6?

    Hello,
    I created an Interactive PDF file out of InDesign and would like to make the large file a downloadable link and share it with the user in an email. I do not want to use DropBox or GoogleDrive.
    The company I contract for has their own site - do I insert the file into the site or can I create a separate link for it?
    I will be recreating these presentation PDF's constantly, so I would like to know if there is a simple way to create this link for files in the size of 7-12MB.
    Any ideas on downloadable links? I do have flash - but rarely use, perhaps load the file out of flash?
    Thank you so much for your help,
    Megan

    Hi Willie,
    Thanks for your help. Most likely contact the company who maintains the
    site then to share the file with them I'm assuming?

Maybe you are looking for