Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
100% found this document useful (3 votes)
2K views

Command Line History On Linux SQLPLUS and RMAN

This document provides instructions for enhancing the command line history when using SQLPLUS and RMAN on Linux. It recommends installing the rlwrap software and then modifying the .bashrc file to alias the sqlplus and rman commands to rlwrap, which will record their command line history.

Uploaded by

mson77
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (3 votes)
2K views

Command Line History On Linux SQLPLUS and RMAN

This document provides instructions for enhancing the command line history when using SQLPLUS and RMAN on Linux. It recommends installing the rlwrap software and then modifying the .bashrc file to alias the sqlplus and rman commands to rlwrap, which will record their command line history.

Uploaded by

mson77
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

command line history on Linux SQLPLUS and RMAN

1) Install this tiny software:

==> yum install rlwrap

2) Go to your .bashrc and add the following lines:

==> alias sqlplus='rlwrap sqlplus'


==> alias rman='rlwrap rman'

That's all.

If you wish to improve me... stop by (my wishlist):


http://www.livrariacultura.com.br/scripts/home/wishlist/basketwish.asp?
cp=DJDGID

Thanks,

mson77

You might also like