Problems downloading a file linked in a tutorial

Hi,
I'm trying to use the JDeveloper tutorial: Developing a Web Service from a PLSQL Package (http://st-curriculum.oracle.com/obe/jdev/obe1013jdev/10131/wsfromplsqlpackage/devwsfrom%20plsql.htm)
This link in the tutorial : http://www.oracle.com/technology/obe/obe1013/wsfromplsqlpackage/install/IMP_PACKAGE.sql does not work. Does anyone know a workaraound or does anyone out there happen to have this file?
Best regards
Ingibjörg
[email protected]

If you have access to My Oracle Support website, you may log a SR and ask Oracle support if they can provide you with this file.
Thanks,
Hussein

Similar Messages

  • Problem downloading a file via http

    Hi
    I'm just getting started with WLS (sp5) and am having a problem downloading
    a file via http. The document is stored in the main html docs directory and
    whenever I link to it or try to download it directly (eg:
    http://<host>:<port>/myfile.doc) I get the following error in a message box:
    Your current security settings do not allow this file to be downloaded.
    Can anyone point me in the right direction as to where I grant permissions
    to do this - I've tried using the weblogic.security.URLAclFile and adding
    the directory as a weblogic.io.fileSystem (a desperation move, I know).
    Thanks in advance,
    Peter Villiers

    PLEASE IGNORE THIS POST
    The problem was caused by someone (me though I honestly don't remember doing
    it), setting the content security level to high in my web browser which
    stopped this type of download.
    Peter

  • Problem downloading avi files

    Hi,
    I have recently had problems downloading avi files from rapidshare.de, because the avi files do not download to my desktop (a new ticket system prevents me from manually clicking on the link, and instead begins downloading the files automatically), but open and play in my browser (Internet Explorer 5.2). I cannot save these files to my computer or open them in my QuickTime application. Can I get some help as to how I can configure my browser to download avi files to my desktop, instead of opening them in the browser

    Hi erikson1,
    If the link is a direct liink to the avi file, you can just hold the 'control' key - click and hold the mouse over the link and then select "Download linked file to disk."
    If the link is to a html or other similiar web page that will play the file in it then it gets a little more complicated to get that avi file. Then you may have to view source of that page and find the direct link to the avi file for download.

  • HT203200 has anyone ever had this problem? seems to be a problem in itunes, as i am having no problems downloading other files."There was a problem downloading "Outlander / Howard McCain". An unknown error occurred (-50)."

    has anyone ever had this problem? seems to be a problem in itunes, as i am having no problems downloading other files."There was a problem downloading “Outlander / Howard McCain”. An unknown error occurred (-50)."
    kinda suck to pay for something you cant use!..

    Try fixing up the validation issues...
    http://www.feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.stereogol.com%2Faudi o%2Fwimpy_podcast.php
    Not promising it will help, but it's worth a shot.

  • Problem downloading JAR files after PIX 7.2(3) upgrade

    Hello, I have upgraded a PIX 515 Firewall from Version 6.3(4) to
    7.2(3) and am now experiencing problems downloading .jar files from
    some web servers. I have tried disabling the "inspect http" option but
    still not joy. I also tryied this:
    http://www.cisco.com/warp/public/110/pix-asa-70-browse.pdf
    But no luck.
    Have anyone had similar problems.
    Thanks in advance.

    1. Turn router off for 30 seconds and on again
    2. Settings>General>Reset>Reset Network Settings
    3. Settings>General>Reset>Reset All Settings

  • Problem downloading .dmg files.

    Problem downloading .dmg files (Flash, Chrome, Firefox). Once I hit the download option Safari screen goes blank, actually grey and nothing downloads.

    Back up all data, then uninstall "Speed Download" according to the developer's instructions.

  • Problem downloading pdf file in Safari

    My website has a link which downloads a pdf file, which opens in a new browser window. In OS X, this works properly using the latest Safari update (4.0.5), as well as in Firefox and several other browsers (the file opens in Preview). I also run Windows XP using Boot Camp. I updated Safari to 4.0.5 in Windows, and also installed the latest version of Adobe Reader. But when I link to the pdf file in Windows using Safari, the program freezes. Both Firefox and Internet Explorer download the pdf file properly in Windows (the file opens in Adobe Reader).
    I'm pretty sure that earlier Windows Safari versions correctly downloaded pdf files. Could this be a problem with Safari 4.0.5? Is there plugin in the new Safari that I'm missing, or something that needs to be set in either Safari or Adobe Reader?

    I went through the recommended uninstall/reinstall procedure, but unfortunately it didn't fix the problem. When I first ran the new Safari install and clicked on the link to download the pdf, it opened a new window with a message that it couldn't find the server on which the pdf file is located (but of course it's on the same server as the parent page). After churning (hourglass cursor) for a couple of minutes, the new page (now running Adobe Reader, I think) displayed a small cube with question marks (missing file). On subsequent tries, Windows shut down Safari as "not responding".
    I suspect that the problem is with Adobe Reader 9.3.1 and its interaction with Safari. (The other browsers continue to download the pdf properly.) I checked the Adobe site but didn't see an obvious way to install an earlier version of Reader, but willl investigate this further.
    Many thanks for your help. (I've been forced to learn more about Windows than I really wanted to know.)
    Charles Hearn

  • Problems downloading 1 file from 11.5.10+ virtual Documentation Library

    I am unable to download the following document from the 11.5.10+ virtual Documentation Library:
    Title: Using Oracle Workflow in Oracle Order Management
    Part Number: A96689-02
    URL: http://download-uk.oracle.com/docs/cd/B16981_03/current/acrobat/115omwf.pdf
    It seems that whether I try to open it or save the document to disk, it makes no difference. Please can you check whether there is a problem with the file as I am able to download all the other documents on this web site. Please can you correct the problem.
    I would also like to suggest that you have a link that enables you to download a single zip file of all documents updated since the base release (i.e. those marked New).
    Regards
    Mark

    Try replacing download-uk.oracle.com with one of the below:
    download-east.oracle.com
    download-west.oracle.com
    Cheers, OTN

  • Problem downloading .xls file

    Hi All,
    Im getting problem when trying to export a spread sheet. Initially teh filename was hardcoded and so it was working fine in IE. The code then was
    response.setHeader("Content-disposition", "attachment; filename=Details.xls");     
    outStream.write(Results.toString().getBytes());
    outStream.close();
    later the reqmt changed to some new naming conventions for the file and so i modified the code like
    SimpleDateFormat formatter = new SimpleDateFormat ("MM/dd/yyyy HH:mm:ss");
    java.util.Date currentDate = new java.util.Date();
    String dateString = formatter.format(currentDate);
    String fileName = dateString+".xls";
    response.setContentType("application/vnd.ms-excel");
    response.setHeader("Content-disposition", "attachment; filename="+fileName);
    the problem im facing now is the in the pop up for download the file name is my servlet name appended with some unknown string which includes numbers and characters. the file type shown is html.If you click save open then a new html page is been displayed with all the values.
    Please help me with this issue.
    Thanks
    Noufal

    Thank you so much Shanu. Its working now. It was my carelesness or rather my ignorance which caused this prob.
    But Im still having a query, the excel sheet is having a [1] appended to the file name for ex 19-Jun-2006 06-46-05[1] and the client is not happy with that.
    What is the reason for that square bracket and is there any way we can cut that off? your help will be greatly appreciated.
    Thanks
    Noufal

  • Problem downloading a file from popup

    Hi,
    I have scenario like this.
    popup on a page.
    region on that popup. when i click on a button inside the region i want to close the popup and download a file of type excel.I am able to close the popup.but the problem is the download of file is not happening.I think when i hide the popup the response is coming back as the parent page.but i want to download the file.Is there any way i can achieve this?
    Here is the code for downloading and hiding the popup.closePopup method is being called from the action Listener of the button.
    public void closePopup(ActionEvent actionEvent) {
    // Add event code here...
    RichPopup parentpopup = getMyPopup(actionEvent.getComponent());
    parentpopup.hide();
    FacesContext facesContext = FacesContext.getCurrentInstance();
    PrintWriter pw= null;
    HttpServletResponse httpServletResponse =
    (HttpServletResponse)facesContext.getCurrentInstance().getExternalContext().getResponse();
    try {
    pw = httpServletResponse.getWriter();
    httpServletResponse.setContentType("application/vnd.ms-excel");
    httpServletResponse.setHeader("Content-disposition", "attachment; filename=" + "test");
    pw.write("test");
    pw.flush();
    pw.close();
    FacesContext.getCurrentInstance().responseComplete();
    } catch (Exception e) {
    e.printStackTrace();
    private RichPopup getMyPopup(UIComponent component){
    if(component ==null){
    return null;
    if(component instanceof RichPopup){
    return (RichPopup)component;
    return getMyPopup(component.getParent());
    please guide me here.

    use following code
        public void fileDownloadListener(FacesContext facesContext,
                                         OutputStream outputStream) {
            OutputStreamWriter outputStreamWrite =
                new OutputStreamWriter(outputStream);
            //PrintWriter pw = null;
            HttpServletResponse httpServletResponse =
                (HttpServletResponse)facesContext.getCurrentInstance().getExternalContext().getResponse();
            try {
                //pw = httpServletResponse.getWriter();
                httpServletResponse.setContentType("application/vnd.ms-excel");
                httpServletResponse.setHeader("Content-disposition",
                                              "attachment; filename=" + "test.xls");
                outputStreamWrite.write("test");
                outputStreamWrite.flush();
                outputStreamWrite.close();
                FacesContext.getCurrentInstance().responseComplete();
            } catch (Exception e) {
                e.printStackTrace();
        }

  • Problems downloading raw files in elements 8

    Hello, I have elements 8 and cannot download raw files from my Canon 650D, is there a fix for this?
    Many thanks

    You have three alternatives:
    (1) Upgrade to PSE 11. (2) Download and install the free Adobe DNG converter to convert your CR2 files to the Adobe universal Raw format and the files will open in all versions of PSE (keep your original CR2’s as backup) or (3) Use Canon DPP bundled with your camera.
    Windows download click here DNG Converter 7.2
    Mac download click here DNG Converter 7.2
    You can convert a whole folder of CR2 images in one click. See this quick video tutorial:
    You Tube click here for DNG Converter tutorial

  • Problem downloading ZIP file with Squid-3.0

    Hi,
    I have upgraded my Linux CentOS squid proxy servers to Squid version 3.0. Since then I can not download the following file it just hangs :
    http://download.oracle.com/otn/java/sqldeveloper/sqldeveloper-1.5.5.59.69.zip
    I dont see any error in the squid logs or on my firewall.
    I can however download it on one of the older servers still running Squid version 2.6.
    It is just very strange as I can download ZIP files from any other website with the upgraded servers.
    Any ideas on what might cause this ?
    Thanks
    JHEFER
    Edited by: jhefer on Nov 19, 2009 12:15 AM

    If you have already interested, I found the solution. The problem is that oracle website (and probably others) uses “Vary” field in the header and squid doesn’t support this (by default). You have to download squid sources on http://www.squid-cache.org/Versions/ and compile these with “--enable-http-violations” parameter :
    *./configure ‘--enable-http-violations’ ‘…’ ‘…’*
    make all
    make install
    I hope this solution will be very useful to you.
    Laurent

  • Problem downloading converted files

    I cannot download files that I have converted to Word or Excel, either through the Adobe Reader or directly from the Acrobat website.  The converted files are present on the website, they simply will now download.  There is no error message -- the download simply seems to  hang with no progress. 
    The problem began today.  I downloaded several files with no problem two days ago.  I'm wondering if anyone else is experiencing this problem.  If not, what should I look for in my environment that could be causing a problem?

    What browser are you using to access the ExportPDF website?
    Have you tried another browser?

  • Problem download secure files performance test kit

    Hi, I'm trying to download "secure files performance test kit" from here: http://www.oracle.com/technetwork/database/sftestkit-099298.html
    From here it should only be to push the "download" label - but this is not working.
    Instead I'm redirected to http://www.oracle.com/technetwork/indexes/products/index.html
    where I can't find what I'm looking for.
    Please help,
    regards,
    Harald

    SecureFiles Performance Test Kit
    The SecureFiles Performance Test Kit compares the performance of SecureFiles to older LOBs or BasicFiles. SecureFiles and LOB performance is measured using two of the popular database driver protocols, namely the JDBC OCI driver (Type II driver) and the JDBC Thin driver (pure Java, Type IV driver). In addition, the kit also compares performance under different caching and logging conditions.
    Throughput is the metric used to measure performance for both reads and writes. The kit can be customized to run with different lob sizes, number of iterations, concurrent threads etc. The README file contains more information on setting up the kit and running the tests.
    below this you can find the download button:- click the link
    Download the SecureFiles Performance Test Kit.

  • I'm having problems downloading: the file cascades a bizzillion times on the screen and it appears to be a .part file.

    I'm on a Mac - my hard drive crashed last week (got a new one) so I downloaded the Firefox again. When I download, I can view my downloads under the "Tools" menu, but in my download file in my dock, the files say pdf.part - and when I download, the file cascades a bizzillion times (really annoying) and I have to quit out of Firefox to move forward.

    See [[Firefox keeps opening many tabs or windows]]
    You can have infinite tabs opening if you have selected Firefox as the application to handle a file if you get an Open with download window.<br />
    Firefox should not be selected as the application to handle a file and you have to remove the action that is associated with that file type.
    You can delete [http://kb.mozillazine.org/mimeTypes.rdf mimeTypes.rdf] in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder] to reset all actions or set that action in Tools > Options > Applications to 'Always Ask'.
    See http://kb.mozillazine.org/File_types_and_download_actions ("File handling in Firefox 3 and SeaMonkey 2" and "Reset Download Actions")

Maybe you are looking for

  • How to add a device

    i plug my iPhone 5s into my computer and it starts charging and asks if i trust the computer but it doesn't show up as a device in iTunes

  • FSCM Biller Direct

    MODERATOR:  All points have been UNASSIGNED and the thread LOCKED.  Do not share email addresses on these forums.  If you have some information, please consider posting it to the [Wiki|https://wiki.sdn.sap.com/wiki/display/ERPFI/Home] rather than sha

  • Can't apply Finder color labels to selected apps/utils

    just upgraded from tiger -> leopard -> snow leopard. some of the apps in the Applications folder, and most of the apps in the Utilities folder, have now lost their Finder label functionality: i can't set a label, because that feature is grayed out. i

  • How do I find a past event(s) in calendar on mountain lion

    How do I find a past event(s) in calendar on mountain lion without manually going back day by day? I would ike to be able to use Calendar as a searchable log.  I do not care about syncing with iOS, just finding an event or notes in an event, such as

  • **Transferring project to new computer - EMPTY FILE FOLDERS??

    I had a previous post on render issues...the render was coming out   very glitchy and fuzzy and like nothing I've experienced before... So what I'm doing now is taking my CS4 project and transferring to a much better computer...that has CS5 Premiere