In order for you to connect to the data as "/ AS SYSDBA", you need to log on to the database server with an account that is a member of the OSDBA group. If you sign on to the database server as a user that is not part of this group, then you will need to provide a userid/password for a database user that has been granted the SYSDBA privilege. For instance, you will need to use something similar to:
connect sys/pswd as sysdba
|