ALTER ROLE role 
{ NOT IDENTIFIED
| IDENTIFIED 
  { BY password
  | USING [schema .] package
  | EXTERNALLY
  | GLOBALLY
  }
}
;

For information on the symbols and conventions of Backus-Naur Form (BNF) syntax, see Appendix A.