oracle清屏翻页配置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了oracle清屏翻页配置相关的知识,希望对你有一定的参考价值。

在oracle数据库刚安装好时,输入命令时不能跟mysql数据库一样,清楚屏幕上执行过的命令和翻页重复执行上次执行过的命令,输错命令是也不能移动光标进行修改,那么这在工作中是很不方便的。那这篇文档就是安装工具,使oracle能够支持清屏翻页及自由移动光标。

  1. 首先下载三个源码包

1IO-Tty-1.07.tar.gz

2Term-ReadLine-Gnu-1.16.tar.gz

3uniread-1.01.tar.gz 


2、安装

1)解压缩至本地

[[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 

技术分享


2)安装第一个包

[[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

 

3)安装第二个包

[[email protected] IO-Tty-1.07]# cd../Term-ReadLine-Gnu-1.16

[[email protected] Term-ReadLine-Gnu-1.16]# perlMakefile.PL

[[email protected] Term-ReadLine-Gnu-1.16]# make

[[email protected] Term-ReadLine-Gnu-1.16]# makeinstall

 

4)安装第三个包

[[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

 

3、登录oracle:在命令前加 uniread

 

原来登录是: sqlplus sys/123456 AS SYSDBA

现在是: uniread sqlplus sys/123456 AS SYSDBA

技术分享

本文出自 “11664854” 博客,请务必保留此出处http://11674854.blog.51cto.com/11664854/1883476

以上是关于oracle清屏翻页配置的主要内容,如果未能解决你的问题,请参考以下文章

Oracle的SQL*Plus工具中如何清屏

oracle 翻页工具包

Linux(CentOS)安装Oracle_11g_r2数据库支持sqlplus上下翻页

Java教程之《JDK的安装与环境变量配置》

wp10edge滑动翻页怎么关闭

oracle分页查询语句怎么写每页查询10条