When the Oracle database has just been installed, the command cannot be entered as a MySQL database, the commands executed on the screen are clear, and the commands that were executed last time are repeatedly executed, and the wrong command is not able to move the cursor to modify, so this is inconvenient at work. This document is the installation tool that enables Oracle to support clear screen paging and free movement of the cursor.
Download three source packages first
1)io-tty-1.07.tar.gz
2)term-readline-gnu-1.16.tar.gz
3)uniread-1.01.tar.gz
2. Installation
1) unzip to local
[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
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M01/8B/A9/wKiom1hT4daj5OyeAACDWgJn2fA153.png "title=" 2.png " alt= "Wkiom1ht4daj5oyeaacdwgjn2fa153.png"/>
2) Install the first package
[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) Install a second package
[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) Install a third package
[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. Login to Oracle: add uniread before command
Original login is : Sqlplus sys/123456 as SYSDBA
now : Uniread sqlplus sys/123456 as SYSDBA
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M01/8B/A9/wKiom1hT4jjxNqZbAAB50CsAP4Q497.png "title=" 2.png " alt= "Wkiom1ht4jjxnqzbaab50csap4q497.png"/>
This article is from the "11664854" blog, please be sure to keep this source http://11674854.blog.51cto.com/11664854/1883476
Oracle Clear Screen Paging configuration