epoweripione / oracle-instantclient-18

Oracle InstantClient 18c
Other
1 stars 2 forks source link

unzip complains it is not a zipfile #1

Open sktrinh12 opened 4 years ago

sktrinh12 commented 4 years ago

hi, thanks for hosting these files, however, when I try to unzip the file it gives me this:

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 instantclient-basiclite-linux-x64-19.3.0.0.0dbru.zip or
        instantclient-basiclite-linux-19.3.0.0.0dbru.zip.zip, and cannot find instantclient-basiclite-linux-x64-19.3.0.0.0dbru.zip.ZIP, period.

My command was curl -LJO https://github.com/epoweripione/oracle-instantclient-18/blob/master/instantclient-basiclite-linux-x64-19.3.0.0.0dbru.zip

and then unzip instantclient-basiclite-linux.x64-19.3.0.0.0dbru.zip

epoweripione commented 4 years ago

This repo does not contain the file instantclient-basiclite-linux-x64-19.3.0.0.0dbru.zip, please use instantclient-basic-linux.x64-19.3.0.0.0dbru.zip instead.

sktrinh12 commented 4 years ago

great, thanks for the correction. my mistake. I ended using the oracle website and got that working however, because they have the newest version 19.8.0.0, I believe. Thanks again.