Oracle_scripte/Tanel/setup/README_rlwrap.txt
2014-09-17 13:23:48 +02:00

9 lines
330 B
Plaintext

An example alias I use for connecting through rlwrap:
alias sl='rlwrap -D2 -irc -b'\''"@(){}[],+=&^%#;|\'\'' -f ~/work/oracle/tpt/setup/wordfile_11gR2.txt sqlplus sys/oracle@linux01/lin11g as sysdba'
You may want to generate your own completion dictionary using wordfile_11gR2.sql example
"man rlwrap" command is your friend!