How to UNZIP broken archive?

Unrar can extract files from broken archive ("-kb" option, keep broken).
$ unrar x -kb half-downloaded-file.rar
How to extract files from broken ZIP?

JGC, thanks! It works fine!
tigrmesh wrote:The last time I had a broken ZIP archive, I was able to open it in Windows...
SpookyET wrote:Oh boy. Install wine. Install WinRAR. The zip files may not be broken, but they may use a newer zip file format that unzip cannot understand.
What are you talkin' about?

Similar Messages

  • How to unzip 20 gig OBIEE archive on Linux?

    Dear Experts,
    On Redhat 6.4, I've installed Virtual Box.
    And, downloaded the OBIEE vm from here:
    http://www.oracle.com/technetwork/middleware/bi-foundation/obiee-samples-167534.html
    OBIEE 11.1.1.6.2 BP1 - Sample Application (V207)
    SampleApp V207 VirtualBox Image
    (turnkey virtual environment with full SampleApp preconfigured)
    The files are:
    ls -l
    total 22926452
    -rw-r--r--. 1 root root 943 May 4 16:18 notes.txt
    -rw-r--r--. 1 root root 1463450 May 4 16:18 sampleapp207-deploymentguide-1719589.pdf
    -rw-------. 1 root root 2147483648 May 4 16:18 SampleAppv207GA_OBI_BP1.zip.001
    -rw-------. 1 root root 2147483648 May 4 16:18 SampleAppv207GA_OBI_BP1.zip.002
    -rw-------. 1 root root 2147483648 May 4 16:19 SampleAppv207GA_OBI_BP1.zip.003
    -rw-------. 1 root root 2147483648 May 4 16:20 SampleAppv207GA_OBI_BP1.zip.004
    -rw-------. 1 root root 2147483648 May 4 16:21 SampleAppv207GA_OBI_BP1.zip.005
    -rw-------. 1 root root 2147483648 May 4 16:22 SampleAppv207GA_OBI_BP1.zip.006
    -rw-------. 1 root root 2147483648 May 4 16:23 SampleAppv207GA_OBI_BP1.zip.007
    -rw-------. 1 root root 2147483648 May 4 16:24 SampleAppv207GA_OBI_BP1.zip.008
    -rw-r--r--. 1 root root 2147483648 May 4 16:26 SampleAppv207GA_OBI_BP1.zip.009
    -rw-r--r--. 1 root root 2147483648 May 4 16:27 SampleAppv207GA_OBI_BP1.zip.010
    -rw-r--r--. 1 root root 2000329718 May 6 21:16 SampleAppv207GA_OBI_BP1.zip.011
    -rw-r--r--. 1 root root 3694 May 4 16:28 sampleappv207-ovf-zip-1719677.zip
    The output from md5sum is what it should be.
    I gather that these multiple 2 gig files create one big 22 gig file.
    And that the information on all the files is actually found on the last file.
    I've tried multiple unzip commands to unzip them, to no avail.
    Notes below.
    What is the exact Linux command and syntax to unzip them?
    Thanks a lot.
    unzip SampleAppv207GA_OBI_BP1.zip.001
    End-of-central-directory signature not found. Either this file is not
    a zipfile, or it constitutes one disk of a multi-part archive. In the
    latter case the central directory and zipfile comment will be found on
    the last disk(s) of this archive.
    unzip: cannot find zipfile directory in one of SampleAppv207GA_OBI_BP1.zip.001 or
    SampleAppv207GA_OBI_BP1.zip.001.zip, and cannot find SampleAppv207GA_OBI_BP1.zip.001.ZIP, period.
    unzip SampleAppv207GA_OBI_BP1.zip.011
    Archive: SampleAppv207GA_OBI_BP1.zip.011
    fatal error: read failure while seeking for End-of-centdir-64 signature.
    This zipfile is corrupt.
    unzip: cannot find zipfile directory in one of SampleAppv207GA_OBI_BP1.zip.011 or
    SampleAppv207GA_OBI_BP1.zip.011.zip, and cannot find SampleAppv207GA_OBI_BP1.zip.011.ZIP, period.
    unzip SampleAppv207GA_OBI_BP1.zip
    unzip: cannot find or open SampleAppv207GA_OBI_BP1.zip, SampleAppv207GA_OBI_BP1.zip.zip or SampleAppv207GA_OBI_BP1.zip.ZIP.
    unzip -l sampleappv207-ovf-zip-1719677.zip
    Archive: sampleappv207-ovf-zip-1719677.zip
    Length Date Time Name
    16455 07-26-2012 10:41 SampleAppv207_OBI_BP1.ovf
    16455 1 file
    unzip SampleAppv207GA_OBI_BP1.ovf
    unzip: cannot find or open SampleAppv207GA_OBI_BP1.ovf, SampleAppv207GA_OBI_BP1.ovf.zip or SampleAppv207GA_OBI_BP1.ovf.ZIP.
    unzip -l *.zip*
    Archive: SampleAppv207GA_OBI_BP1.zip.001
    End-of-central-directory signature not found. Either this file is not
    a zipfile, or it constitutes one disk of a multi-part archive. In the
    latter case the central directory and zipfile comment will be found on
    the last disk(s) of this archive.
    unzip: cannot find zipfile directory in one of SampleAppv207GA_OBI_BP1.zip.001 or
    SampleAppv207GA_OBI_BP1.zip.001.zip, and cannot find SampleAppv207GA_OBI_BP1.zip.001.ZIP, period.
    unzip -l *.zip.011
    Archive: SampleAppv207GA_OBI_BP1.zip.011
    fatal error: read failure while seeking for End-of-centdir-64 signature.
    This zipfile is corrupt.
    unzip: cannot find zipfile directory in one of SampleAppv207GA_OBI_BP1.zip.011 or
    SampleAppv207GA_OBI_BP1.zip.011.zip, and cannot find SampleAppv207GA_OBI_BP1.zip.011.ZIP, period.

    Yes, after successfully unzipping on Windows before, I
    knew that I could use Windows as a possible work around.
    However. Windows is NTFS. Redhat does not work with it.
    So, at least two 20 gig copies would be required.
    To FAT32.
    Then to ext4.
    Each a different file system.
    Check sum errors anyone?
    The idea of contacting Oracle was to hopefully
    get in contact with the people who originally
    created the zip archive.
    If they ran the commands to:
    22 gig file -> 11 file archive of 2 gig files
    You would think that they would also know how to:
    11 file archive of 2 gig files -> 22 gig file
    Is anyone in contact with them?
    If so, what is the the correct answer?

  • How to Unzip a Mac OS X Archive in Java

    I have a JAR with install pieces that I'm unzipping during installation. Simple enough. Except that one of them is a little OS X utility app & the app doesn't work. It seems that OS X includes "extras" under the file "MACOSX__", which is visible in the archive (causes non-Mac uses no end of annoyance). Unzipping the archive in the Mac's Finder or via the Mac's command line uncompresses the stuff correctly, but in Java, there's no inherent knowledge of the Mac parts. So is there a technical page on that somewhere? How can I restore the "MACOSX__" stuff so that the compressed app actually runs again?
    Thanks, Dan

    user13509659 wrote:
    ...Alternatively, it would be really great to see Oracle step up to the plate & take over Mac support, since Apple is apparently stepping out. Hello, Oracle? Anybody home?Did you miss the news - Apple & Oracle are putting Mac OS X's JDK 7 port under the OpenJDK project although "...Java SE 6 will continue to be available from Apple for Mac OS X Snow Leopard® and the upcoming release of Mac OS X Lion..."
    You may want to ask on the mailing list for openjdk.java.net/projects/macosx-port/ if JDK7 for Mac will support the Mac-specific archive component you mentioned?

  • UnZipping an archive with folders inside

    Hello, everyone.
    A friend of mine asked me to create him an "auto-downloader" type of program, to download a ZIP archive, then extract the information to the user's computer (no, it is not harmful).
    Anyways, I've been trying mutliple ways, and I've come pretty far with the one I'm currently using. The only problem is, I'm using user.home as the file location for the zip, and creating a folder in there seems to just not want to work. This is the only way I could think of doing it, but I'm sure there are easier ways.. here's what I'm using:
    import java.awt.BorderLayout;
    import java.awt.Dimension;
    import java.io.BufferedInputStream;
    import java.io.File;
    import java.io.FileInputStream;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.io.InputStream;
    import java.net.URL;
    import java.net.URLConnection;
    import java.util.zip.ZipEntry;
    import java.util.zip.ZipInputStream;
    import javax.swing.JFrame;
    import javax.swing.JProgressBar;
    public class Updater extends Thread {
         private String name;
         public void get(String url, String fileName) {
              name = fileName;
              JFrame frame = new JFrame(name.replaceAll(".zip", "") + " update");
              frame.setLocationRelativeTo(null);
              frame.setLayout(new BorderLayout());
              frame.setPreferredSize(new Dimension(500, 80));
              frame.setResizable(false);
              frame.setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE);
              Client client = new Client();
              ClassLoader cl = getClass().getClassLoader();
              try {
                   URLConnection connection = (new URL(url)).openConnection();
                   String f[] = url.split("/");
                   File file = new File(f[f.length - 1]);
                   int length = connection.getContentLength();
                   InputStream instream = connection.getInputStream();
                   try {
                        new File(updatedDirectory()).mkdir();
                   } catch (Exception e) {
                        e.printStackTrace();
                   FileOutputStream outstream = new FileOutputStream(updatedDirectory() + file);
                   int size = 0;
                   int copy = 0;
                   JProgressBar bar = new JProgressBar();
                   bar.setStringPainted(true);
                   bar.setMaximum(length);
                   frame.add(bar, "Center");
                   frame.pack();
                   frame.setVisible(true);
                   while ((copy = instream.read()) != -1) {
                        outstream.write(copy);
                        size++;
                        int percentage = (int) (((double) size / (double) length) * 100D);
                        bar.setValue(size);
                        bar.setString("Updating your " + name.replaceAll(".zip", "") + " - " + percentage + "% complete");
                   if (length != size) {
                        instream.close();
                        outstream.close();
                   } else {
                        instream.close();
                        outstream.close();
                        unzip();
                        //System.exit(0);
                        frame.setVisible(false);
              } catch (Exception e) {
                   System.err.println("Error connecting to update server.");
                   e.printStackTrace();
         private void unzip() {
              try {
                   System.out.println(updatedDirectory() + "animations\\raw");
                   InputStream in = new BufferedInputStream(new FileInputStream(updatedDirectory() + name));
                   ZipInputStream zin = new ZipInputStream(in);
                   ZipEntry e;
                   //new File(updatedDirectory() + name.replaceAll(".zip", "")).mkdir();
                   if (!new File(updatedDirectory() + "animations\\raw").exists()) {
                        if (new File(updatedDirectory() + "animations\\raw").mkdir()) {
                             System.out.println("worked");
                        } else {
                             System.out.println("nope");
                   while ((e = zin.getNextEntry()) != null) {
                        unzip(zin, updatedDirectory() + e.getName());
                   zin.close();
              } catch (Exception e) {
                   e.printStackTrace();
         private void unzip(ZipInputStream zin, String s) throws IOException {
              FileOutputStream out = new FileOutputStream(s);
              byte[] b = new byte[1024];
              int len = 0;
              while ((len = zin.read(b)) != -1) {
                   out.write(b, 0, len);
              out.close();
         public final String updatedDirectory() {
              //File file = new File(System.getProperty("user.home") + "\\info\\");
              File file = new File("..\\");
              if (file.exists() || file.mkdir()) {
                   //return System.getProperty("user.home") + "\\info\\";
                   return "..\\";
              return null;
    }Here's the ZIP archive I'm trying to download: http://www.2shared.com/file/Qu1cSWcl/cache.html
    If what I've said before doesn't make sense (mind you me, it's 4 am and I'm about to crawl into bed), then I'll try to sum it up in a few short words below.
    I'm trying to extract a ZIP archive with folders, every time I do, it stops halfway through and throws an error similar to this:
    invalid cache index specified
    ..\animations\raw
    java.io.FileNotFoundException: ..\animations\raw (The system cannot find the pat
    h specified)
            at java.io.FileOutputStream.open(Native Method)
            at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
            at java.io.FileOutputStream.<init>(FileOutputStream.java:70)
            at Updater.unzip(Updater.java:99)
            at Updater.unzip(Updater.java:90)
            at Updater.get(Updater.java:64)
            at Client.main(Client.java:2548)
    Press any key to continue . . .I'm just trying to be able to extract cache (ZIP ARCHIVE) which has folders inside. I've tried creating a directory for the folder, but it seems to not work, hence the "?" in the above error (i printed that if the directory failed to create a new directory, as seen in my above code). Once again, sorry if this isn't as understandable as it should be, I'm not myself without sleep :)
    Also, do ignore the first print, 'invalid cache index specified', it's not related to the problem.
    Edited by: aeternaly on Jul 2, 2010 4:04 AM

    So your question is really about how to make a directory, then. Nothing at all to do with unzipping of archives.
    If you can't create a directory, then perhaps there is some permissions problem. You don't have the authority to create directories in some directory. Or perhaps you're trying to use a name which isn't a valid directory name in your system. Or... there are many other possibilities. But anyway I recommend tossing all of that unzipping business out of your program and just trying to write something which creates a directory. Debug that first.

  • Unzipping the archive doesn't work

    Hi all,
    I just downloaded both windows versions of the new release of the program but when I try to unzip the archive it gives an error.
    I tried with winrar, zipgenius and zipcentral but none of them are able to unzip it.
    Any idea how to resolve this?
    Thanks

    That would be a CRC error. I'd say: download again, since mine (and everybody else's) works correctly. However you say you got the same problem with the one that has the JDK included... is the extraction failing on the same file? If so, maybe someone at Oracle is fondling with the files? If not, I'd say you got really bad luck or a really bad Internet connection (so keep trying until you get it right).
    K.

  • *HOW TO DELETE THE ARCHIVE LOGS ON THE STANDBY*

    HOW TO DELETE THE ARCHIVE LOGS ON THE STANDBY
    I have set the RMAN CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON STANDBY; on my physical standby server.
    My archivelog files are not deleted on standby.
    I have set the CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default on the Primary server.
    I've checked the archivelogs with the FRA and they are not beign deleted on the STANDBY. Do I have to do something for the configuation to take effect? Like run a RMAN backup?
    I've done a lot ofresearch and i'm getting mixed answers. Please help. Thanks in advanced.
    J

    Setting the Policy will not delete the Archive logs on the Standby. ( I found a thread where the Data Guard product manager says "The deletion policy on both sides will do what you want" ). However I still
    like to clean them off with RMAN.
    I would use RMAN to delete them so that it can use that Policy are you are protected in case of Gap, transport issue etc.
    There are many ways to do this. You can simply run RMAN and have it clean out the Archive.
    Example :
    #!/bin/bash
    # Name: db_rman_arch_standby.sh
    # Purpose: Database rman backup
    # Usage : db_rman_arch_standby <DBNAME>
    if [ "$1" ]
    then DBNAME=$1
    else
    echo "basename $0 : Syntax error : use . db_rman_full <DBNAME> "
    exit 1
    fi
    . /u01/app/oracle/dba_tool/env/${DBNAME}.env
    echo ${DBNAME}
    MAILHEADER="Archive_cleanup_on_STANDBY_${DBNAME}"
    echo "Starting RMAN..."
    $ORACLE_HOME/bin/rman target / catalog <user>/<password>@<catalog> << EOF
    delete noprompt ARCHIVELOG UNTIL TIME 'SYSDATE-8';
    exit
    EOF
    echo `date`
    echo
    echo 'End of archive cleanup on STANDBY'
    mailx -s ${MAILHEADER} $MAILTO < /tmp/rmandbarchstandby.out
    # End of ScriptThis uses ( calls an ENV) so the crontab has an environment.
    Example ( STANDBY.env )
    ORACLE_BASE=/u01/app/oracle
    ULIMIT=unlimited
    ORACLE_SID=STANDBY
    ORACLE_HOME=$ORACLE_BASE/product/11.2.0.2
    ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
    LIBPATH=$LD_LIBRARY_PATH:/usr/lib
    TNS_ADMIN=$ORACLE_HOME/network/admin
    PATH=$ORACLE_HOME/bin:$ORACLE_BASE/dba_tool/bin:/bin:/usr/bin:/usr/ccs/bin:/etc:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin/X11:/sbin:/usr/lbin:/GNU/bin/make:/u01/app/oracle/dba_tool/bin:/home/oracle/utils/SCRIPTS:/usr/local/bin:.
    #export TERM=linux=80x25 wrong wrong wrong wrong wrong
    export TERM=vt100
    export ORACLE_BASE ORACLE_SID ORACLE_TERM ULIMIT
    export ORACLE_HOME
    export LIBPATH LD_LIBRARY_PATH ORA_NLS33
    export TNS_ADMIN
    export PATH
    export MAILTO=?? your email hereNote use the env command in Unix to get you settings.
    There are probably ten other/better ways to do this, but this works.
    other options ( you decide )
    Configure RMAN to purge archivelogs after applied on standby [ID 728053.1]
    http://www.oracle.com/technetwork/database/features/availability/rman-dataguard-10g-wp-1-129486.pdf
    Maintenance Of Archivelogs On Standby Databases [ID 464668.1]
    Tip I don't care myself but in some of the other forums people seem to mind if you use all caps in the subject. They say it shouting. My take is if somebody is shouting at me I'm probably going to just move away.
    Best Regards
    mseberg
    Edited by: mseberg on May 8, 2012 11:53 AM
    Edited by: mseberg on May 8, 2012 11:56 AM

  • How to unzip   using flex

    How to unzip a zip archve

    Hi, strange I didn't find any answer in the forum, so I paste my code :
    You should first read the zip file and put its content into  i_zip_file_xstring variable of type xstring
      DATA lo_zip TYPE REF TO cl_abap_zip.
      DATA lt_zip_file TYPE cl_abap_zip=>t_files.
      DATA ls_zip_file TYPE LINE OF cl_abap_zip=>t_files.
      DATA l_xstring TYPE xstring.
      CREATE OBJECT lo_zip.
      CALL METHOD lo_zip->load
        EXPORTING
          zip             = i_zip_file_xstring
        EXCEPTIONS
          zip_parse_error = 1
          OTHERS          = 2.
      LOOP AT lo_zip->files INTO ls_zip_file.
        WRITE : / ls_zip_file-name, ls_zip_file-date, ls_zip_file-time, ls_zip_file-size.
    * unzip file, put its unzipped content into L_XSTRING
        CALL METHOD lo_zip->get
          EXPORTING
            name                    = ls_zip_file-name
          IMPORTING
            content                 = l_xstring
          EXCEPTIONS
            zip_index_error         = 1
            zip_decompression_error = 2
            OTHERS                  = 3.
    *>>>>>>>>>>>>>>
    * PUT YOUR CODE HERE TO PROCESS the L_XSTRING variable which contains each unzipped file
    *<<<<<<<<<<<<<<
      ENDLOOP.

  • How to Call Livelink Archive Java Viewer(IXOS-JavaViewer Applet )

    Hi,
    I want you to teach,How to call Livelink Archive Java Viewer(IXOS-JavaViewer Applet)
    I want to call it in the following images.
    When the button is pushed, I want to call Livelink Archive Java Viewer.
    The method was not able to be taught though it inquired of the help desk of
    IXOS.
    Please teach me!
    Reagard

    Hi Tomohiro,
    Is this issue being resolved? which version of ixos server and viewer are you using?
    regards,
    Jess

  • How to set no archive log in MS SQL

    Dear Gurus,
    I'll already did the support package upgrade and need to run the SGEN.But before that I'll need to set the archive log in MS SQL 2005 database.
    Kindly please help me,how to set "no archive log " in MS SQL .Then I can run the SGEN.After that how to revert back to "enable archive log mode".
    All the posting told about the archive log with Oracle.
    Thanks
    /Shah

    Hi Shah,
    In MS SQL Server, Transaction log is used to write log files.
    For eg., Intially if you allocate 10GB to the Tr.Log and can set the limit based on your requirement, say as 11GB. It means it wont grow beyond the point 11GB.
    If you take a transactional log backup, the data present in the 10GB file is freed up, but the size of the file would remain same.
    This can be truncated by shrinking the log file.
    1. Open SQL Mgmt studio.
    2. Right click on the DB(SID)> Tasks>Shrink-->Files.
    3. Choose "Log" in the file type and "Log File Name" in the Filename column.
    4. Shrink Action should be "Release Unused Space"
    5. Then Click Ok. The unused space will be released.
    The Transaction log can be switched off by changing the Recovery Model to "SIMPLE"
    1. Click on the DB(SID)
    2. Properties>Options>Recovery Model.
    3. If the recovery model is set to Simple, the Transaction log wont be written.
    Hope this would help you. Revert for any other clarification.
    Regards,
    Kamesh

  • How do we do Archiving the system logs in SAP-BW

    Hi All
    How do we do Archiving the system logs in SAP-BW.
    Can anyone will let me know reagrding this
    If you have any docs also pls forward to my id [email protected]
    Thanks & Regards
    Balji

    Balaji,
    What is the landscape you have ?
    Windows / Unix / Solaris etc ?
    Also there are a lot of logs that are generated:
    Archive log ,
    System Log,
    Transaction log etc...
    The usual procedure is to copy them into another location and then delete the original file , the system will usually recreate the log and start logging new entries..
    Arun
    Hope it helps...

  • How to UnZip Binary Distribution?

    I have downloaded the Binary distribution, but I can't figure out how to unzip it. My OS is windows XP. Thank you.

    I use this:
    http://www.7-zip.org/

  • How to unzip  a .tar.tar file

    Hi ,
    I have downloaded jexel api from net. But it come as jexcelapi_2_5_9.tar.tar. i tried to unzip using winzip. But its not working. Can anybody tell how to unzip this?

    Winzip knows how to read tar files.
    This is just a wild guess, but try this:
    - Copy the file, and rename it jexcelapi_2_5_9.tar.gz
    - You may have to do this in cmd.exe because the Windows graphical shell often screws up file names
    - Then use WinZip on the copy of the file with the new name.
    I'm thinking that maybe when you downloaded the file the filename got corrupted.

  • How to unzip gz (gunzip ) file

    Hi Everybody,
                             can anybody please tell me how to unzip file with gz (gunzip) extension.I have tried to unarchive by using powerarchive and unzip tools.I even tried gzip tool. Please help me .
    S. Singh

    Hi Sukhwinder,
    For this first intall gunzip. A free version is available here:
    http://www.gzip.org/
    After intallation go to cmd promp and transfer to the path where gzip is installed.
    Finally type in gzip -d <full path of the file to be decompressed>.
    Regards.
    Ruchit.

  • How to unzip a file

    please tell me how to unzip a downloaded file on a macbook pro.

    Click on it.  If that does not work, Download THE UNARCHIVER from the app store.
    Ciao.

  • Time machine How can a make archive so I can restore if needed?

    time machine How can a make archive so I can restore if needed?
    I have had time machine disappear several times in the past
    I would like to make an archive so if needed I can restore the oldest parts of the files.

    They are mutually exclusive. I run my bootable clones on an occasional basis although they can be scheduled. If you put them on one external drive, partition it so each has its own space.
    Barry

Maybe you are looking for

  • Does Bridge CC have more text animation presets then Bridge CS6?

    so I upgrade from CS6 to CC and did not install Bridge CC. Then while in After Effects CC I try to view the text animation presets, but window informs me I do not have Bridge CC installed. I then download and install Bridge CC and view the animation

  • Leopard Resources Management issue

    I have using Leopard for about a month, I don't know if any other user has same issue with me, here is my problem with my Leopard: - first time boot, my system has over than 1.5GB free memory - I opened an application such as NetBeans, XCODE, ADOBE p

  • Manage AUDIT using  different user

    Dear Friends , I have to run audit trail in my production database which only gathered user session related information . I just run following two lines as 'SYS' user : SQL> conn sys/password as sysdba SQL> audit session whenever successful; Audit su

  • KE30 report is not matching with KE24

    Hi Experts, In our Production System erroneously, COPA documents were archived during September 2010 (01.09.2010 to 16.09.2010). Subsequently, these documents were re-created by SAP Standard transactionsKE4S and KE4SFI. Before and after restoring COP

  • Oracle 10g / RH9 : No pre-requisite checks found in oraparam.ini

    Hi, When I was trying to run the ./runInstaller on linux9, it was saying "Starting Oracle Universal Installer... No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed." can anyone please help me in finding the