Package Details: oracle-instantclient-sqlplus 21.13.0.0.0-1

Git Clone URL: https://aur.archlinux.org/oracle-instantclient-sqlplus.git (read-only, click to copy)
Package Base: oracle-instantclient-sqlplus
Description: SQL*Plus for Oracle Instant Client
Upstream URL: http://www.oracle.com/technetwork/database/features/instant-client/
Licenses: custom:OTN
Replaces: instantclient-sqlplus
Submitter: Malvineous
Maintainer: Malvineous
Last Packager: Malvineous
Votes: 16
Popularity: 0.030655
First Submitted: 2012-03-21 04:00 (UTC)
Last Updated: 2024-04-05 23:34 (UTC)

Latest Comments

1 2 Next › Last »

Malvineous commented on 2023-02-05 22:26 (UTC)

This is a client that connects to an Oracle database you have configured separately. There is no default username or password, you have to use the username or password you configured on your Oracle database.

Asking what the default password is for this program is like asking what is the default password for your web browser - there is no default, the password you should use depends on which web site you are trying to log in to, each site is different.

ray-forever commented on 2023-02-05 14:55 (UTC)

what is default password and username ne?????????????????

Brijesh8291 commented on 2022-09-25 07:50 (UTC)

I installed via yay and now what should i put on username and password? after installation

Eremiell commented on 2017-04-06 18:43 (UTC)

diff --git a/PKGBUILD b/PKGBUILD index 1472581..8e2a3be 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,8 +6,8 @@ _pkgname=instantclient-sqlplus pkgname=oracle-${_pkgname} -pkgver=12.1.0.2.0 -pkgrel=2 +pkgver=12.2.0.1.0 +pkgrel=1 pkgdesc="SQL*Plus for Oracle Instant Client" arch=('i686' 'x86_64') url="http://www.oracle.com/technetwork/database/features/instant-client/" @@ -28,13 +28,13 @@ sha256sums=('f904a30b07ddf7806a33620f93b94c3d315154d26a371ece48695bb3555064a2') case "$CARCH" in i686) source[1]="manual://${_pkgname}-linux-$pkgver.zip" - md5sums[1]='95e31bfb4b7fee73134e726fe168de04' - sha256sums[1]='03062efdb88423342657a679760581af14d936a897647bddcf248453bb01105f' + md5sums[1]='3c9a3ec6172f620a065ee8bc68c408bf' + sha256sums[1]='c289ceaa6196e44a6e85d7342c9440b25c237018f6a1bdadb72d7cc2075f504c' ;; x86_64) source[1]="manual://${_pkgname}-linux.x64-$pkgver.zip" - md5sums[1]='f165280723ff1c96f825ba62c63b65cf' - sha256sums[1]='b52a7fca7279d4e9584674ea6f24464411f62f6ba95a2a16ec92979e99cac4bd' + md5sums[1]='93ae87df1d08bb31da57443a416edc8c' + sha256sums[1]='d49b2bd97376591ca07e7a836278933c3f251875c215044feac73ba9f451dfc2' ;; esac @@ -61,7 +61,7 @@ plain "[1]: http://www.oracle.com/technetwork/licenses/instant-client-lic-152016 plain "" package() { - local basedir="$srcdir/instantclient_12_1" + local basedir="$srcdir/instantclient_12_2" install -d "$pkgdir/usr/bin" install -d "$pkgdir/usr/lib" install -m 755 -t "$pkgdir/usr/bin" "$basedir/sqlplus"

Malvineous commented on 2016-10-23 22:04 (UTC)

Oracle doesn't allow us to download the file automatically, you need to sign up with an Oracle account and download it manually. This should be explained in a message you will see when you attempt to install the package. You don't need to run "makepkg -g" if you download the same version specified in the script. If you download a different version then yes you will need to "makepkg -g".

jrborba commented on 2016-10-23 15:52 (UTC)

The zip file is not downloading. Trying to download from manual://....... and Oracle need that you accept the agreement. The solution (for me) was download manually, paste to both sqlplus and basic directories (in TMP) and run "makepkg -g >> PKGBUILD" in both directories. Everything install right.

isaacaggrey commented on 2014-08-18 20:16 (UTC)

PKGBUILD version bump and integrity check update works for me with 12.1.0.2.0.