Version Differences for Comments:Database Permissions

(Alphabetized)
(Added in section about modifying 'system' password)
Line 7:
  === Altering Passwords ===    === Altering Passwords === 
       
    + * '''NOTE:''' This might need prefaced with <font face=monospace>''connect / as sysdba;'' </font> if altering the '''system''' password!  
       
  Run the following to change the password of a user:    Run the following to change the password of a user: 
  <pre>ALTER USER testuser IDENTIFIED BY newpassword;</pre>    <pre>ALTER USER testuser IDENTIFIED BY newpassword;</pre>