Search Criteria
Package Details: oracle-instantclient-basic 23.5.0.24.07-1
Package Actions
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: | 31 |
Popularity: | 0.47 |
First Submitted: | 2012-03-21 03:58 (UTC) |
Last Updated: | 2024-10-27 03:13 (UTC) |
Dependencies (2)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- libaio (libaio-gitAUR)
Latest Comments
1 2 3 4 5 6 7 Next › Last »
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).
hexd commented on 2021-11-15 01:23 (UTC)
I haven't tried to replace it with
printf
orecho
because it already worked onmakepkg
without any change, but I agree that it looks like a bug inyay
(the error message looks like it's mixing something, perhapsyay
itself overrides thepĺain
routine).Either way, I've just upgraded it here to the new 21.4.0.0.0-1 release and it's working (with
yay
). Thanks!Malvineous commented on 2021-11-14 08:21 (UTC) (edited on 2021-11-14 08:32 (UTC) by Malvineous)
@hexd: Have you tried it with
printf
orecho
? Surely it would have the same problem. It sounds like a bug inyay
trying to screen-scrape the output instead of looking at the.SRCINFO
file.EDIT: I removed the text anyway as now makepkg can automatically download the files direct from Oracle there's no longer a need to have those extra instructions.
hexd commented on 2021-11-14 04:30 (UTC)
The
plain
lines inPKGBUILD
are breakingyay
with the following message:Using
makepkg
from scratch it works, but the Arch package guidelines tells us thatplain
should not be used:Malvineous commented on 2021-01-26 09:17 (UTC)
Glad you worked it out! Thanks for confirming what the problem ended up being.
chris_muc commented on 2021-01-26 08:20 (UTC) (edited on 2021-01-26 08:20 (UTC) by chris_muc)
thanks for the tip. That was it, I used the sqlldr from 12c installation (/usr/local/bin -> which is before in my PATH than /usr/bin used by sqlldr from tools package)
Thanks for your help.
Malvineous commented on 2021-01-26 08:09 (UTC)
Can you do a
which sqlldr
and pass that topacman -Qo
to confirm it's part of the oracle-instantclient-tools package? If it's wanting a .12.1 library then it seems like you've somehow got an sqlldr installed from the Oracle 12.1 client instead.chris_muc commented on 2021-01-26 08:00 (UTC) (edited on 2021-01-26 08:00 (UTC) by chris_muc)
Unfortunately upgrading oracle-instantclient-tools did not help in my case. But I might have different problem.
In both cases (on version 21 or 19) I need to manually link libraries:
similar for libclntshcore.so.12.1 and libmql1.so (which is not available in 21)
Do you have an idea why my sqlldr requires so.12.1 versions? is there any shared libraries update needed?
thanks
Malvineous commented on 2021-01-26 05:26 (UTC)
sqlldr works fine for me, when you upgraded oracle-instantclient-basic to version 21 did you upgrade oracle-instantclient-tools as well? There is a version dependency for that package so it should have given you a warning if you tried to upgrade one without the other, unless you installed sqlldr yourself instead of using the oracle-instantclient-tools package?
1 2 3 4 5 6 7 Next › Last »