首页 > 数据库技术 > 详细

oracle 翻页工具包

时间:2017-04-14 21:37:51      阅读:330      评论:0      收藏:0      [点我收藏+]


准备:下载3个包
            1
IO-Tty-1.07.tar.gz
            2
Term-ReadLine-Gnu-1.16.tar.gz
            3
uniread-1.01.tar.gz

安装:
[root@oracle Desktop]# tar -xvf IO-Tty-1.07.tar.gz
[root@oracle Desktop]# tar -xvf Term-ReadLine-Gnu-1.16.tar.gz
[root@oracle Desktop]# tar -xvf uniread-1.01.tar.gz
    --
解压三个包

[root@oracle Desktop]# cd IO-Tty-1.07
[root@oracle IO-Tty-1.07]# perl Makefile.PL
[root@oracle IO-Tty-1.07]# make
[root@oracle IO-Tty-1.07]# make install
    --
装第一个

[root@oracle IO-Tty-1.07]# cd ../Term-ReadLine-Gnu-1.16
[root@oracle Term-ReadLine-Gnu-1.16]# perl Makefile.PL
[root@oracle Term-ReadLine-Gnu-1.16]# make
[root@oracle Term-ReadLine-Gnu-1.16]# make install
    --
装第二个

[root@oracle Term-ReadLine-Gnu-1.16]# cd ../uniread-1.01
[root@oracle uniread-1.01]# perl Makefile.PL
[root@oracle uniread-1.01]# make
[root@oracle uniread-1.01]# make install
    --
装第三个

使用:
   
在命令前加 uniread

   
原来登录是 sqlplus "/as sysdba"
   
现在是    uniread sqlplus "/as sysdba"

 


本文出自 “刘小兔” 博客,谢绝转载!

oracle 翻页工具包

原文:http://lyanhong.blog.51cto.com/12788695/1915968

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!