Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to clear the screen and turn the page with oracle

2025-03-11 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces oracle how to clear the screen and turn the page, the article is very detailed, has a certain reference value, interested friends must read it!

When the oracle database is just installed, the command input cannot be the same as the mysql database, clearing the commands executed on the screen and turning the page to repeat the commands executed last time, and typing the wrong commands can not move the cursor to modify them, so it is very inconvenient in the work. Then this document is the installation tool that enables oracle to clear the screen and turn the page and move the cursor freely.

First download three source packages

1) IO-Tty-1.07.tar.gz

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

3) uniread-1.01.tar.gz

2. Installation

1) decompress to local

[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

2) install the first package

[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

3) install the second package

[root@oracle IO-Tty-1.07] # cd../Term-ReadLine-Gnu-1.16

[root@oracle Term-ReadLine-Gnu-1.16] # perlMakefile.PL

[root@oracle Term-ReadLine-Gnu-1.16] # make

[root@oracle Term-ReadLine-Gnu-1.16] # makeinstall

4) install the third package

[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

3. Log in to oracle: add uniread before the command

The original login is: sqlplus sys/123456 AS SYSDBA

Now it is: uniread sqlplus sys/123456 AS SYSDBA

The above is all the contents of the article "how to clear the screen and turn the page in oracle". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report