In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
After installing the rlwrap package, change the alias of the sqlplus command
[oracle@up ~] $vim .bashrc
Alias sqlplus='rlwrap sqlplus'
Alias sql='rlwrap sqlplus'
Alias lsnrctl='rlwrap lsnrctl'
Alias rman='rlwrap rman'
Login database cannot be logged in
[oracle@up ~] $sqlplus / as sysdba
Rlwrap: error while loading shared libraries: libreadline.so.5: cannot open shared object file: No such file or directory
Libreadline.so.5 library not found, need to install libreadline.so.5
Install library files
[root@up Packages] # yum install compat-readline5-y
Log in to the database after installation
[oracle@up ~] $sqlplus / as sysdba
Rlwrap: error while loading shared libraries: libtermcap.so.2: cannot open shared object file: No such file or directory
The libtermcap.so.2 library is missing, install the compat-libtermcap package:
[root@up Packages] # yum install compat-libtermcap-y
After installation, log in again
[root@up Packages] # su-oracle
[oracle@up ~] $sqlplus / as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on Sun Nov 1 15:39:54 2015
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to an idle instance.
SQL >
Login succeeded
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.