Oracle9i Lite for Linux download file is broken

I just downloaded
http://download.oracle.com/otn/linux/lite/olite_50200_linux.cpio.gz
and tried to unpack it. It didn't work...
1. It's NOT a gunziped file (it's a plain cpio file)
2. I get a "premature end of file" message from cpio.
Cheers!
mla

Have you verified the size of the file is the same as listed on the download page?
Also, some browsers do unpack the file and leave the extension as .gz -- so you can also try running cpio directly on the downloaded file.
OTN

Similar Messages

  • Who stole the Oracle SQL Developer RPM for Linux Download Page!

    Guys,
    Who stole the Oracle SQL Developer RPM for Linux download page, everytime i try download the rpm all i get is the page can not be found Error 404!!!
    Not happy :-(

    Gents,
    Maybe yesterday's OTN download service problems are continuing today? Check this Community Feedback Forum announcement: [ Attention: Download Systems Issues|http://forums.oracle.com/forums/ann.jspa?annID=897|Doh!]
    Regards,
    John P.
    [http://only4left.jpiwowar.com|http://only4left.jpiwowar.com|Shameless plug for my low-volume blog]

  • Is Oracle9i Enterprise for Linux packaged right?

    I've downloaded Linux9i_Disk1.cpio.gz several times, but when I
    try to gunzip it I get an "Unexpected end of file message"-
    If this is a problem that only I'm getting, why don't you package
    Disk1 and Disk3 in one Disk file, Disk 1 has 412 MB and Disk3 has
    82 MB, so together they fit in one CD.
    I really think that there's a problem.
    Thanks

    May I then suggest that you change the directions for extracting the files ?
    At http://otn.oracle.com/software/products/oracle9i/htdocs/linuxsoft.html you explicitly state:
    Directions to extract the files
    1. Run "gunzip <filename>" on all the files.
    - Eg.: gunzip Linux9i_Disk1.cpio.gz
    2. Extract the cpio archives with the command "cpio -idmv < <filename>"
    - Eg.: cpio -idmv <Linux9i_Disk1.cpio
    3. Please read Oracle9i Database Release Notes Release 9.0.1 for Linux before installing
    Which is obviously incorrect.
    Regards

  • Linux Download Page appears broken.

    Hi.
    I've been attempting to download Skype for Linux.
    I can get to the download page with no problem.
    I'm presented with a list of Linux distributions, from a pop down list.
    This is as far as things go.  No download commences, and there is no download button.
    I've tried 5 different Internet browsers so far, and I have the same response from them all.  The Linux download page is behaving like a facade with nothing behind it.
    Any ideas?
    Solved!
    Go to Solution.

    twtonicr wrote:
    Why does this have an "Accepted Solution"?  That is not the solution, it's an incorrect assessment of the problem.
    I've got the same problem here, so have many others.  There are no network restrictions my end, no proxy in use.  The download page only allows selection from a drop-down but performs no action after selection.  The site code is broken.
    Also Ubuntu 12.04 is the latest version offered?  That's 2 years old.  the latest LTS (Long Term Service) release of Ubuntu is 14.04
    Ditto that. And, as usual, no one from the skype itself is listening.

  • Setting file name for a downloaded file

    I've set up a file download using code I've gleaned from jsf forums. However, the file name is not being set correctly. When the user downloads File.doc, it shows up as downloadPage.jsf. Am I setting the header correctly?
    public class VendorInfoBean extends AbstractViewController {
        public VendorInfoBean() {
        public String downloadVendorApp() {
            ExternalContext context = getExternalContext();
            String path = context.getInitParameter("externalFiles");
            String filename = "Vendor_Application_e_Form.doc";
            String fullFileName = path + filename;
            File file = new File(fullFileName);
            HttpServletResponse response = (HttpServletResponse) context.getResponse();
            response.setHeader("Content-Disposition", "attachment;filename=\"" + filename + "\"");
            response.setContentLength((int) file.length());
            response.setContentType("application/msword");
            try {
                FileInputStream in = new FileInputStream(file);
                OutputStream out = response.getOutputStream();
                // Copy the contents of the file to the output stream
                byte[] buf = new byte[1024];
                int count;
                while ((count = in.read(buf)) >= 0) {
                    out.write(buf, 0, count);
                in.close();
                //out.write(bytes);
                out.flush();
                out.close();
                FacesContext.getCurrentInstance().responseComplete();
            } catch (IOException ex) {
                ex.printStackTrace();
            return null;
    }

    StringBuffer sbFilename = new StringBuffer();
         sbFilename.append("adeem");
         sbFilename.append(".doc");
    StringBuffer sbContentDispValue = new StringBuffer();
         sbContentDispValue.append("attachment");
         sbContentDispValue.append("; filename=");
         sbContentDispValue.append(sbFilename);
    HttpServletResponse response = (HttpServletResponse) context.getResponse();
    response.setHeader("Content-Disposition", sbContentDispValue.toString());
    i think this will work .. if not let me know i will give some code that will work for u then ...

  • Oracle 8i Lite for Linux, Is it available?

    Hi all,
    Wanted to know if Oracle 8i Lite is available for Linux.
    Thanks

    Hi DH,
    On Oracle 8.1.5 the Oracle client is on the same CD as the Oracle server. I didn't receive the 8.1.6 version yet, but I expect its not any different.
    When you run the OUI, you get the options 'Oracle8i Enterprise Edition', 'Oracle Client' and ;Oracle Programmer'. Just select Oracle Client, and the client will be installed
    Rob

  • Oracle 8i lite for linux

    Is oracle 8i/9i lite available for linux
    Thanks
    Sekar
    null

    ..That is if the dates are not pushed back once again. I doubt
    it this time..
    null

  • Oracle Rdb for NT - Download files not found

    The following Message was received for ALL "Rdb for NT" zip file download attempts:
    "The file was not found on the server"
    One of the download URLs is:
    http://download.oracle.com/otn/downloads/rdb/rdbworkbench.zip
    WHAT HAPPENED TO THE ORacle Rdb zip files????
    WOULD ANYONE ON THE FORUM HAVE THESE ZIP FILES TO SEND TO ME??
    Thanks!!!
    William Haase
    Oracle Rdb DBA
    [email protected]

    William,
    Sorry - you are correct and we have now verified the files are working. You will need to download them again from http://otn.oracle.com/software/htdocs/devlic.html?/software/products/rdbnt8/htdocs/winsoft.html
    OTN

  • Linux: downloaded files open with the wrong application

    I'm using Firefox 31.0 on Ubuntu 14.04.
    I've downloaded a DJVU-file. The filetype association on my PC is to open it in evince. However, when I use the drop-down download menu in the toolbar, where the last downloads are listed, to open the DJVU file, it is opened with gedit. If I select "Show All Downloads" and double-click the downloaded DJVU in the window that opens up, then it is correctly opened in evince.
    What happens here? Why does Firefox use gedit for the drop-down list but the correct application in the library window? How can I fix this?

    Thank you for your reply!
    Well, this is not precisely what I wanted to do: my option in the Application settings is set to "Always ask", and this is what I would like Firefox to do. However, after the file is saved, I expect that it is opened with my system's default application for DJVU files, but Firefox just keeps opening it with the text editor (gedit) if I click on the file in the download drop-down menu in the toolbar.
    Meanwhile, I have figured out how to fix it, however I find that this should work from the beginning without having to fix it.
    The problem was that in the application settings there was no default application set for that file type, although my system specifies one (see first picture).
    After I have selected "User other..." and set it to my preferred programme for DJVU files (evince), the menu has changed (see second picture). Now, even if I leave the option "Always ask" set, the correct application is used for opening that file type.
    There are several questions which I am wondering about:
    1) Why is this not set to system's default application if the user has not manually specified anything else? I think using the text editor instead is not the best option.
    2) Why is the behavior in the downloads window (="Library") different from the drop-down menu? Even with the default programme not set in the applications preferences, clicking on the file in the downloads windows opens system's default programme.
    I am not sure if this is the desired behavior, for me it seems slightly inconsistent.

  • Apply FileFilter for FileReference Download file

    I want to apply particular File Filter for FileReference
    class when i am downloading file.
    When i download my file it should be save in XML format only.
    How can i do this?
    Thanks,
    Nirav

    Hi Bonnie,
    when using download:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/FileReference .html?#download()
    2038 IOError would be returned - at least as far as I can tell - if server returns:
    HTTP/1.1 404 Not Found
    status code that error would be thrown and then dispatched (but it won't contains 404 specific information - instead some general IO error for server url will be provided). So add IOErrorEvent.IO_ERROR to your FileReference instance - that is something you could try,
    hth,
    kind regards,
    Peter

  • Variable path for up/downloading file

    Hi,
    i´ve developed a report that reads a file from a folder (input folder), then processes the data and finally deletes this file (from input folder) and downloads it to a new folder (output folder).
    If user decides to use a new path for up/download how can i control this new situation? via a table storing different paths?
    Any suggestion will be welcomed.
    Best regards.

    Hi everyone,
    you're right, I've faced this issue several times before, and this is how I achieved it:
    * Selection-screen
    PARAMETERS: p_fileup LIKE rlgrap-filename OBLIGATORY,
                p_filedn LIKE rlgrap-filename OBLIGATORY.
    * Events
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_fileup.
      PERFORM f4_fichero USING p_fileup.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_filedn.
      PERFORM f4_fichero USING p_filedn.
    * Main program
    START-OF-SELECTION.
      PERFORM carga_fichero.
    *... further processing
      PERFORM descarga_fichero_errores.
    * Routines
    *&      Form  f4_fichero
    *       text
    *      -->_FILE  text
    FORM f4_fichero USING _file.
      DATA: l_subrc TYPE n.
      CALL FUNCTION 'KD_GET_FILENAME_ON_F4'
    *   EXPORTING
    *     PROGRAM_NAME        = sy-cprog
    *     DYNPRO_NUMBER       = sy-dynnr
    *     FIELD_NAME          = ' '
    *     STATIC              = ' '
    *     MASK                = ' '
        CHANGING
          file_name           = _file
        EXCEPTIONS
          mask_too_long       = 1
          error_message       = 2
          OTHERS              = 3.
      IF sy-subrc <> 0.
        l_subrc = sy-subrc.
        MESSAGE e000(zf)
          WITH 'Error en función'(200)
               'KD_GET_FILENAME_ON_F4'
               'SY-SUBRC:'(201)
               l_subrc.
      ENDIF.
    ENDFORM.                    " f4_fichero
    *&      Form  carga_fichero
    *       text
    FORM carga_fichero.
      DATA: l_subrc TYPE n.
      DATA: l_filename TYPE string.
      l_filename = p_fileup.
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          filename                      = l_filename
          filetype                      = 'ASC'
          has_field_separator           = c_yes
    *     HEADER_LENGTH                 = 0
    *     READ_BY_LINE                  = 'X'
    *   IMPORTING
    *     FILELENGTH                    =
    *     HEADER                        =
        TABLES
          data_tab                      = t_fichero
        EXCEPTIONS
          file_open_error               = 1
          file_read_error               = 2
          no_batch                      = 3
          gui_refuse_filetransfer       = 4
          invalid_type                  = 5
          no_authority                  = 6
          unknown_error                 = 7
          bad_data_format               = 8
          header_not_allowed            = 9
          separator_not_allowed         = 10
          header_too_long               = 11
          unknown_dp_error              = 12
          access_denied                 = 13
          dp_out_of_memory              = 14
          disk_full                     = 15
          dp_timeout                    = 16
          error_message                 = 17
          OTHERS                        = 18.
      IF sy-subrc <> 0.
        l_subrc = sy-subrc.
        MESSAGE e000(zf)
          WITH 'Error en función'(200)
               'GUI_UPLOAD'
               'SY-SUBRC:'(201)
               l_subrc.
      ENDIF.
    ENDFORM.                    " carga_fichero
    *&      Form  descarga_fichero_errores
    *       text
    FORM descarga_fichero_errores.
      DATA: l_subrc TYPE n.
      DATA: l_filename TYPE string.
      DATA: lt_fichero LIKE e_fichero_entrada OCCURS 200 WITH HEADER LINE.
      l_filename = p_filedn.
      LOOP AT t_fichero WHERE NOT xerror IS initial.
        CLEAR: lt_fichero.
        MOVE-CORRESPONDING t_fichero TO lt_fichero.
        APPEND lt_fichero.
      ENDLOOP.
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
    *     BIN_FILESIZE                  =
          filename                      = l_filename
          filetype                      = 'ASC'
    *     APPEND                        = ' '
          write_field_separator         = c_yes
    *     HEADER                        = '00'
    *     TRUNC_TRAILING_BLANKS         = ' '
    *     WRITE_LF                      = 'X'
    *     COL_SELECT                    = ' '
    *     COL_SELECT_MASK               = ' '
    *   IMPORTING
    *     FILELENGTH                    =
        TABLES
          data_tab                      = lt_fichero
        EXCEPTIONS
          file_write_error              = 1
          no_batch                      = 2
          gui_refuse_filetransfer       = 3
          invalid_type                  = 4
          no_authority                  = 5
          unknown_error                 = 6
          header_not_allowed            = 7
          separator_not_allowed         = 8
          filesize_not_allowed          = 9
          header_too_long               = 10
          dp_error_create               = 11
          dp_error_send                 = 12
          dp_error_write                = 13
          unknown_dp_error              = 14
          access_denied                 = 15
          dp_out_of_memory              = 16
          disk_full                     = 17
          dp_timeout                    = 18
          file_not_found                = 19
          dataprovider_exception        = 20
          control_flush_error           = 21
          error_message                 = 22
          OTHERS                        = 23.
      IF sy-subrc <> 0.
        l_subrc = sy-subrc.
        MESSAGE e000(zf)
          WITH 'Error en función'(200)
               'GUI_DOWNLOAD'
               'SY-SUBRC:'(201)
               l_subrc.
      ENDIF.
    ENDFORM.                    " descarga_fichero_errores
    The thing is, I ask for 2 paths: input file and error in output file. Then I code some f4* routines. Then I upload the input file (f4_carga_fichero), do the processing, and finally I loop at the records with error and download these records via form descarga_fichero_errores.
    I hope it helps. BR,
    Alvaro
    PS: Pablo->Forza Atleti!

  • My C drive is 19.5 GB. xp sp3 took 5.05 GB.Firefox also installed here . There's no room for new downloaded files.So I changed the save to option in another drive. Still when downloading large files 'low disk space' message shown.

    suppose I want to download a 4 or 5 GB file,in C:/ there is usually 2 or 3 GB left.So I changed the directory of saved files to E:/.Still low space problem occurs and the newly downloaded file is not saved.A low disk space message is shown.Why is this showing?How to resolve this?

    in options under the "general" tab change the download folder,if that does not help change the option to "ask every time".I recommended to use DAP to download your files its great and accelerates your speed quite a lot.
    link: www.speedbit.com

  • Where is 9iAS for Linux download ????

    what the hell where is it ????

    This is copied from the Oracle Technet Linux discussion group --
    posted June 12, 2001 11:31 AM
    James,
    We are looking to get iAS 1.0.2.2 out in a couple of weeks. It does have some important enhancements.
    In the mean time please use 1.0.2. Many of the major issues were resolved 1.0.2.1 release were incorporated in the 1.0.2.0.0 release for Linux.
    Regards,
    Josue Amaro
    Linux Products Manager
    Oracle Corp
    null

  • Why Open / Save dialog for a download file does not work in IE

    Hi
    have a problem of opening the file downloaded in IE. However I am able to save it to my desktop and open it. I am not able to directly open it when I click on OPEN button.
    when I do some research, I have found that the file is getting saved at …. C:\Documents and Settings\skadiy000\Local Settings\Temp
    where as IE 6.x is looking at ….. C:\Documents and Settings\skadiy000\Local Settings\Temp\Temporary Internet Files\Content.IE5\some new folder
    Working well with Firefox 3.x.
    I am using Spring 2.5 with Spring WebFlow 2.0.3 and JExcel.
    Appreciate inputs.
    Thanks in advance

    Hello Patrick,
    I've used the file browse item in the IE6 environment in the past, and I'm using it today with IE7, without any problems, so I don't think this is an IE bug. I also don't think it has anything to do with the popup blocker, as the save window is a modal one, and not a popup.
    I can't think, right now, of any specific security parameter that will prevent the opening of the save window, but if the other computers you tried this page on, are all connected to the same network (for example) I would start looking there.
    Regards,
    Arie.

  • Can I force Mac O/S to use Adobe Reader for a downloaded file?

    We are having problems with students who use Macs downloading PDF forms from our website and then saving them from Preview instead of Reader.  There is a known bug in Preview on the Mac O/S, in that it corrupts PDF forms when it saves them.  So when these students upload, the files don't work properly.  I would like to do something (perhaps setting a special MIME type?) that would force the Safari browser to open the file using Adobe Reader instead of Preview.  Is there a way to do this?

    As Michael says, no. However you can go into each computer while no students in the Room/Lab open a Group of PDF and from finder choose Get summary info.  then click on open with and choose Acrobat or Reader.
    see this: http://www.screencast.com/t/rUKY3wdeEq
    Now click on the button below with title Change All then quit out of get info.
    Now when they download and open PDF's  they will automatically open with Reader.
    You have to select a group of at least 5 or 6.  And make sure any saved PDF have a mix of PDF icons (Adobe and preview).
    Do with each computer affected.

Maybe you are looking for

  • MRP Type V1 - How to take open Purchase Orders into consideration

    hi I'm having a problem with a material which is setup as MRP type V1. When running MRP using NEUPL a purchase requisition is created as expected based on re-order point on the material master. At this point the Purchase Req is converted to a PO, but

  • Changes in PO

    Hi all Can I make changes to PO after GR/IR? Can I change the tax code in PO after the GRN is made? What will be the effects on GR/IR if PO is changed?

  • Javadocs...urgent!!

    Is there anyway to create Javadocs without using dos?? i.e. by including code in my application classes to create Javadocs automatically?? I've never created Javadocs before and all the code examples on the site seem to use commands in dos to create

  • Downloaded yosemite and mail application not responding? will not open can any one help?

    downloaded yosemite and mail application not responding? will not open can any one help?

  • Saving in Blu-Ray format

    Final Cut Studio HD has an encoder that supports Blu-Ray format. So, if I purcfhase Final Cut Studio, is it possible to burn a Blu-Ray disk... or just to save media in a Blu-Ray format? Is there something like.. "an external blue ray burner?"