ORACLE SYS

Default password of sys and system before oracle 9i
SYS: change_on_install
SYSTEM: manager
 
登录验证:
1. 密码;2. OS password file客户端sys登录,通过的是/$ORACLE_HOME/dbs/orapw$ORACLE_SID重建:orapwd file=文件名 password=密码 entries=最大连接个数 force=是否覆盖现有文件例如:orapwd file=orapworcl password=password entries=30 force=yFor windows server, sys just user following command to updatealter user sys identified by "<password>";3. 主机认证使用ORACLE 软件安装账户登录关闭该功能:1. oracle用户在$ORACLE_HOME/network/admin新建文件sqlnet.ora2. 修改sqlnet.ora文件:sqlnet.authentication_services=none
Password file
Linux: $ORACLE_HOME/dbs/orapw<ORACLE_SID>
Windows: $ORACLE_HOME\database\orapw<ORACLE_SID>
Feature: save the username and password of sysdba / sysoper

Database Remote Connection
Parameter "remote_login_passwordfile", value
1. None: do not allow remote login
2. Exclusive: allow remote login (by default)
3. Shared: allow the password file be shared. But file only save the password of sys user 
Change this parameter need restart oracle database

Comments

Popular posts from this blog

Linux RHCE Preparation

Nginx Proxy & Load Balance & LNMP

Snort+barnyard2+Snorby CentOS 6.5_64 Installation