Database concepts

Oracle links

Changing your password

The first time you log on you should change your password

Using SQL Developer

  1. Log on to Oracle
  2. Type:
        ALTER USER sXXXXXX IDENTIFIED BY new_password;
    Do not use the @ symbol in your password.