oracle中实现翻页功能

一/安装rlwrap

   #./configure

如果出现:

 

configure: error:

 

You need the GNU readline library(ftp://ftp.gnu.org/gnu/readline/ ) to build

 

this program!

 

解决:

 

yum install readline-devel

   #make && make install

 

二/# su  - oracle

     $vi .bash_profile

最后添加

     alias   sqlplus="rlwrap sqlplus"

     $source .bash_profile

你可能感兴趣的:(oracle,oracle,职场,rlwrap,翻页,休闲)