2021年12月15日水曜日

sqlplus 履歴が使えない。

# dnf install readline-devel rlwrap
# echo rlwrap sqlplus \$\* > /usr/bin/sqlp
# chmod a+x /usr/bin/sqlp
# su - oracle
$ sqlp / as sysdba
便利!!



epel必要
CentOS8

dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm

0 件のコメント:

コメントを投稿

python バージョン切り替え

# dnf install python3.9 # dnf install python3.11 # dnf install python3.12 # dnf install python3.13 # alternatives --install /usr/bin/python ...