Hi,
I've downloaded the developer day virtual appliance from here Developer Day - Hands-on Database Application Development
Login with sqlplus sys/oracle as sysdba works
But for our scripts I need to login with sqlplus / as sysdba (os user is oracle).
If I try to login with / as sysdba I get this:
[oracle@localhost ~]$ sqlplus / as sysdba
SQL*Plus: Release 12.1.0.2.0 Production on Tue Nov 3 02:13:34 2015
Copyright (c) 1982, 2014, Oracle. All rights reserved.
ERROR:
ORA-01017: invalid username/password; logon denied
Enter user-name:
How can I enable the user oracle to login with / as sysdba?
Thanks
Al