Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Rlwrap cannot be used after installation

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.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report