Oracle – Setup

Oracle
Open Command prompt, navigate to the sqlplus directory and run
sqlplus / as sysdba

In the sqlplus type the following
alter user SYSTEM identified by stormer;

Use SQL Developer to connect using the SYSTEM account.