Logging in as sysdba
I'm supporting an application called eHealth which uses an oracle 9.2.0.7 database as the repository. The vendor has supplied a user and password which has most of the privileges assigned to it needed to administor the database. However it doesn't seem to have enough privileges to set up statspack. My problem is that I am unable to log into the database as sysdba. v$pwfile_users shows the sys user with both sysdba and sysoper. Any ideas? I'm using the following to log in >sqlplus "/ as sysdba".....at which point I am prompted for userid and password.
0