Files
oracle/tpt/setup/README_rlwrap.txt
2026-03-12 21:23:47 +01: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!