oracle系统统级用户问题

oracle 9.2.0.1
我想用我的unix用户(例如kentao)登录操作系统后,直接在$提示符下敲:"sqlplus /"就能进入oracle,而不用再输入数据库的用户名和口令。
这是参数:
SQL> show parameter remote;

NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
remote_archive_enable          string true
remote_dependencies_mode string TIMESTAMP
remote_listener                      string
remote_login_passwordfile    string NONE
remote_os_authent                boolean TRUE
remote_os_roles                     boolean TRUE
SQL> show parameter auth;

NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
os_authent_prefix                   string   
remote_os_authent                 boolean TRUE
但是还是不行,
$sqlplus /
ERROR:
ORA-01017: invalid username/password; logon denied
还是没有达到效果。请问有谁知道?