cannot access in database as 'sys' user
Friends ,
I m using oracle database (v10.2.0.1.0) . I cannot access in oracle as 'sys' password . I create a new password file like following way :
orapwd file=/orafs/app/oracle/10.2.0/db_1/dbs/oraPWDMILSTEST password=sys_000 entries=5
And when I try to access ,
---------------------------------------------------------------------------------------------------------------
$ sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on Sat Nov 29 12:51:28 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> conn sys/sys_000 as sysdba
ERROR:
ORA-01031: insufficient privileges
SQL> exit
----------------------------------------------------------------------------------------------------------------
Here I mention that , I already change sqlnet.ora file, so that any user cannot access into the database as 'sysdba' user .