Package Details: oracle-instantclient-basic 23.6.0.24.10-1

Git Clone URL: https://aur.archlinux.org/oracle-instantclient-basic.git (read-only, click to copy)
Package Base: oracle-instantclient-basic
Description: Light replacement for the Oracle client (files to run OCI, OCCI and JDBC-OCI programs)
Upstream URL: https://www.oracle.com/at/database/technologies/instant-client/downloads.html
Licenses: custom:OTN
Replaces: instantclient-basic, instantclient-basiclite
Submitter: Malvineous
Maintainer: Malvineous
Last Packager: Malvineous
Votes: 30
Popularity: 0.128556
First Submitted: 2012-03-21 03:58 (UTC)
Last Updated: 2024-11-16 08:07 (UTC)

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

RavuAlHemio commented on 2025-01-13 09:46 (UTC)

Heads up: Oracle appears to have replaced the .zip file with a different one.

They did not increment the version number and while some regional websites (e.g. US) already have the new checksum and file size, others (e.g. Austria) do not.

I'm currently trying to get a support ticket opened to obtain an official answer whether this was intentional.

kmsgli commented on 2024-12-24 19:07 (UTC)

@Malvineous using the oracle repo is super handy thanks for hosting it its a huge time saver. Any chance you want to add php-oci8 to that repo? Thanks

Malvineous commented on 2024-12-17 03:01 (UTC)

Sure. I think they are just JDBC support files so you can't use them on their own, so probably not worth including Java in the optdepends. If anyone needs to use the .jar files, they will already have another Java app running that tries to load them, so they'll get the Java dependency via that package.

micwoj92 commented on 2024-12-17 02:27 (UTC) (edited on 2024-12-17 02:27 (UTC) by micwoj92)

Sorry, I don't. I needed this for other package and only noticed this thinking it might be worth pointing out.

Malvineous commented on 2024-12-17 02:01 (UTC)

@micwoj92: How do you use the .jar files? I assumed they were support files for other Java applications, not usable themselves in isolation.

micwoj92 commented on 2024-12-16 19:02 (UTC)

Please consider adding java runtime to (opt) depends, this package contains several jar files.

Malvineous commented on 2024-12-15 01:43 (UTC)

If you want the easiest option you can use the unofficial repo I manage. It got removed from the Archwiki because I haven't found working instructions on how to set up signed packages yet, but you can still see the instructions if you look in the page history: https://wiki.archlinux.org/index.php?title=Oracle_Database_client&oldid=615120

Once you've added that you can just run pacman -Sy to update the repo, then pacman -S oracle-instantclient-sqlplus or whatever and it will install whatever packages you need automatically. From that point on, any time you do a pacman -Syu to upgrade your system, it will pull in any newer Oracle packages automatically.

hockeymikey commented on 2024-12-14 17:35 (UTC)

@Malvineous how? I can't get it, these packages are such a pain to try and upgrade.

Malvineous commented on 2024-05-14 12:45 (UTC)

@Nyyr: Just install the packages at the same time and they will upgrade together, it's only an issue if you install them one by one - same as any other packages with version-specific dependencies.

Nyyr commented on 2024-05-14 08:05 (UTC)

BEWARE: When upgrading you have to uninstall oracle-instantclient-sqlplus first otherwise it fails (dependency break).