Linux下Oracle 11gR2安装部署(3)

[root@oracle ~]# yum -y install libtermcap-devel readline-devel [root@oracle ~]# vi /home/oracle/.bash_profile alias sqlplus='rlwrap sqlplus' alias rman='rlwrap rman' [root@oracle rlwrap-0.37]# su - oracle [oracle@oracle ~]$ source .bash_profile

5.3 密码设置

[oracle@oracle ~]$ sqlplus / as sysdba SYS@ orcl>alter profile default limit password_life_time unlimited; #oracle默认180天过期,可设置口令永不过期

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/d52a81f8fc4edbed78fd3c0fe4bbd61a.html