oracle 翻页工具包
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了oracle 翻页工具包相关的知识,希望对你有一定的参考价值。
准备:下载3个包
1)IO-Tty-1.07.tar.gz
2)Term-ReadLine-Gnu-1.16.tar.gz
3)uniread-1.01.tar.gz
安装:
[[email protected] Desktop]# tar -xvf IO-Tty-1.07.tar.gz
[[email protected] Desktop]# tar -xvf Term-ReadLine-Gnu-1.16.tar.gz
[[email protected] Desktop]# tar -xvf uniread-1.01.tar.gz
--解压三个包
[[email protected] Desktop]# cd IO-Tty-1.07
[[email protected] IO-Tty-1.07]# perl Makefile.PL
[[email protected] IO-Tty-1.07]# make
[[email protected] IO-Tty-1.07]# make install
--装第一个
[[email protected] IO-Tty-1.07]# cd ../Term-ReadLine-Gnu-1.16
[[email protected] Term-ReadLine-Gnu-1.16]# perl Makefile.PL
[[email protected] Term-ReadLine-Gnu-1.16]# make
[[email protected] Term-ReadLine-Gnu-1.16]# make install
--装第二个
[[email protected] Term-ReadLine-Gnu-1.16]# cd ../uniread-1.01
[[email protected] uniread-1.01]# perl Makefile.PL
[[email protected] uniread-1.01]# make
[[email protected] uniread-1.01]# make install
--装第三个
使用:
在命令前加 uniread
原来登录是 sqlplus "/as sysdba"
现在是 uniread
sqlplus "/as sysdba"
本文出自 “刘小兔” 博客,谢绝转载!
以上是关于oracle 翻页工具包的主要内容,如果未能解决你的问题,请参考以下文章